Home
last modified time | relevance | path

Searched full:forms (Results 1 – 25 of 10862) sorted by relevance

12345678910>>...435

/external/python/cpython2/Doc/library/
Dfl.rst2 :mod:`fl` --- FORMS library for graphical user interfaces
7 :synopsis: FORMS library for applications with graphical user interfaces.
16 single: FORMS Library
19 This module provides an interface to the FORMS Library by Mark Overmars. The
21 ``ftp.cs.ruu.nl``, directory :file:`SGI/FORMS`. It was last tested with version
29 the 'current form' maintained by the library to which new FORMS objects are
30 added, all functions that add a FORMS object to a form are methods of the Python
35 Watch out for the somewhat confusing terminology: FORMS uses the word
37 Python, 'object' means any value. The Python interface to FORMS introduces two
38 new Python object types: form objects (representing an entire form) and FORMS
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dflp.py2 # flp - Module to load fl forms from fd files
29 forms = checkcache(filename)
30 if forms is None:
31 forms = parse_forms(filename)
32 if forms.has_key(formname):
33 return forms[formname]
38 # Externally visible function. Load all forms.
41 forms = checkcache(filename)
42 if forms is not None: return forms
45 forms = {}
[all …]
Dflp.doc4 The flp module loads fl-forms from fd files, as generated
10 create the forms from the templates returned by the parse functions.
12 and convenience routines that create complete forms, including callbacks,
15 The exception flp.error is raised whenever an error occurs while parsing a forms
32 Parse_forms parses all forms in an fd file. It returns a dictionary of
35 Filename is the name of the forms definition file to inspect. The functions
84 The 'standard' way to handle forms in python is to define a class
/external/python/cpython2/Lib/plat-irix5/
Dflp.py2 # flp - Module to load fl forms from fd files
30 forms = checkcache(filename)
31 if forms is None:
32 forms = parse_forms(filename)
33 if forms.has_key(formname):
34 return forms[formname]
39 # Externally visible function. Load all forms.
42 forms = checkcache(filename)
43 if forms is not None: return forms
46 forms = {}
[all …]
Dflp.doc4 The flp module loads fl-forms from fd files, as generated
10 create the forms from the templates returned by the parse functions.
12 and convenience routines that create complete forms, including callbacks,
15 The exception flp.error is raised whenever an error occurs while parsing a forms
32 Parse_forms parses all forms in an fd file. It returns a dictionary of
35 Filename is the name of the forms definition file to inspect. The functions
84 The 'standard' way to handle forms in python is to define a class
/external/curl/packages/OS400/
Dccsidcurl.c710 Curl_formadd_release_local(struct curl_forms *forms, int nargs, int skip) in Curl_formadd_release_local() argument
714 if(Curl_is_formadd_string(forms[nargs].option)) in Curl_formadd_release_local()
715 if(forms[nargs].value) in Curl_formadd_release_local()
716 free((char *) forms[nargs].value); in Curl_formadd_release_local()
718 free((char *) forms); in Curl_formadd_release_local()
723 Curl_formadd_convert(struct curl_forms *forms, in Curl_formadd_convert() argument
730 if(formx < 0 || !forms[formx].value) in Curl_formadd_convert()
734 l = (int) forms[lengthx].value; in Curl_formadd_convert()
736 l = strlen(forms[formx].value) + 1; in Curl_formadd_convert()
744 forms[formx].value, l, ccsid); in Curl_formadd_convert()
[all …]
/external/cldr/common/testData/transforms/
Dja-Latn-t-ja-hrkt-m0-bgn.txt11 # Section “Basic Forms”, page 39, rows 1 to 20
30 # Section “Basic Forms”, page 40, rows 21 to 45
55 # Section “Basic Forms”, page 40, row 46; page 45, note 3
73 # Section “Basic Forms”, page 40, rows 47 to 59
87 # Section “Basic Forms”, page 40, rows 60 to 69
97 # Section “Basic Forms”, page 40, row 70
102 # Section “Obsolete Basic Forms”, page 41, rows 1 to 4
107 # Section “Combined Forms”, page 41, row 1
112 # Section “Combined Forms”, page 41, rows 2 to 38
142 # Section “Combined Forms”, page 42, rows 39 to 69
[all …]
/external/python/cpython3/Lib/encodings/
Dcp864.py54 0x0085: 0x2500, # FORMS LIGHT HORIZONTAL
55 0x0086: 0x2502, # FORMS LIGHT VERTICAL
56 0x0087: 0x253c, # FORMS LIGHT VERTICAL AND HORIZONTAL
57 0x0088: 0x2524, # FORMS LIGHT VERTICAL AND LEFT
58 0x0089: 0x252c, # FORMS LIGHT DOWN AND HORIZONTAL
59 0x008a: 0x251c, # FORMS LIGHT VERTICAL AND RIGHT
60 0x008b: 0x2534, # FORMS LIGHT UP AND HORIZONTAL
61 0x008c: 0x2510, # FORMS LIGHT DOWN AND LEFT
62 0x008d: 0x250c, # FORMS LIGHT DOWN AND RIGHT
63 0x008e: 0x2514, # FORMS LIGHT UP AND RIGHT
[all …]
/external/python/cpython2/Lib/encodings/
Dcp864.py54 0x0085: 0x2500, # FORMS LIGHT HORIZONTAL
55 0x0086: 0x2502, # FORMS LIGHT VERTICAL
56 0x0087: 0x253c, # FORMS LIGHT VERTICAL AND HORIZONTAL
57 0x0088: 0x2524, # FORMS LIGHT VERTICAL AND LEFT
58 0x0089: 0x252c, # FORMS LIGHT DOWN AND HORIZONTAL
59 0x008a: 0x251c, # FORMS LIGHT VERTICAL AND RIGHT
60 0x008b: 0x2534, # FORMS LIGHT UP AND HORIZONTAL
61 0x008c: 0x2510, # FORMS LIGHT DOWN AND LEFT
62 0x008d: 0x250c, # FORMS LIGHT DOWN AND RIGHT
63 0x008e: 0x2514, # FORMS LIGHT UP AND RIGHT
[all …]
/external/clang/test/Parser/
Dcxx-casting.cpp48 …// expected-error@-2 {{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a… in test2()
53 …// expected-error@-2 {{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and… in test2()
58 …// expected-error@-2 {{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[')… in test2()
63 …// expected-error@-2 {{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and … in test2()
86 …// expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') an… in test2()
91 …// expected-error@-2 {{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and … in test2()
103 …// expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') an…
108 …// expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') an…
113 …// expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') an…
118 …// expected-error@-2 {{found '<::' after a template name which forms the digraph '<:' (aka '[') an…
/external/licenseclassifier/licenses/
DQPL-1.0.txt34 4. You may distribute machine-executable forms of the Software or machine-executable forms of modif…
38 b. You must ensure that all recipients of the machine-executable forms are
45 forms are available under the terms of this license.
51 a. You must ensure that all recipients of machine-executable forms of these
57 executable and source code forms. The recipients must be able to do so without
/external/licenseclassifier/v2/assets/License/QPL-1.0/
Dlicense.txt34 4. You may distribute machine-executable forms of the Software or machine-executable forms of modif…
38 b. You must ensure that all recipients of the machine-executable forms are
45 forms are available under the terms of this license.
51 a. You must ensure that all recipients of machine-executable forms of these
57 executable and source code forms. The recipients must be able to do so without
/external/ipsec-tools/
DNOTICE4 Redistribution and use in source and binary forms, with or without
33 Redistribution and use in source and binary forms, with or without
62 Redistribution and use in source and binary forms, with or without
91 Redistribution and use in source and binary forms, with or without
119 Redistribution and use in source and binary forms, with or without
148 Redistribution and use in source and binary forms, with or without
178 Redistribution and use in source and binary forms, with or without
207 Redistribution and use in source and binary forms, with or without
239 Redistribution and use in source and binary forms, with or without
269 Redistribution and use in source and binary forms, with or without
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE4 Redistribution and use in source and binary forms, with or without
33 Redistribution and use in source and binary forms, with or without
62 Redistribution and use in source and binary forms, with or without
91 Redistribution and use in source and binary forms, with or without
119 Redistribution and use in source and binary forms, with or without
148 Redistribution and use in source and binary forms, with or without
178 Redistribution and use in source and binary forms, with or without
207 Redistribution and use in source and binary forms, with or without
239 Redistribution and use in source and binary forms, with or without
269 Redistribution and use in source and binary forms, with or without
[all …]
/external/clang/tools/clang-format-vs/ClangFormat/
DVSPackage.resx28 …<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
29 …<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
125 …<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral…
128 …<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral…
130 …<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutra…
137 <data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
/external/python/cpython2/Modules/
DSetup.dist286 # The FORMS library, by Mark Overmars, implements user interface
288 # libraries. You must ftp the FORMS library separately from
289 # ftp://ftp.cs.ruu.nl/pub/SGI/FORMS. It was tested with FORMS 2.2a.
290 # NOTE: if you want to be able to use FORMS and curses simultaneously
292 # compile all of FORMS with the cc option "-Dclear=__GLclear".
294 # The FORMS variable must point to the FORMS subdirectory of the forms
297 #FORMS=/ufs/guido/src/forms/FORMS
298 #fl flmodule.c -I$(FORMS) $(GLHACK) $(FORMS)/libforms.a -lfm -lgl
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/components/
DLegend.java104 * the size of the legend forms/shapes
109 * the size of the legend forms/shapes
136 * the space that should be left between stacked forms
425 * sets the form/shape of the legend forms
434 * sets the size in dp of the legend forms, default 8f
443 * returns the size in dp of the legend forms
452 * sets the line width in dp for forms that consist of lines, default 3f
461 * returns the line width in dp for drawing forms that consist of lines
544 * returns the space that is left out between stacked forms (with no label)
553 * sets the space that is left out between stacked forms (with no label)
[all …]
/external/autotest/site_utils/deployment/
Dcmdparse_unittest.py109 """Test handling of `--web`, both long and short forms."""
118 """Test handling of `--dir`, both long and short forms."""
127 """Test handling of `--dry-run`, both long and short forms."""
136 """Test handling of `--build`, both long and short forms."""
145 """Test handling of `--hostname_file`, both long and short forms."""
154 """Test handling of `--upload`, both long and short forms."""
161 """Test handling of `--noupload`, both long and short forms."""
/external/fsck_msdos/
DNOTICE7 * Redistribution and use in source and binary forms, with or without
34 * Redistribution and use in source and binary forms, with or without
64 * Redistribution and use in source and binary forms, with or without
93 * Redistribution and use in source and binary forms, with or without
121 * Redistribution and use in source and binary forms, with or without
153 * Redistribution and use in source and binary forms, with or without
184 * Redistribution and use in source and binary forms, with or without
212 * Redistribution and use in source and binary forms, with or without
242 * Redistribution and use in source and binary forms, with or without
269 * Redistribution and use in source and binary forms, with or without
/external/ppp/
DLICENSE502 that it may be copied and used in source or binary forms provided that
527 Redistribution and use in source and binary forms, with or without
638 Redistribution and use in source and binary forms, with or without
696 Redistribution and use in source and binary forms are permitted
698 duplicated in all such forms and that any documentation,
720 Redistribution and use in source and binary forms are permitted
722 duplicated in all such forms and that any documentation,
744 Redistribution and use in source and binary forms, with or without
791 Redistribution and use in source and binary forms, with or without
839 Redistribution and use in source and binary forms, with or without
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1OctetString.java14 * This supports BER, and DER forms of the data.
17 * BER support includes the constructed forms.
71 * <p><b>9.1 Length forms</b></p>
77 * <p><b>9.2 String encoding forms</b></p>
89 * <b>10.1 Length forms</b>
94 * <b>10.2 String encoding forms</b>
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1OctetString.java15 * This supports BER, and DER forms of the data.
18 * BER support includes the constructed forms.
72 * <p><b>9.1 Length forms</b></p>
78 * <p><b>9.2 String encoding forms</b></p>
90 * <b>10.1 Length forms</b>
95 * <b>10.2 String encoding forms</b>
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1OctetString.java15 * This supports BER, and DER forms of the data.
18 * BER support includes the constructed forms.
72 * <p><b>9.1 Length forms</b></p>
78 * <p><b>9.2 String encoding forms</b></p>
90 * <b>10.1 Length forms</b>
95 * <b>10.2 String encoding forms</b>
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
DMessages.resx18 …<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19 …<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
96 …<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neut…
99 …<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neut…
/external/harfbuzz_ng/src/
Dhb-ot-os2-unicode-ranges.hh111 { 0x2150, 0x218F, 36}, // Number Forms
171 { 0xFB00, 0xFB4F, 62}, // Alphabetic Presentation Forms
172 { 0xFB50, 0xFDFF, 63}, // Arabic Presentation Forms-A
174 { 0xFE10, 0xFE1F, 65}, // Vertical Forms
176 { 0xFE30, 0xFE4F, 65}, // CJK Compatibility Forms
178 { 0xFE70, 0xFEFF, 67}, // Arabic Presentation Forms-B
179 { 0xFF00, 0xFFEF, 68}, // Halfwidth And Fullwidth Forms

12345678910>>...435