Moteur de recherche
Pour exclure des mots de votre recherche, vous devez ajouter des signes '-' devant ces mots là.
Exemple : une recherche 'apache -mysql' recherchera tout ce qui contient le mot 'apache' mais pas le mot 'mysql'.
Vous être un utilisateur de Firefox ? Ajouter le moteur de recherche du site à votre navigateur favori !
Résultats de votre recherche dans le manuel PHP-GTK
- GtkWidget::remove_accelerators - GtkWidget - Les Classes GTK - Référence PHP-GTK - Manuel PHP-GTK
# 13 : remove_accelerators() is a way to remove any number of accelerators belonging to the calling widget and causing the given signal to be fired. The second parameter toggles whether this should include all such accelerators, or only those displayed on the GtkAccelLabel. - Translation of PHP-Gtk applications - Tutoriels PHP-GTK - Manuel PHP-GTK
# 47 : Using a big array which contains all the texts. Put it in a translation file for each language, and include the right one when the program starts. This has the advantage that translation and code are segregated strictly, and the translator will have an easy job. Just what if you are using glade files for your GUI definitions? You would have to make a copy of each glade file and translate it; causing the same problems as the first option. Or you load every single widget and change the text of it. This would require a function in your application which knew every single widget and the string in the big translation array it should apply.
# 98 : include_once( 'translation.en.inc'); - Annexe C. GNU Free Documentation License - Appendices - Manuel PHP-GTK
# 49 : Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only.
# 75 : If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
# 98 : F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
# 102 : H. Include an unaltered copy of this License.
# 112 : M. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.
# 116 : If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles.
# 120 : You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
# 131 : You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice.
# 144 : You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
# 166 : Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail. - GtkCTree Constructor - GtkCTree - Les Classes GTK - Référence PHP-GTK - Manuel PHP-GTK
# 15 : Notice how much of the code here is actually the arrays of data needed to populate the GtkCTree. It would probably be cleaner to keep your data generation in an include file. - GtkScintilla::set_keywords - GtkScintilla - Les Classes Scintilla - Référence PHP-GTK - Manuel PHP-GTK
# 24 : $scintilla->set_keywords(2, 'None and assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while function include include_once require require_once');
Remonter 
