Searched refs:add (Results 226 - 250 of 3059) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DTextInfo.itk10 option add *TextInfo.title "Text" widgetDefault
16 itk_component add textArea {
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMatsTV.tcl4 option add *Background gray87
5 option add *highlightBackground gray87
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dreadme.tcl44 struct::matrix NEW ; NEW add columns 4 ; # module, package, version, notes
45 struct::matrix CHG ; CHG add columns 5 ; # module, package, old/new version, notes
46 struct::matrix ICH ; ICH add columns 5 ; # module, package, old/new version, notes
47 struct::matrix CNT ; CNT add columns 5;
50 NEW add row {Module Package {New Version} Comments}
52 CHG add row [list {} {} "$package_name $old_version" "$package_name $package_version" {}]
53 CHG add row {Module Package {Old Version} {New Version} Comments}
55 ICH add row [list {} {} "$package_name $old_version" "$package_name $package_version" {}]
56 ICH add row {Module Package {Old Version} {New Version} Comments}
83 NEW add ro
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dhtmlcheetah.vim27 syntax cluster htmlPreproc add=cheetahPlaceHolder
28 syntax cluster htmlString add=cheetahPlaceHolder
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DWatchpoint.cpp56 void WatchpointSet::add(Watchpoint* watchpoint) function in class:JSC::WatchpointSet
83 void InlineWatchpointSet::add(Watchpoint* watchpoint) function in class:JSC::InlineWatchpointSet
85 inflate()->add(watchpoint);
/macosx-10.10/Libc-1044.1.2/x86_64/string/
H A Dstrnlen.s79 add %rcx, %rsi // adjust maxlen
102 add $16, %rdi
125 add %rdx, %rax
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/examples/
H A Dmain.cpp24 ctrls->add(LDAPCtrl(LDAP_CONTROL_MANAGEDSAIT));
39 values.add("top");
40 values.add("Person");
46 // lc->add(entry);
81 values.add("top");
82 values.add("organizationalUnit");
96 // q=lc->add(entry);
H A DreadSchema.cpp29 tmp.add("subschemasubentry");
42 attrs.add("objectClasses");
43 attrs.add("attributeTypes");
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dbacksql_create.sql12 alter table ldap_oc_mappings add
20 alter table ldap_oc_mappings add
43 alter table ldap_attr_mappings add
61 alter table ldap_entries add
68 alter table ldap_entries add
76 alter table ldap_entries add
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dbacksql_create.sql11 alter table ldap_oc_mappings add
17 alter table ldap_oc_mappings add
37 alter table ldap_attr_mappings add
53 alter table ldap_entries add
59 alter table ldap_entries add
66 alter table ldap_entries add
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dsub.pl44 &add($a,32);
45 &add($b,32);
46 &add($r,32);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DUnlockReferralItem.cpp61 PrimaryKey UnlockReferralItem::add(Keychain &keychain) function in class:Security::KeychainCore::UnlockReferralItem
73 // add the item to the (regular) db
120 mDbAttributes->add(Schema::attributeInfo(kSecTrustCertAttr), encodedIndex.get());
121 mDbAttributes->add(Schema::attributeInfo(kSecTrustPolicyAttr), policyOid);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dheadermap.h53 void add(const char *key, const char *value);
54 void add(const char *line); // Key: value
83 void add(const CanonicalKey &key, const char *value);
H A Dheadermap.cpp60 void HeaderMap::add(const char *key, const char *value) function in class:Security::HeaderMap
62 add(CanonicalKey(key), value);
67 // Given a standard form (Key: value), add its value to the headermap
69 void HeaderMap::add(const char *form) function in class:Security::HeaderMap
78 add(key, value);
87 // Internal add method, given a canonicalized key
89 void HeaderMap::add(const CanonicalKey &key, const char *value) function in class:Security::HeaderMap
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DUnlockReferralItem.cpp61 PrimaryKey UnlockReferralItem::add(Keychain &keychain) function in class:Security::KeychainCore::UnlockReferralItem
73 // add the item to the (regular) db
120 mDbAttributes->add(Schema::attributeInfo(kSecTrustCertAttr), encodedIndex.get());
121 mDbAttributes->add(Schema::attributeInfo(kSecTrustPolicyAttr), policyOid);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DUnlockReferralItem.cpp61 PrimaryKey UnlockReferralItem::add(Keychain &keychain) function in class:Security::KeychainCore::UnlockReferralItem
73 // add the item to the (regular) db
120 mDbAttributes->add(Schema::attributeInfo(kSecTrustCertAttr), encodedIndex.get());
121 mDbAttributes->add(Schema::attributeInfo(kSecTrustPolicyAttr), policyOid);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dheadermap.h53 void add(const char *key, const char *value);
54 void add(const char *line); // Key: value
83 void add(const CanonicalKey &key, const char *value);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp63 JSValue JSHTMLOptionsCollection::add(ExecState* exec) function in class:WebCore::JSHTMLOptionsCollection
69 imp.add(option, ec);
74 imp.add(option, index, ec);
/macosx-10.10/WebCore-7600.1.25/crypto/keys/
H A DCryptoKeyHMAC.cpp75 hashDescriptionBuilder->add("name", CryptoAlgorithmRegistry::shared().nameForIdentifier(m_hash));
76 builder.add("hash", *hashDescriptionBuilder);
78 builder.add("length", m_key.size());
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineDataGridNode.js110 cell.classList.add(WebInspector.ResourceTreeElement.ResourceIconStyleClassName);
111 cell.classList.add(value.sourceCode.type);
114 cell.classList.add(WebInspector.ResourceTreeElement.ResourceIconStyleClassName);
115 cell.classList.add(WebInspector.Resource.Type.Script);
117 cell.classList.add(WebInspector.ScriptTreeElement.AnonymousScriptIconStyleClassName);
150 cell.classList.add(WebInspector.CallFrameTreeElement.FunctionIconStyleClassName);
168 cell.classList.add(WebInspector.ResourceTreeElement.ResourceIconStyleClassName);
169 cell.classList.add(callFrame.sourceCodeLocation.sourceCode.type);
172 cell.classList.add(WebInspector.ResourceTreeElement.ResourceIconStyleClassName);
173 cell.classList.add(WebInspecto
[all...]
H A DTreeElementStatusButton.js32 this._element.classList.add(WebInspector.TreeElementStatusButton.StyleClassName);
63 this._element.classList.add("hidden");
76 this._element.classList.add(WebInspector.TreeElementStatusButton.DisabledStyleClassName);
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Downer_command.rb25 defaults.merge! :add => [], :remove => []
27 add_option '-a', '--add EMAIL', 'Add an owner' do |value, options|
28 options[:add] << value
40 add_owners name, options[:add]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dconfig_tile.tcl13 # and add some entries to the Tk option database for the following
25 option add *DemoTop*Font TkDefaultFont
30 option add *DemoTop*selectBackground \
32 option add *DemoTop*selectForeground \
34 option add *DemoTop*selectBorderWidth \
37 option add *DemoTop.tf.borderWidth 1
38 option add *DemoTop.tf.relief sunken
39 option add *DemoTop.tf.tbl.background gray98
40 option add *DemoTop.tf.tbl.stripeBackground #e0e8f0
41 option add *DemoTo
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl70 trace add variable ::dbwin write dbwintrace
185 option add *TreeCtrl.useTheme 1
186 #option add *TreeCtrl.itemPrefix item
187 #option add *TreeCtrl.ColumnPrefix col
193 option add *TreeCtrl.columnResizeMode realtime
197 option add *TreeCtrl.columnResizeMode realtime
224 option add *TreeCtrl.font DemoFont
300 $m2 add command -label "Console" -command {
308 $m2 add command -label "Event Browser" -command ToggleEventsWindow
309 $m2 add comman
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DIdentifier.h43 Identifier(ExecState* exec, const char (&characters)[charactersCount]) : m_string(add(exec, characters)) { ASSERT(m_string.impl()->isAtomic()); }
45 Identifier(VM* vm, const char (&characters)[charactersCount]) : m_string(add(vm, characters)) { ASSERT(m_string.impl()->isAtomic()); }
47 Identifier(ExecState* exec, StringImpl* rep) : m_string(add(exec, rep)) { ASSERT(m_string.impl()->isAtomic()); }
48 Identifier(ExecState* exec, const String& s) : m_string(add(exec, s.impl())) { ASSERT(m_string.impl()->isAtomic()); }
50 Identifier(VM* vm, const LChar* s, int length) : m_string(add(vm, s, length)) { ASSERT(m_string.impl()->isAtomic()); }
51 Identifier(VM* vm, const UChar* s, int length) : m_string(add(vm, s, length)) { ASSERT(m_string.impl()->isAtomic()); }
52 Identifier(VM* vm, StringImpl* rep) : m_string(add(vm, rep)) { ASSERT(m_string.impl()->isAtomic()); }
53 Identifier(VM* vm, const String& s) : m_string(add(vm, s.impl())) { ASSERT(m_string.impl()->isAtomic()); }
97 JS_EXPORT_PRIVATE static PassRef<StringImpl> add(VM*, const char*);
98 JS_EXPORT_PRIVATE static PassRef<StringImpl> add(ExecStat
132 PassRef<StringImpl> Identifier::add(VM* vm, const T* s, int length) function in class:JSC::Identifier
[all...]

Completed in 245 milliseconds

1234567891011>>