Searched refs:tag (Results 26 - 50 of 1611) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dradiobox.itk5 # selecting, and deselecting of radiobuttons by tag and index.
60 method add {tag args}
68 method insert {index tag args}
75 method gettag {index} ;# Get the tag of the checkbutton associated
166 # requested tag, numerical index, or keyword "end". Returns the
196 # METHOD: add tag ?option value option value ...?
201 # options. The tag is returned.
203 itcl::body iwidgets::Radiobox::add {tag args} {
213 itk_component add $tag {
219 -value $tag
[all...]
/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)
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/lib/
H A Dclass_additions.rb3 def fits_the_description?(tag, text)
4 self.name == tag and self.inner_html.include?(text)
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontFeatureValue.cpp35 FontFeatureValue::FontFeatureValue(const String& tag, int value) argument
37 , m_tag(tag)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontFeatureSettings.cpp31 FontFeature::FontFeature(const AtomicString& tag, int value) argument
32 : m_tag(tag)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_text_checker.h62 * Defines a type name for the callback function to return a tag (identifier) which is guaranteed to be unique.
66 * @param o the view object to get unique tag
68 * @return unique tag for the given @a o view object
73 * Defines a type name for the callback function to close the prviously set tag.
77 * @param tag the tag to be closed
79 typedef void (*Ewk_Text_Checker_Unique_Spell_Document_Tag_Close_Cb)(uint64_t tag);
84 * @param tag unique tag to notify the spell checker which document that @a text is associated,
91 typedef void (*Ewk_Text_Checker_String_Spelling_Check_Cb)(uint64_t tag, cons
[all...]
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_object.rb24 tag = Tagged.new
25 assert_match('foo', Psych.dump(tag))
29 tag = Tagged.new
30 tag2 = Psych.load(Psych.dump(tag))
31 assert_equal tag.baz, tag2.baz
H A Dtest_tainted.rb13 tags.flatten.each do |tag|
14 assert_taintedness tag
22 def scalar value, anchor, tag, plain, quoted, style
24 assert_taintedness tag if tag
28 def start_sequence anchor, tag, implicit, style
29 assert_taintedness tag if tag
33 def start_mapping anchor, tag, implicit, style
34 assert_taintedness tag i
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A DOSMalloc.h134 * Creates a tag for use with OSMalloc functions.
136 * @param name The name of the tag to create.
140 * An opaque tag to be used with OSMalloc functions for tracking memory usage.
166 * Frees a tag used with OSMalloc functions.
168 * @param tag The <code>@link OSMallocTag OSMallocTag@/link</code> to free.
177 extern void OSMalloc_Tagfree(OSMallocTag tag);
188 * @param tag The <code>@link OSMallocTag OSMallocTag@/link</code>
195 * If <code>tag</code> was created with the
203 OSMallocTag tag);
214 OSMallocTag tag);
[all...]
/macosx-10.9.5/postfix-252/postfix/src/postlog/
H A Dpostlog.c28 /* Include the process ID in the logging tag.
33 /* Specifies the logging tag, that is, the identifying name that
34 /* appears at the beginning of each logging record. A default tag
176 const char *tag; local
204 tag = mail_task(slash + 1);
206 tag = mail_task(argv[0]);
208 msg_vstream_init(tag, VSTREAM_ERR);
209 msg_syslog_init(tag, LOG_PID, LOG_FACILITY);
222 msg_fatal("usage: %s [-c config_dir] [-i] [-p priority] [-t tag] [-v] [text]", tag);
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTagSet.c28 int recordSize; /* size of tag record */
38 Ttk_Tag tag = (Ttk_Tag)ckalloc(sizeof(*tag)); local
39 tag->tagRecord = ckalloc(tagTable->recordSize);
40 memset(tag->tagRecord, 0, tagTable->recordSize);
42 tag->priority = ++tagTable->nTags;
43 tag->tagName = tagName;
44 return tag;
47 static void DeleteTag(Ttk_TagTable tagTable, Ttk_Tag tag) argument
49 Tk_FreeConfigOptions(tag
168 Ttk_TagSetContains(Ttk_TagSet tagset, Ttk_Tag tag) argument
184 Ttk_TagSetAdd(Ttk_TagSet tagset, Ttk_Tag tag) argument
203 Ttk_TagSetRemove(Ttk_TagSet tagset, Ttk_Tag tag) argument
230 Ttk_EnumerateTagOptions( Tcl_Interp *interp, Ttk_TagTable tagTable, Ttk_Tag tag) argument
239 Ttk_TagOptionValue( Tcl_Interp *interp, Ttk_TagTable tagTable, Ttk_Tag tag, Tcl_Obj *optionName) argument
251 Ttk_ConfigureTag( Tcl_Interp *interp, Ttk_TagTable tagTable, Ttk_Tag tag, int objc, Tcl_Obj *const objv[]) argument
281 Ttk_Tag tag = tagSet->tags[j]; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dderef.c37 ber_tag_t tag; local
59 tag = ber_printf( ber, "{" /*}*/ );
60 if ( tag == LBER_ERROR ) {
68 tag = ber_printf( ber, "{s{" /*}}*/ , ds[i].derefAttr );
69 if ( tag == LBER_ERROR ) {
75 tag = ber_printf( ber, "s", ds[i].attributes[ j ] );
76 if ( tag == LBER_ERROR ) {
82 tag = ber_printf( ber, /*{{*/ "}N}" );
83 if ( tag == LBER_ERROR ) {
89 tag
164 ber_tag_t tag; local
[all...]
H A Dgetattr.c34 ber_tag_t tag; local
60 tag = ber_scanf( ber, "{xl{" /*}}*/, &len );
61 if( tag == LBER_ERROR ) {
83 tag = ber_scanf( ber, "{ax}", &attr );
84 if( tag == LBER_ERROR ) {
98 ber_tag_t tag; local
113 tag = ber_scanf( ber, "{ax}", &attr );
114 if( tag == LBER_ERROR ) {
131 ber_tag_t tag; local
149 tag
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebTextCheckerClient.h48 void checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength);
49 void checkGrammarOfString(uint64_t tag, const String& text, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
52 void updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord);
53 void updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const WebCore::GrammarDetail&);
54 void guessesForWord(uint64_t tag, const String& word, Vector<String>& guesses);
55 void learnWord(uint64_t tag, const String& word);
56 void ignoreWord(uint64_t tag, const String& word);
H A DWebTextCheckerClient.cpp86 void WebTextCheckerClient::closeSpellDocumentWithTag(uint64_t tag) argument
91 m_client.closeSpellDocumentWithTag(tag, m_client.clientInfo);
94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) argument
99 m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, m_client.clientInfo);
102 void WebTextCheckerClient::checkGrammarOfString(uint64_t tag, const String& text, Vector<WebCore::GrammarDetail>& grammarDetails, int32_t& badGrammarLocation, int32_t& badGrammarLength) argument
108 m_client.checkGrammarOfString(tag, toAPI(text.impl()), &wkGrammarDetailsRef, &badGrammarLocation, &badGrammarLength, m_client.clientInfo);
132 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord) argument
137 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.clientInfo);
140 void WebTextCheckerClient::updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const WebCore::GrammarDetail& grammarDetail) argument
145 m_client.updateSpellingUIWithGrammarString(tag, toAP
148 guessesForWord(uint64_t tag, const String& word, Vector<String>& guesses) argument
159 learnWord(uint64_t tag, const String& word) argument
167 ignoreWord(uint64_t tag, const String& word) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/extra/uconv/unicode/
H A Duwmsg.h24 U_CFUNC int u_wmsg(FILE *fp, const char *tag, ... );
/macosx-10.9.5/Libc-997.90.3/os/
H A Dtrace.h46 #define os_trace(tag, fmt, ...) __extension__({\
47 _os_trace(_OS_TRACE_PREFIX "%s: " fmt, tag, ## __VA_ARGS__); \
50 #define os_trace_ctx(tag, ctx, fmt, ...) __extension__({\
51 _os_trace(_OS_TRACE_PREFIX "[%p] %s: " fmt, ctx, tag, ## __VA_ARGS__); \
/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[2 local
190 char tag[20]; local
200 char tag[20]; local
209 pinFromAclTag(const char *tag, const char *suffix ) 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[2 local
190 char tag[20]; local
200 char tag[20]; local
209 pinFromAclTag(const char *tag, const char *suffix ) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/net/
H A Ddriver.h42 const char *tag; member in struct:__anon6438
/macosx-10.9.5/groff-38/groff/src/include/
H A Dindex.h36 struct tag { struct
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/json/
H A Dyaml_events.rb12 def start_mapping anchor, tag, implicit, style
16 def start_sequence anchor, tag, implicit, style
20 def scalar value, anchor, tag, plain, quoted, style
21 if "tag:yaml.org,2002:null" == tag
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDebug.h75 MODULE_SCOPE void TkMacOSXPrintRect(char * tag, Rect * r );
76 MODULE_SCOPE void TkMacOSXPrintPoint(char * tag, Point * p );
78 MODULE_SCOPE void TkMacOSXPrintRegion(char * tag, RgnHandle rgn );
79 MODULE_SCOPE void TkMacOSXPrintWindowTitle(char * tag, WindowRef window );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblber/
H A Dencode.c74 /* Prepend tag to ptr, which points to the end of a tag buffer */
76 ber_prepend_tag( unsigned char *ptr, ber_tag_t tag )
79 *--ptr = (unsigned char) tag & 0xffU;
80 } while ( (tag >>= 8) != 0 );
173 ber_tag_t tag )
191 ptr = ber_prepend_tag( ptr, tag );
200 ber_tag_t tag )
202 if ( tag == LBER_DEFAULT ) {
203 tag
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKContextMenuItem.cpp51 WKContextMenuItemRef WKContextMenuItemCreateAsAction(WKContextMenuItemTag tag, WKStringRef title, bool enabled) argument
54 return toAPI(WebContextMenuItem::create(WebContextMenuItemData(ActionType, toImpl(tag), toImpl(title)->string(), enabled, false)).leakRef());
60 WKContextMenuItemRef WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag tag, WKStringRef title, bool enabled, bool checked) argument
63 return toAPI(WebContextMenuItem::create(WebContextMenuItemData(CheckableActionType, toImpl(tag), toImpl(title)->string(), enabled, checked)).leakRef());
88 static WKContextMenuItemTag compatibleContextMenuItemTag(WKContextMenuItemTag tag) argument
96 return tag;
101 if (tag == kWKContextMenuItemTagDictationAlternative)
103 if (tag >= kWKContextMenuItemTagInspectElement && tag < kWKContextMenuItemBaseApplicationTag)
104 return tag
[all...]

Completed in 219 milliseconds

1234567891011>>