Searched refs:gi (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/rules/
H A Dxmlrules.tcl24 # startTag gi ?attname attval ... ? --
25 # Return start-tag for element $gi with specified attributes.
27 proc startTag {gi args} {
30 set tag "<$gi"
37 # endTag gi --
38 # Return end-tag for element $gi.
40 proc endTag {gi} {
41 return "</$gi>"
44 # emptyElement gi ?attribute value ... ?
47 proc emptyElement {gi arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/rules/
H A Dxmlrules.tcl24 # startTag gi ?attname attval ... ? --
25 # Return start-tag for element $gi with specified attributes.
27 proc startTag {gi args} {
30 set tag "<$gi"
37 # endTag gi --
38 # Return end-tag for element $gi.
40 proc endTag {gi} {
41 return "</$gi>"
44 # emptyElement gi ?attribute value ... ?
47 proc emptyElement {gi arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl56 # startTag gi ?attname attval ... ? --
57 # Return start-tag for element $gi with specified attributes.
59 proc startTag {gi args} {
60 return [markup "<$gi[attlist $args]>"]
63 # endTag gi --
64 # Return end-tag for element $gi.
66 proc endTag {gi} {
67 return [markup "</$gi>"]
70 # emptyElement gi ?attribute value ... ?
73 proc emptyElement {gi arg
[all...]
H A D_common.tcl206 # possibleReference text gi --
209 # otherwise format as a $gi element.
211 proc c_possibleReference {text gi {label {}}} {
218 return [wrap $label $gi]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackglue.c71 glueinfo *gi = (glueinfo *)on->on_bi.bi_private; local
74 for (i = gi->gi_nodes-1; i >= 0; i--) {
75 assert( gi->gi_n[i].gn_be->be_nsuffix != NULL );
77 if (dnIsSuffix(dn, &gi->gi_n[i].gn_be->be_nsuffix[0])) {
78 return gi->gi_n[i].gn_be;
265 glueinfo *gi = (glueinfo *)on->on_bi.bi_private; local
272 for (i = gi->gi_nodes-1; i >= 0; i--) {
273 assert( gi->gi_n[i].gn_be->be_nsuffix != NULL );
274 op->o_bd = gi->gi_n[i].gn_be;
390 glueinfo *gi local
755 glueinfo *gi = on->on_bi.bi_private; local
835 glueinfo *gi = on->on_bi.bi_private; local
956 glueinfo *gi = on->on_bi.bi_private; local
1009 glueinfo *gi = on->on_bi.bi_private; local
1066 glueinfo *gi = on->on_bi.bi_private; local
1236 glueinfo *gi = on->on_bi.bi_private; local
1269 glueinfo *gi; local
1330 glueinfo *gi = (glueinfo *)on->on_bi.bi_private; local
1359 glueinfo *gi; local
1418 glueinfo *gi; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DMarkToBasePosnSubtables.cpp95 GlyphIterator gi(baseIterator, (le_uint16)0); // copy of baseIterator that won't ignore marks
96 gi.next(); // point beyond the base glyph
97 while (gi.getCurrStreamPosition() < glyphIterator->getCurrStreamPosition()) { // for all intervening glyphs (marks)...
98 LEGlyphID otherMark = gi.getCurrGlyphID();
103 gi.next();
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dproperties-001.js21 AddRegExpCases( /[\D]{1,5}[\ -][\d]/gi, "[\\D]{1,5}[\\ -][\\d]", true, true, false, 0 );
27 AddRegExpCases( /\097/gi, "\\097", true, true, false, 0 );
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dcombine-resources.pl54 while ($headContents =~ m/$tagExpression/gi) {
72 $headContents =~ s/$replacementExpression//gi;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-216591.js72 * [ ] perl -e '"a {result.data.DATA} b" =~ /\{(([a-z0-9\-_]+?\.)+?)([a-z0-9\-_]+?)\}/gi; print("$&, $1, $2, $3");'
80 pattern = /\{(([a-z0-9\-_]+?\.)+?)([a-z0-9\-_]+?)\}/gi;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A DtoString.js51 // re = /test/gi; re.toString()
52 re = /test/gi;
53 testcases[count++] = new TestCase ( SECTION, "re = /test/gi; re.toString()",
54 '/test/gi', re.toString());
59 '/test2/gi', re.toString());
H A Dflags.js56 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(/x./gi)",
57 String(["xa","Xb","xc","xd","Xe","xf"]), String('xa Xb xc xd Xe xf'.match(/x./gi)));
59 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(new RegExp('x.','gi'))",
60 String(["xa","Xb","xc","xd","Xe","xf"]), String('xa Xb xc xd Xe xf'.match(new RegExp('x.','gi'))));
/macosx-10.10/bind9-45.101/bind9/win32utils/
H A Dsetpk11provider.pl55 $line =~ s/unknown_provider/$substr/gi;
H A Dupdateopenssl.pl99 $line =~ s/openssl-[0-9]+\.[0-9]+\.[0-9]+[a-z]{0,1}/$substr/gi;
H A Dupdatelibxml2.pl161 $line =~ s/libxml2-[0-9]+\.[0-9]+\.[0-9]+[a-z]*/$substr/gi;
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.c648 GraphicsImportComponent gi;
661 if (noErr != GetGraphicsImporterForFile( &fss, &gi)) {
666 if (noErr != GraphicsImportGetNaturalBounds( gi, &bounds )) {
667 CloseComponent( gi );
672 CloseComponent(gi);
732 GraphicsImportComponent gi = NULL;
766 if (noErr != GetGraphicsImporterForFile( &fss, &gi )) {
781 if (noErr != GraphicsImportSetBoundsRect( gi, &bounds )) {
790 if (noErr != GraphicsImportSetSourceRect( gi, &bounds )) {
810 if (noErr != GraphicsImportSetGWorld( gi, gWorl
643 GraphicsImportComponent gi; local
727 GraphicsImportComponent gi = NULL; local
953 ComponentInstance gi; local
1018 GraphicsImportComponent gi = 0; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_lease.c35 __rep_grant_info_args gi; local
70 gi.msg_sec = (u_int32_t)ts->tv_sec;
71 gi.msg_nsec = (u_int32_t)ts->tv_nsec;
73 if ((ret = __rep_grant_info_marshal(env, &gi, buf,
168 __rep_grant_info_args gi; local
176 &gi, rec->data, rec->size, NULL)) != 0)
178 timespecset(&msg_time, gi.msg_sec, gi.msg_nsec);
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dminiunz.c225 unz_global_info64 gi; local
228 err = unzGetGlobalInfo64(uf,&gi);
233 for (i=0;i<gi.number_entry;i++)
284 if ((i+1)<gi.number_entry)
470 unz_global_info64 gi; local
474 err = unzGetGlobalInfo64(uf,&gi);
478 for (i=0;i<gi.number_entry;i++)
485 if ((i+1)<gi.number_entry)
H A Dunzip.c170 unz_global_info64 gi; /* public global information */ member in struct:__anon15682
660 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK)
667 if ((number_entry_CD!=us.gi.number_entry) ||
681 us.gi.size_comment = 0;
710 us.gi.number_entry = uL;
717 if ((number_entry_CD!=us.gi.number_entry) ||
734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
834 *pglobal_info=s->gi;
845 pglobal_info32->number_entry = (uLong)s->gi.number_entry;
846 pglobal_info32->size_comment = s->gi
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dpaste.vim11 " the right position, also for "gi".
15 let paste#paste_cmd['i'] = 'x<BS><Esc>' . paste#paste_cmd['n'] . 'gi'
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dgenderinfotest.cpp103 const GenderInfo* gi = GenderInfo::getInstance(locale, status); local
108 UGender actual = gi->getListGender(genderList, listLength, status);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c2176 const struct group_icon *gi;
2178 for (gi = group_icon; gi != NULL; gi = gi->next)
2181 gi->width, gi->height, gi->colors, gi->planes, gi
2173 const struct group_icon *gi; local
[all...]
H A Dresbin.c891 struct group_icon *gi; local
896 gi = (struct group_icon *) res_alloc (sizeof *gi);
898 gi->width = data[0];
899 gi->height = data[1];
900 gi->colors = data[2];
901 gi->planes = get_16 (big_endian, data + 4);
902 gi->bits = get_16 (big_endian, data + 6);
903 gi->bytes = get_32 (big_endian, data + 8);
904 gi
1732 const struct group_icon *gi; local
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dmpm_common.c423 static void end_gen(mpm_gen_info_t *gi) argument
426 "end of generation %d", gi->gen);
427 ap_run_end_generation(ap_server_conf, gi->gen);
428 APR_RING_REMOVE(gi, link);
429 APR_RING_INSERT_HEAD(unused_geninfo, gi, mpm_gen_info_t, link);
/macosx-10.10/vim-55/runtime/syntax/
H A Djavascript.vim8 " (ss) fixed regex parsing issue with multiple qualifiers [gi]
42 syn region javaScriptRegexpString start=+/[^/*]+me=e-1 skip=+\\\\\|\\/+ end=+/[gi]\{0,2\}\s*$+ end=+/[gi]\{0,2\}\s*[;.,)\]}]+me=e-1 contains=@htmlPreproc oneline
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py521 err, gi = GetGraphicsImporterForDataRefWithFlags(dataRef,
523 if not err and gi:
528 result = GraphicsImportSetFlags(gi,
533 result, imageRef = GraphicsImportCreateCGImage(gi,None,0)
537 CloseComponent(gi)

Completed in 251 milliseconds

12