Searched refs:fixed (Results 26 - 50 of 258) sorted by relevance

1234567891011

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c109 int fixed; /* already fixed? */ member in struct:idn_ucsmap
139 ctx->fixed = 0;
178 /* Make sure it is not fixed yet. */
179 if (ctx->fixed) {
180 WARNING(("idn_ucsmap_add: attempt to add to fixed map\n"));
232 if (ctx->fixed)
235 ctx->fixed = 1;
278 if (!ctx->fixed) {
279 WARNING(("idn_ucsmap_map: not fixed ye
[all...]
H A Ducsset.c117 int fixed; member in struct:idn_ucsset
142 bm->fixed = 0;
206 if (ctx->fixed)
209 ctx->fixed = 1;
271 /* Make sure it is fixed. */
272 if (!ctx->fixed) {
273 WARNING(("idn_ucsset_lookup: not fixed yet\n"));
328 /* Make sure it is not fixed yet. */
329 if (ctx->fixed) {
330 WARNING(("%s: attempt to add to already fixed objec
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dsfnt.h263 typedef le_int32 fixed; typedef
277 fixed version;
278 fixed fontRevision;
301 fixed version;
324 fixed version;
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dsfnt.h263 typedef le_int32 fixed; typedef
277 fixed version;
278 fixed fontRevision;
301 fixed version;
324 fixed version;
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_setup_command.rb100 * Other bugs fixed
105 * Yet more bugs fixed
117 * Other bugs fixed
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dregexpfield.itk56 itk_option define -fixed fixed Fixed 0
169 # OPTION: -fixed
174 # only be able to type -fixed number of characters into it (or
175 # unlimited if -fixed = 0).
177 itcl::configbody iwidgets::Regexpfield::fixed {
178 if {[regexp {[^0-9]} $itk_option(-fixed)] || \
179 ($itk_option(-fixed) < 0)} {
180 error "bad fixed option \"$itk_option(-fixed)\",\
[all...]
H A Dentryfield.itk56 itk_option define -fixed fixed Fixed 0
230 # OPTION: -fixed
235 # only be able to type -fixed number of characters into it (or
236 # unlimited if -fixed = 0).
238 itcl::configbody iwidgets::Entryfield::fixed {
239 if {[regexp {[^0-9]} $itk_option(-fixed)] || \
240 ($itk_option(-fixed) < 0)} {
241 error "bad fixed option \"$itk_option(-fixed)\",\
[all...]
H A Dspindate.itk113 iwidgets::Spinner $itk_interior.month -fixed 2 -justify right \
135 iwidgets::Spinint $itk_interior.day -fixed 2 -justify right \
157 iwidgets::Spinint $itk_interior.year -fixed 2 -justify right \
314 $itk_component(year) configure -width 2 -fixed 2
321 $itk_component(year) configure -width 4 -fixed 4
344 $itk_component(month) configure -width 3 -fixed 3
350 $itk_component(month) configure -width 9 -fixed 9
356 $itk_component(month) configure -width 2 -fixed 2
490 # is fixed in Tcl.
/macosx-10.10.1/iodbc-42.5/iodbc/debian/
H A DREADME.Debian20 used at the time when this code was written and will be fixed in an
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dentryfield-1.rb15 :fixed=>10, :width=>12)
H A Dentryfield-2.rb21 :fixed=>10, :width=>12)
H A Dentryfield-3.rb17 :fixed=>10, :width=>12)
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/tests/
H A Ddbversion_test.c189 dns_fixedname_t fixed; local
197 dns_fixedname_init(&fixed);
202 dns_fixedname_name(&fixed), &rdataset, NULL);
291 dns_fixedname_t fixed; local
300 dns_fixedname_init(&fixed);
346 dns_fixedname_t fixed; local
355 dns_fixedname_init(&fixed);
401 dns_fixedname_t fixed; local
412 dns_fixedname_init(&fixed);
511 dns_fixedname_t fixed; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dlocale_facets.cc76 // __flags & ios_base::fixed || __prec > 0
84 if (__fltfield == ios_base::fixed)
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dfortran.vim18 " Determine whether this is a fixed or free format source file
25 " User guarantees fixed source form
28 " f90 and f95 allow both fixed and free source form
29 " assume fixed source form unless signs of free source form
58 " compatible with both free and fixed format, then you should do so
H A Dlprolog.vim6 " 2001 Sep 16 - fixed 'no_mail_maps'-bug (MM)
/macosx-10.10.1/awk-20/src/
H A DFIXES32 fixed memory fault caused by out of order test in setsval.
40 fixed some null pointer refs calling adjbuf.
43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
47 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante
54 removed the obsolete -V argument; fixed --version to print the
57 fixed wording and an outright error in the usage message; thanks to igor
60 fixed a bug in -d that caused core dump if no program followed.
75 core dump on linux with BEGIN {nextfile}, now fixed.
86 fixed infinite loop in parsing, originally found by brian tsang.
101 fixed
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dyaml.tcl29 # fixed value groups for some yaml-types.
30 variable fixed
62 fixed {
78 {m.arg "" {fixed-modifiers bulk setting(null/true/false)}}
161 variable fixed
167 array set fixed $options(fixed)
194 array set fixed $options(fixed)
208 array set options(fixed)
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dentry.test78 ttk::entry .e -font fixed -width 5 -xscrollcommand scroll
88 variable fixed fixed
89 variable cw [font measure $fixed a]
90 variable ch [font metrics $fixed -linespace]
92 variable ux [font measure $fixed \u4e4e]
94 pack [ttk::entry .e -font $fixed -width 20]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/rrsetorder/ns1/
H A Dnamed.conf32 name "fixed.example" order fixed;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/rrsetorder/ns2/
H A Dnamed.conf33 name "fixed.example" order fixed;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/rrsetorder/ns3/
H A Dnamed.conf33 name "fixed.example" order fixed;
/macosx-10.10.1/gpatch-3/patch/pc/djgpp/
H A Dconfigure.bat5 Rem The DOS shell has fixed-size environment storage.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dfortran.vim18 " Determine whether this is a fixed or free format source file
25 " User guarantees fixed source form
28 " f90 and f95 allow both fixed and free source form
29 " assume fixed source form unless signs of free source form
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-76054.js66 status = 'fixed()';
67 actual = s.fixed();

Completed in 213 milliseconds

1234567891011