Searched +refs:find +refs:tag +refs:tag (Results 1 - 25 of 218) sorted by relevance

123456789

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscrolledcanvas.rb61 def tagid(tag)
62 if tag.kind_of?(TkcItem) || tag.kind_of?(TkcTag)
63 tag.id
64 elsif tag.kind_of?(Tk::Itk::Component)
65 tag.name
67 tag # maybe an Array of configure paramters
79 def addtag(tag, mode, *args)
80 tk_send_without_enc('addtag', tagid(tag), mode, *args)
101 def addtag_withtag(tagOrId, tag)
197 def find(mode, *args) method in class:Tk
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DFontTableCache.cpp17 LETag tag; member in struct:FontTableCacheEntry
32 fTableCache[i].tag = 0;
42 fTableCache[i].tag = 0;
57 const void *FontTableCache::find(LETag tableTag) const function in class:FontTableCache
60 if (fTableCache[i].tag == tableTag) {
80 fTableCache[i].tag = 0;
87 fTableCache[fTableCacheCurr].tag = tableTag;
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A DFontTableCache.cpp18 LETag tag; member in struct:FontTableCacheEntry
33 fTableCache[i].tag = 0;
43 fTableCache[i].tag = 0;
57 const void *FontTableCache::find(LETag tableTag) const function in class:FontTableCache
60 if (fTableCache[i].tag == tableTag) {
80 fTableCache[i].tag = 0;
87 fTableCache[fTableCacheCurr].tag = tableTag;
H A DPortableFontInstance.cpp186 const DirectoryEntry *PortableFontInstance::findTable(LETag tag) const
192 if (SWAPL(fDirectory->tableDirectory[fDirExtra].tag) <= tag) {
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) {
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) {
212 const void *PortableFontInstance::readTable(LETag tag, le_uint32 *length) const argument
214 const DirectoryEntry *entry = findTable(tag);
235 return FontTableCache::find(tableTa
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dnamespace.test36 common tag 1
53 common tag 2
59 list [namespace eval test_ns_1::Counter {info variable tag}] \
60 [namespace eval test_ns_2::Counter {info variable tag}] \
61 } {{protected common ::test_ns_1::Counter::tag 1 1} {protected common ::test_ns_2::Counter::tag 2 2}}
75 test namespace-1.5 {can find classes wrapped in a namespace} {
76 list [catch {test_ns_1::c do itcl::find objects -isa Counter} msg] $msg \
77 [catch {test_ns_1::c do itcl::find objects -class Counter} msg] $msg
86 [catch {itcl::find object
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmaclpod.cpp63 AuthorizationGroup::AuthorizationGroup(CSSM_ACL_AUTHORIZATION_TAG tag, Allocator &alloc) argument
66 AuthTags[0] = tag;
75 bool AuthorizationGroup::contains(CSSM_ACL_AUTHORIZATION_TAG tag) const
77 return find(AuthTags, &AuthTags[NumberOfAuthTags], tag) != &AuthTags[NumberOfAuthTags];
93 void AclEntryPrototype::tag(const char *tagString) function in class:Security::AclEntryPrototype
103 void AclEntryPrototype::tag(const string &tagString) function in class:Security::AclEntryPrototype
172 void AutoAclEntryInfoList::add(const TypedList &subj, const AclAuthorizationSet &auths, const char *tag /* = NULL */)
177 info.proto().tag(tag);
183 char tag[20]; local
190 char tag[20]; local
200 char tag[20]; local
209 pinFromAclTag(const char *tag, const char *suffix ) argument
[all...]
H A Dobjectacl.cpp132 if (getRange(ctx.s_credTag(), range) == 0) // no such tag
140 ctx.entryTag(slot.tag);
225 add(newEntry.tag, newEntry);
260 unsigned int ObjectAcl::getRange(const std::string &tag, argument
263 if (!tag.empty()) { // tag restriction in effect
264 range = mEntries.equal_range(tag);
265 unsigned int count = (unsigned int)mEntries.count(tag);
288 void ObjectAcl::cssmGetAcl(const char *tag, uint32 &count, AclEntryInfo * &acls) argument
292 count = getRange(tag
409 add(const std::string &tag, const AclEntry &newEntry) argument
414 add(const std::string &tag, AclEntry newEntry, CSSM_ACL_HANDLE handle) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmaclpod.cpp63 AuthorizationGroup::AuthorizationGroup(CSSM_ACL_AUTHORIZATION_TAG tag, Allocator &alloc) argument
66 AuthTags[0] = tag;
75 bool AuthorizationGroup::contains(CSSM_ACL_AUTHORIZATION_TAG tag) const
77 return find(AuthTags, &AuthTags[NumberOfAuthTags], tag) != &AuthTags[NumberOfAuthTags];
93 void AclEntryPrototype::tag(const char *tagString) function in class:Security::AclEntryPrototype
103 void AclEntryPrototype::tag(const string &tagString) function in class:Security::AclEntryPrototype
172 void AutoAclEntryInfoList::add(const TypedList &subj, const AclAuthorizationSet &auths, const char *tag /* = NULL */)
177 info.proto().tag(tag);
183 char tag[20]; local
190 char tag[20]; local
200 char tag[20]; local
209 pinFromAclTag(const char *tag, const char *suffix ) argument
[all...]
H A Dobjectacl.cpp132 if (getRange(ctx.s_credTag(), range) == 0) // no such tag
140 ctx.entryTag(slot.tag);
225 add(newEntry.tag, newEntry);
260 unsigned int ObjectAcl::getRange(const std::string &tag, argument
263 if (!tag.empty()) { // tag restriction in effect
264 range = mEntries.equal_range(tag);
265 unsigned int count = (unsigned int)mEntries.count(tag);
288 void ObjectAcl::cssmGetAcl(const char *tag, uint32 &count, AclEntryInfo * &acls) argument
292 count = getRange(tag
409 add(const std::string &tag, const AclEntry &newEntry) argument
414 add(const std::string &tag, AclEntry newEntry, CSSM_ACL_HANDLE handle) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtreeview.rb142 ret.collect{|tag| TkBindTag.id2obj(tag)}
150 ret.collect{|tag| TkBindTag.id2obj(tag)}
164 ret[-2] = ret[-2].collect{|tag| TkBindTag.id2obj(tag)}
165 ret[-1] = ret[-1].collect{|tag| TkBindTag.id2obj(tag)}
169 inf[-2] = inf[-2].collect{|tag| TkBindTag.id2obj(tag)}
576 def find(first, last, keys={}) method in class:Tk.OpenCloseCommand.ValidateArgs.FindExecFlagValue.ValidateArgs
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagebox.itk96 method find {}
99 method type {op tag args}
179 -command [itcl::code $this find]
220 # PUBLIC METHOD: type <op> <tag> <args>
226 itcl::body iwidgets::Messagebox::type {op tag args} {
229 eval iwidgets::MsgType $this$tag $args
231 lappend _types $tag
233 $itk_component(text) tag configure $tag \
234 -font [$this$tag cge
[all...]
H A Dfinddialog.itk62 method find {}
92 # Add the find pattern entryfield.
101 # Add the find all checkbutton.
128 # Add the find backwards checkbutton.
137 # Add the find, clear, and close buttons, making find be the default.
139 add Find -text Find -command [itcl::code $this find]
176 # as disabling a find again menu.
183 # Specifies a command to be invoked following a find operation.
249 $itk_option(-textwidget) tag remov
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp78 const std::string& tag,
83 PRE(text.find('\n') == std::string::npos);
85 const std::string pad(col - tag.length(), ' ');
90 formatted = tag + pad;
106 formatted += '\n' + tag + pad;
141 impl::format_text_with_tag(const std::string& text, const std::string& tag, argument
144 PRE(col == 0 || col >= tag.length());
146 col = tag.length();
155 formatted += format_paragraph(line, tag, iter == lines.begin(),
159 formatted += "\n" + tag
77 format_paragraph(const std::string& text, const std::string& tag, const bool first, const bool repeat, const size_t col) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dcanvas.rb30 simplelist(v).collect{|tag| TkcTag.id2obj(self, tag)}
76 def tagid(tag)
77 if tag.kind_of?(TkcItem) || tag.kind_of?(TkcTag)
78 tag.id
80 tag # maybe an Array of configure paramters
98 def addtag(tag, mode, *args)
100 if args[0] && mode =~ /^(above|below|with(tag)?)$/
103 tk_send_without_enc('addtag', tagid(tag), mod
225 def find(mode, *args) method in class:Tk
[all...]
H A Dcanvastag.rb15 def addtag(tag)
16 @c.addtag(tag, 'withtag', @id)
104 def find method in class:TkcTagAccess
105 @c.find('withtag', @id)
107 alias list find
197 def & (tag)
198 if tag.kind_of? TkObject
199 TkcTagString.new(@c, '(' + @id + ')&&(' + tag.path + ')')
201 TkcTagString.new(@c, '(' + @id + ')&&(' + tag.to_s + ')')
205 def | (tag)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tooltip/
H A Dtooltip.tcl41 # <widget> ?-index index? ?-items id? ?-tag tag? ?message?
48 # If -tag is specified, then <widget> is assumed to be a text
49 # and the tagId specifies a tag.
192 if {[catch {$w find withtag $namedItem} items]} {
199 -tag {
200 set tag [lindex $args 1]
201 set r [catch {lsearch -exact [$w tag names] $tag} ndx]
204 \"$tag\" i
[all...]
/macosx-10.9.5/dtrace-118.1/test/cmd/scripts/
H A Ddtest.pl54 # If no test files are specified on the command-line, execute a find on "."
171 find(\&wanted, $arg);
182 find(\&wanted, "$defdir/common") if (scalar(@ARGV) == 0);
183 find(\&wanted, "$defdir/$MACH") if (scalar(@ARGV) == 0);
333 # by a find on "." and execute each one. If the test file is executable, we
338 # examine stderr to ensure that a matching error tag was produced.
340 # examine stderr to ensure that a matching drop tag was produced.
351 $tag = 0;
359 $tag = $1;
374 if ($opt_a && ($status != 0 || $tag !
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dxmlcomplete.vim83 " Look like we may have broken tag. Check previous lines. Up to
94 " Normal tag line, no need for completion at all
95 " OR reached first line without tag at all
127 " There is still possibility we may do something - eg. close tag
177 " Generally if context contains > it means we are outside of tag and
182 " find tags matching with "a:base"
188 let tag = ''
190 let tag = split(context)[0]
193 let tag = substitute(tag, '
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A Dimage.rb22 invalid = tags.find {|tag| tag != name}
67 %w(width height).each do |tag|
68 full_name = "#{IMAGE_PREFIX}_#{tag}"
69 disp_name = "#{IMAGE_PREFIX}:#{tag}"
70 install_text_element(tag, IMAGE_URI, "?",
72 BaseListener.install_get_text_element(IMAGE_URI, tag, full_name)
H A Drss.rb74 # Raised if no matching tag is found.
77 attr_reader :tag, :parent
78 def initialize(tag, parent)
79 @tag, @parent = tag, parent
80 super("tag <#{tag}> is missing in tag <#{parent}>")
85 # Raised if there are more occurrences of the tag than expected.
88 attr_reader :tag,
987 def tag(indent, additional_attrs={}, &block) method
1313 def tag(indent, attrs={}, &block) method in class:RootElementMixin
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dauthority.cpp125 AuthorizationToken &AuthorizationToken::find(const AuthorizationBlob &blob) function in class:AuthorizationToken
128 AuthMap::iterator it = authMap.find(blob);
141 AuthMap::iterator it = authMap.find(blob);
209 assert(mUsingProcesses.find(&proc) != mUsingProcesses.end());
239 AuthorizationToken::infoSet(AuthorizationString tag) argument
245 if (tag)
248 Authorization::FindAuthItemByRightName(tag));
256 secdebug("SSauth", "Authorization %p returning copy of context %s%s.", this, tag ? "for tag " : "", tag
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dgoldberg.tcl6 # "Man will always find a difficult means to perform a simple task"
56 find a difficult means to perform a simple task\"\n - Rube Goldberg"
327 permission of the author)\n\n\"Man will always find a difficult\
341 -tag I0 -font {{Times Roman} 12 italic bold}
343 $w.c create line $xy -tag I0 -fill $color -width 5 -arrow last \
374 $w.c create oval $xy -tag I1 -fill $color2 -outline {}
416 $w.c create line $xy -fill $::C(fg) -width 6 -tag I2_0
418 $w.c create line $xy -fill $::C(fg) -width 3 -tag I2_1
420 $w.c create line $xy -fill $::C(fg) -width 3 -tag I2_2
422 $w.c create line $xy -fill $::C(fg) -tag I2_
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html1059 # how to create IMG tag
1758 $PROTECTTAG = "_ThisIsProtected_"; # tag to recognize protected sections
1902 'dfn', 'EM', # DFN tag is illegal in the standard
3012 $tag = '';
3017 $tag = $1;
3029 } elsif ($tag eq 'html') {
3110 } elsif ($tag) {
3111 $in_titlepage = 1 if $tag eq 'titlepage';
3112 next if $to_skip{$tag};
3113 last if $tag e
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/Parser/Style/
H A DStream.pm141 This style uses the Pkg option to find subs in a given package to call for each event.
158 Called for every start tag with a second parameter of the element type. The $_
159 variable will contain a copy of the tag and the %_ variable will contain
164 Called for every end tag with a second parameter of the element type. The $_
165 variable will contain a copy of the end tag.
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dslow.tcl1 # Trying to find out how hash performance degrades as size increases
19 proc timedRun {tag count args} {
21 lappend ::stats($tag) [expr {$count*$usec/1000.0}]
79 words find k1 k1_${w}5
83 words find k1 k1_${w}5 k2 k2_${w}5
87 words find k1 k1_${w}5 k2 k2_${w}5
108 timedRun $mode-find 10000 find$nkeys $w

Completed in 268 milliseconds

123456789