Searched refs:tags (Results 51 - 75 of 503) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m16 CFArrayRef tags;
26 tags = NULL;
28 tags = CGFontCopyTableTags(font);
31 tags = NULL;
35 if (tags == NULL && PyErr_Occurred()) {
39 if (tags == NULL) {
44 Py_ssize_t len = CFArrayGetCount(tags);
48 CFRelease(tags);
53 uint32_t cur = (uint32_t)(uintptr_t)CFArrayGetValueAtIndex(tags, i);
56 CFRelease(tags);
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcs_s_stub.c209 method_p->tags.client_tag,
465 method_p->tags.client_tag,
675 method_p->tags.client_tag,
919 method_p->tags.client_tag,
1173 if (method_p->tags.type_handle != NULL)
1175 if ((idl_cs_convert_t)method_p->tags.type_handle
1177 (idl_cs_convert_t)method_p->tags.type_handle
1182 method_p->tags.type_handle;
1189 method_p->tags.type_handle
1193 method_p->tags
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr011/
H A Dchk.tags3 # $Id: chk.tags,v 12.6 2007/07/06 18:44:33 bostic Exp $
5 # Check to make sure we don't need any more symbolic links to tags files.
41 (cd $d && ls */tags | sed 's/\/tags$//' | sort) > $t2
45 echo "<<< source tree >>> tags files"
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dhscale.rb59 tags 'poly'
63 tags 'line'
H A Dvscale.rb63 tags 'poly'
67 tags 'line'
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dhscale.rb62 tags 'poly'
66 tags 'line'
H A Dvscale.rb64 tags 'poly'
68 tags 'line'
/macosx-10.9.5/sudo-72/src/
H A Dsudo.man.pl4 %tags = ( 'a', 'BA', 'c', 'LC', 'r', 'SL', 't', 'SL');
16 $_ = ".if \\n($tags{$1} \\{\\\n$_";
24 $_ = ".if \\n($tags{'a'} $_";
26 $_ = ".if \\n($tags{'c'} $_";
28 $_ = ".if \\n($tags{'r'} $_";
H A Dtestsudoers.c483 struct cmndtag tags; local
494 tags.nopasswd = tags.noexec = UNSPEC;
527 if (cs->tags.nopasswd != UNSPEC && cs->tags.nopasswd != tags.nopasswd)
528 printf("%sPASSWD: ", cs->tags.nopasswd ? "NO" : "");
529 if (cs->tags.noexec != UNSPEC && cs->tags.noexec != tags
[all...]
H A Dgram.y317 /* propagate tags and runas list */
318 if ($3->tags.nopasswd == UNSPEC)
319 $3->tags.nopasswd = $3->prev->tags.nopasswd;
320 if ($3->tags.noexec == UNSPEC)
321 $3->tags.noexec = $3->prev->tags.noexec;
322 if ($3->tags.setenv == UNSPEC &&
323 $3->prev->tags.setenv != IMPLIED)
324 $3->tags
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/note/
H A Dnote.tcl16 proc ::sak::note::run {m p tags} {
22 set notes($k) $tags
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpack.tcl182 # tags
183 set tags [concat __NEW__ [$w gettags $id]] ;# AM: My change
184 lappend item $tags
191 # tags binds
192 foreach tag $tags \
263 foreach {typeid coords tags binds options specifics} $item \
285 $w itemconfigure $id -tags $tags ;# AM: "options" may contain the old list of tags
341 foreach {type coords tags bind
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/affinity/
H A DMakefile32 SOURCES := sets.c pool.c tags.c
33 ARCH_32_TARGETS := $(addprefix $(DSTROOT)/, sets pool tags)
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_get_data_fossil16 fsbranch=${fsinfo[tags]%%, *}
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddragsite.tcl91 set tags [bindtags $path]
92 set idx [lsearch $tags "BwDrag*"]
96 bindtags $path [lreplace $tags $idx $idx BwDrag$event]
98 bindtags $path [concat $tags BwDrag$event]
104 bindtags $path [lreplace $tags $idx $idx]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmycomputer.tcl26 $T column create -text Name -tags name -width 200
27 $T column create -text Type -tags type -width 120
28 $T column create -text "Total Size" -tags size -justify right -width 100 \
30 $T column create -text "Free Space" -tags free -justify right -width 100
31 $T column create -text Comments -tags comment -width 120
H A Dmailwasher.tcl30 $T column create -text Delete -textpadx $pad -justify center -tags delete
31 $T column create -text Bounce -textpadx $pad -justify center -tags bounce
32 $T column create -text Status -width 80 -textpadx $pad -tags status
33 $T column create -text Size -width 40 -textpadx $pad -justify right -tags size
34 $T column create -text From -width 140 -textpadx $pad -tags from
35 $T column create -text Subject -width 240 -textpadx $pad -tags subject
36 $T column create -text Received -textpadx $pad -arrow up -tags received
37 $T column create -text Attachments -textpadx $pad -tags attachments
153 switch [%T column cget %C -tags] {
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dpendulum.tcl38 $w.c create line 0 25 320 25 -tags plate -fill grey50 -width 2
39 $w.c create oval 155 20 165 30 -tags pivot -fill grey50 -outline {}
40 $w.c create line 1 1 1 1 -tags rod -fill black -width 3
41 $w.c create oval 1 1 2 2 -tags bob -fill yellow -outline black
48 $w.k create line 160 200 160 0 -fill grey75 -arrow last -tags y_axis
49 $w.k create line 0 100 320 100 -fill grey75 -arrow last -tags x_axis
52 $w.k create line 0 0 1 1 -smooth true -tags graph$i -fill grey$i
55 $w.k create text 0 0 -anchor ne -text "q" -font {Symbol 8} -tags label_theta
56 $w.k create text 0 0 -anchor ne -text "dq" -font {Symbol 8} -tags label_dtheta
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-compile.c53 Algorithms to setup tags so that submatch addressing can be done.
99 const char *sep = " tags=";
103 if (bit_test(branch->tags, i))
165 const char *sep = " tags=";
168 DPRINT(("%s%d", sep, branch->tags[i]));
213 bitstr_t *l = db->tags;
214 bitstr_t *r = sb->tags;
219 /* db and sb are the info from two parallel sub-trees, so the tags
261 /* tag_id is a new tag, and shouldn't exist in db's tags,
263 bit_set(db->tags, tag_i
2120 tre_set_union(tre_mem_t mem, tre_pos_and_tags_t *set1, tre_pos_and_tags_t *set2, int *tags, int assertions, int *params) argument
2227 tre_match_empty(tre_stack_t *stack, tre_ast_node_t *node, int *tags, int *assertions, int *params, int *num_tags_seen, int *params_seen) argument
2467 int num_tags, *tags, assertions, params_seen; local
2555 int num_tags, *tags, assertions, params_seen; local
2824 int *tags; local
3234 int *tags; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DMakefile28 rm -rf $(PROGS) TESTDIR eBay tags *.o *.core csv_local.[ch]
30 tags:
31 rm -f tags
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlw-complete-structtag.el1 ;;; idlw-complete-structtag.el --- Completion of structure tags.
30 ;; Completion of structure tags can be done automatically in the
31 ;; shell, since the list of tags can be determined dynamically through
34 ;; Completion of structure tags in a source buffer is highly ambiguous
41 ;; tags). For example, many widget applications define a "state" structure
46 ;; completion for its tags.
76 ;; and offers the tags for completion.
87 ;; from the current position, until a definition with tags is found.
95 (defvar idlwave-current-tags-var nil)
96 (defvar idlwave-current-tags
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_attribute_manager.rb69 tags = @am.html_tags
70 assert_equal(6, tags.size)
71 assert(tags.has_key?("test"))
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DMakefile298 tags: TAGS
309 tags=; \
315 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
316 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
318 mostlyclean-tags:
320 clean-tags:
322 distclean-tags:
325 maintainer-clean-tags:
381 mostlyclean-tags mostlyclean-generic
386 clean-javasaslJAVA clean-tags clea
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl170 -tags [list ruler outline]
185 -anchor w -tags [list ruler value label] \
201 set tags [list ruler tick large]
205 -tags [list ruler value]
210 set tags [list ruler tick medium]
214 set tags [list ruler tick small]
218 $hull create line $dx 0 $dx $height -width 1 -tags $tags \
221 $hull create line $dx 0 $dx $h -width 1 -tags $tags \
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_tags4 # Build tags files.
41 f=tags
63 f=../$i/tags

Completed in 146 milliseconds

1234567891011>>