Searched refs:tags (Results 1 - 25 of 503) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_symlink12 build btree/tags ../dist/tags
13 build build_unix/tags ../dist/tags
14 build clib/tags ../dist/tags
15 build common/tags ../dist/tags
16 build crypto/tags ../dist/tags
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-compile.h17 int *tags; member in struct:__anon2932
H A Dtre-match-utils.h282 tre_tag_get(const tre_tag_t *tags, int i) argument
284 tags += i;
285 return tags->count > 0 ? tags->value : -1;
289 tre_tag_set(tre_tag_t *tags, int i, int val, int touch) argument
291 tags += i;
292 if (tags->count++ == 0)
293 tags->first = val;
294 tags->value = val;
295 tags
299 tre_tag_reset(tre_tag_t *tags, int i) argument
305 tre_tag_touch_get(const tre_tag_t *tags, int i) argument
312 tre_print_tags(const tre_tag_t *tags, int num_tags) argument
336 tre_print_tags_all(const tre_tag_t *tags, int num_tags) argument
[all...]
H A Dregexec.c55 the corresponding tags. If reset_all is non-zero, reset all tags in all
56 branches. Recurse into the nested last matched structures, clearing tags as
59 tre_reset_last_matched_branches(tre_tag_t *tags, const tre_last_matched_t *lm, argument
75 tre_tag_touch_get(tags, b->cmp_tag),
76 tre_tag_touch_get(tags, start_tag)));
77 reset = (reset_all || tre_tag_touch_get(tags, b->cmp_tag) <
78 tre_tag_touch_get(tags, start_tag));
87 for (i = b->n_tags, t = b->tags; i > 0; i--, t++)
90 tre_tag_reset(tags, *
158 const tre_tag_t *tags = intags; local
247 tre_tag_t *tags = NULL; local
419 tre_tag_t *tags = NULL; local
[all...]
H A Dtre-match-backtrack.c90 tre_tag_t *tags; member in struct:__anon2941
140 if (tags) \
141 xfree(tags); \
150 s->item.tags = tre_bt_mem_alloc(mem, \
151 num_tags * sizeof(*tags)); \
152 if (!s->item.tags) \
155 if (tags) \
156 xfree(tags); \
175 memcpy(stack->item.tags, (_tags), num_tags * sizeof(*(_tags))); \
193 memcpy(tags, stac
260 tre_tag_t *tags = NULL; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/library/
H A DWidget.itk52 set tags [bindtags $itk_hull]
53 bindtags $itk_hull [linsert $tags 0 itk-delete-$itk_hull]
60 set tags [bindtags $itk_hull]
61 set i [lsearch $tags itk-delete-$itk_hull]
63 bindtags $itk_hull [lreplace $tags $i $i]
H A DToplevel.itk51 set tags [bindtags $itk_hull]
52 bindtags $itk_hull [linsert $tags 0 itk-delete-$itk_hull]
59 set tags [bindtags $itk_hull]
60 set i [lsearch $tags itk-delete-$itk_hull]
62 bindtags $itk_hull [lreplace $tags $i $i]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dfloor.tcl47 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
72 # in the floorplan. It changes tags so that the current room is
104 -tags highlight"]
132 -tags {floor1 bg} -fill $fill
133 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
134 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
135 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
136 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
137 $w create line 60 391 0 391 -fill $outline -tags {floor1 bg}
138 $w create line 3 114 3 337 -fill $outline -tags {floor
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dfloor.tcl45 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
70 # in the floorplan. It changes tags so that the current room is
102 -tags highlight"]
130 -tags {floor1 bg} -fill $fill
131 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
132 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
133 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
134 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
135 $w create line 60 391 0 391 -fill $outline -tags {floor1 bg}
136 $w create line 3 114 3 337 -fill $outline -tags {floor
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/eg/
H A Dfudd.pl6 use HTTP::Proxy::BodyFilter::tags;
14 response => HTTP::Proxy::BodyFilter::tags->new,
H A Dleet.pl3 use HTTP::Proxy::BodyFilter::tags;
35 response => HTTP::Proxy::BodyFilter::tags->new,
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Dfudd.pl6 use HTTP::Proxy::BodyFilter::tags;
14 response => HTTP::Proxy::BodyFilter::tags->new,
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcs_s_eval.c432 method_p->tags.stag = method_p->client->codesets[0].c_set;
433 method_p->tags.drtag = method_p->server->codesets[0].c_set;
485 method_p->tags.stag
487 method_p->tags.drtag
489 method_p->tags.stag_max_bytes
491 method_p->tags.client_tag
493 method_p->tags.client_max_bytes
500 method_p->tags.stag
502 method_p->tags.drtag
504 method_p->tags
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A Doscilloscope.rb26 :tags=>['osc', 'frbg'])
32 :stripline=>'cyan', :tags=>['osc', 'ch0'])
38 :stripline=>'red', :tags=>['osc', 'ch1'])
41 TkcRectangle.new(c, geo_fr, :width=>4, :tags=>['osc', 'frfg'])
45 :anchor=>:nw, :tags=>['osc', 'txt1'])
/macosx-10.9.5/vim-53/runtime/tools/
H A Dpltags.pl3 # pltags - create a tags file for Perl code, for use by vi(m)
35 my $do_subs = 1; # --subs, --nosubs include subs in tags file?
36 my $do_vars = 1; # --vars, --novars include variables in tags file?
37 my $do_pkgs = 1; # --pkgs, --nopkgs include packages in tags file?
45 my @tags = (); # List of produced tags
56 # Create a tag file line and push it on the list of found tags
87 push (@tags, $tagline);
186 # Skip if this is not a file we can open. Also skip tags files and backup
188 next unless ((-f $file) && (-r $file) && ($file !~ /tags
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTagSet.c29 int nTags; /* #tags defined so far */
30 Tcl_HashTable tags; /* defined tags */ member in struct:TtkTagTable
68 Tcl_InitHashTable(&tagTable->tags, TCL_STRING_KEYS);
77 entryPtr = Tcl_FirstHashEntry(&tagTable->tags, &search);
83 Tcl_DeleteHashTable(&tagTable->tags);
91 &tagTable->tags, tagName, &isNew);
94 tagName = Tcl_GetHashKey(&tagTable->tags, entryPtr);
125 tagset->tags = NULL;
135 tagset->tags
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dparse.c156 struct cmndtag *tags = NULL; local
192 if ((pwcheck == any && cs->tags.nopasswd == TRUE) ||
193 (pwcheck == all && cs->tags.nopasswd != TRUE))
194 nopass = cs->tags.nopasswd;
231 tags = &cs->tags;
249 if (tags != NULL) {
250 if (tags->nopasswd != UNSPEC)
251 def_authenticate = !tags->nopasswd;
252 if (tags
322 struct cmndtag tags; local
377 struct cmndtag tags; local
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dtags.pm1 package HTTP::Proxy::BodyFilter::tags;
11 return if not defined $buffer; # last "tags"
28 HTTP::Proxy::BodyFilter::tags - A filter that outputs only complete tags
32 use HTTP::Proxy::BodyFilter::tags;
33 use MyFilter; # this filter only works on complete tags
41 response => HTTP::Proxy::BodyFilter::tags->new
47 The HTTP::Proxy::BodyFilter::tags filter makes sure that the next filter
48 in the filter chain will only receive complete tags.
58 Buffer incomplete tags t
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dtags.pm1 package HTTP::Proxy::BodyFilter::tags;
11 return if not defined $buffer; # last "tags"
28 HTTP::Proxy::BodyFilter::tags - A filter that outputs only complete tags
32 use HTTP::Proxy::BodyFilter::tags;
33 use MyFilter; # this filter only works on complete tags
41 response => HTTP::Proxy::BodyFilter::tags->new
47 The HTTP::Proxy::BodyFilter::tags filter makes sure that the next filter
48 in the filter chain will only receive complete tags.
58 Buffer incomplete tags t
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dbindtag_sample.rb99 tags = b2.bindtags
100 tags[2,0] = tag1
101 tags[0,0] = tag1
102 b2.bindtags(tags)
105 tags = b3.bindtags
106 tags[2,0] = tag2
107 tags[0,0] = tag2
108 b3.bindtags(tags)
111 tags = b4.bindtags
112 tags[
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/
H A Dtre-last-matched.h45 * its tags. The end_tag is a special tag, created at the end of each branch
46 * that can be used to detect which branch was last matched. Then the tags
51 * when matched against "ab", the tags associated with the first branch, need
68 * record the tag info while tags are being added to the AST. They use link
87 bitstr_t tags[0]; member in struct:_tre_last_matched_branch_pre
101 int *tags; member in struct:_tre_last_matched_branch
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAllCollection.idl35 NodeList tags(DOMString name);
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/lib/Exporter/
H A DEasy.pm29 # package. It gives a nice way of creating tags, allows you to use tags
30 # when defining @EXPORT, @EXPORT_FAIL and other in tags. It also takes
40 my %tags; # will contain a ref hash of all tags
56 add_tags($tag_data, \%tags);
58 @could_export{map {@$_} values %tags} = ();
66 @will_export = eval { expand_tags($export, \%tags) };
74 my @ok = eval { expand_tags($ok, \%tags) };
84 @ok_only = eval { expand_tags($ok_only, \%tags) };
[all...]
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/lib/Exporter/
H A DEasy.pm29 # package. It gives a nice way of creating tags, allows you to use tags
30 # when defining @EXPORT, @EXPORT_FAIL and other in tags. It also takes
40 my %tags; # will contain a ref hash of all tags
56 add_tags($tag_data, \%tags);
58 @could_export{map {@$_} values %tags} = ();
66 @will_export = eval { expand_tags($export, \%tags) };
74 my @ok = eval { expand_tags($ok, \%tags) };
84 @ok_only = eval { expand_tags($ok_only, \%tags) };
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcvs-status.el68 (defconst cvs-status-tags-leader-re "^ Existing Tags:$")
79 (,cvs-status-tags-leader-re
82 (progn (re-search-backward cvs-status-tags-leader-re nil t)
87 (progn (re-search-backward cvs-status-tags-leader-re nil t)
125 (start (progn (re-search-backward cvs-status-tags-leader-re nil t) (point)))
218 (defun cvs-tree-print (tags printer column)
228 (if (null tags) column
230 (let* ((rev (cvs-car tags))
232 (rest (append (cvs-cdr name) (cvs-cdr tags)))
258 "Merge tags tree
[all...]

Completed in 152 milliseconds

1234567891011>>