Searched refs:add (Results 251 - 275 of 3059) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
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/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit12 option add *edit.width 5i startupFile
13 option add *edit.height 4i startupFile
14 option add *Fileselectiondialog.width 4i startupFile
15 option add *Fileselectiondialog.height 5i startupFile
163 .edit add $pane -minimum 100
190 .mbar.file.menu add command -label "Load..." \
194 .mbar.file.menu add command -label "Save As..." \
198 .mbar.file.menu add separator
199 .mbar.file.menu add command -label "Quit" \
210 .mbar.view.menu add comman
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_auth_form.c109 auth_form_config_rec *add = (auth_form_config_rec *) addv; local
112 new->providers = !add->providers ? base->providers : add->providers;
113 new->authoritative = (add->authoritative_set == 0) ? base->authoritative : add->authoritative;
114 new->authoritative_set = add->authoritative_set || base->authoritative_set;
115 new->site = (add->site_set == 0) ? base->site : add->site;
116 new->site_set = add->site_set || base->site_set;
117 new->username = (add
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D03-server.t28 <namesp1:add xmlns:namesp1="http://www.soaplite.com/Calculator">
31 </namesp1:add>
46 <namesp1:add xmlns:namesp1="http://www.soaplite.com/Calculator">
49 </namesp1:add>
69 <namesp1:add xmlns:namesp1="http://www.soaplite.com/Calculator">
72 </namesp1:add>
94 <namesp1:add xmlns:namesp1="http://www.soaplite.com/Calculator">
97 </namesp1:add>
131 <namesp1:add xmlns:namesp1="http://www.soaplite.com/Calculator">
134 </namesp1:add>
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duchar.c648 /* add the start code point to the USet */
650 sa->add(sa->set, start);
654 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1)
662 /* add the start code point of each same-value range of the main trie */
665 /* add code points with hardcoded properties, plus the ones following them */
667 /* add for u_isblank() */
670 /* add for IS_THAT_CONTROL_SPACE() */
671 sa->add(sa->set, CR+1); /* range TAB..CR */
672 sa->add(s
[all...]
H A Duniset_closure.cpp127 // _applyPattern calls add() etc., which set pat to empty.
145 ((UnicodeSet *)set)->add(c);
150 ((UnicodeSet *)set)->add(start, end);
155 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
162 // add the result of a full case mapping to the set
168 // add a single-code point case mapping
169 set.add(result);
171 // add a string case mapping from full with length result
173 set.add(str);
176 // result < 0: the code point mapped to itself, no need to add i
[all...]
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A DRunArrays.cpp60 le_int32 RunArray::add(le_int32 limit) function in class:RunArray
104 le_int32 FontRuns::add(const LEFontInstance *font, le_int32 limit) function in class:FontRuns
106 le_int32 index = RunArray::add(limit);
156 le_int32 LocaleRuns::add(const Locale *locale, le_int32 limit) function in class:LocaleRuns
158 le_int32 index = RunArray::add(limit);
208 le_int32 ValueRuns::add(le_int32 value, le_int32 limit) function in class:ValueRuns
210 le_int32 index = RunArray::add(limit);
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepadManager.cpp103 notifiedNavigators.add(navigator);
159 m_navigators.add(navigator);
160 m_gamepadBlindNavigators.add(navigator);
181 m_domWindows.add(window);
187 if (m_navigators.add(navigator).isNewEntry)
188 m_gamepadBlindNavigators.add(navigator);
193 m_gamepadBlindDOMWindows.add(window);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGComponentTransferFunctionElement.cpp68 supportedAttributes.get().add(SVGNames::typeAttr);
69 supportedAttributes.get().add(SVGNames::tableValuesAttr);
70 supportedAttributes.get().add(SVGNames::slopeAttr);
71 supportedAttributes.get().add(SVGNames::interceptAttr);
72 supportedAttributes.get().add(SVGNames::amplitudeAttr);
73 supportedAttributes.get().add(SVGNames::exponentAttr);
74 supportedAttributes.get().add(SVGNames::offsetAttr);
H A DSVGFELightElement.cpp94 supportedAttributes.get().add(SVGNames::azimuthAttr);
95 supportedAttributes.get().add(SVGNames::elevationAttr);
96 supportedAttributes.get().add(SVGNames::xAttr);
97 supportedAttributes.get().add(SVGNames::yAttr);
98 supportedAttributes.get().add(SVGNames::zAttr);
99 supportedAttributes.get().add(SVGNames::pointsAtXAttr);
100 supportedAttributes.get().add(SVGNames::pointsAtYAttr);
101 supportedAttributes.get().add(SVGNames::pointsAtZAttr);
102 supportedAttributes.get().add(SVGNames::specularExponentAttr);
103 supportedAttributes.get().add(SVGName
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagebox.itk121 option add *Messagebox.labelPos n widgetDefault
122 option add *Messagebox.cursor top_left_arrow widgetDefault
123 option add *Messagebox.height 0 widgetDefault
124 option add *Messagebox.width 0 widgetDefault
125 option add *Messagebox.visibleItems 80x24 widgetDefault
136 itk_component add text {
167 itk_component add itemMenu {
178 $itk_component(itemMenu) add command -label "Find" \
180 $itk_component(itemMenu) add command -label "Save" \
182 $itk_component(itemMenu) add comman
[all...]
H A Dhyperhelp.itk43 option add *Hyperhelp.width 575 widgetDefault
44 option add *Hyperhelp.height 450 widgetDefault
45 option add *Hyperhelp.modality none widgetDefault
46 option add *Hyperhelp.vscrollMode static widgetDefault
47 option add *Hyperhelp.hscrollMode static widgetDefault
48 option add *Hyperhelp.maxHistory 20 widgetDefault
118 itk_component add -private menubar {
125 itk_component add -private topicmb {
135 itk_component add -private topicmenu {
142 itk_component add
[all...]
H A Dmainwindow.itk74 itk_option add hull.width hull.height
85 itk_component add menubar {
102 itk_component add toolbar {
117 itk_component add mousebar {
132 itk_component add -protected mwchildsite {
139 itk_component add -protected lineframe {
143 itk_component add help {
149 itk_component add status {
158 itk_component add msgd {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl112 $fa state add $sink
175 $fa start add $e
192 # them. Duplicate the transition if needed, in that case add it to
339 foreach sym [$fa symbols] {$dfa symbol add $sym}
350 $dfa state add $id
351 $dfa start add $id
355 $dfa final add $id
371 $dfa state add $id
373 $dfa final add $id
396 $dfa state add
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dcheck-delegation.in80 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
82 ${kadmin} add -p cross1 --use-defaults krbtgt/${R2}@${R} || exit 1
83 ${kadmin} add -p cross2 --use-defaults krbtgt/${R3}@${R2} || exit 1
84 ${kadmin} add -p cross3 --use-defaults krbtgt/${R4}@${R3} || exit 1
89 ${kadmin} add -p foo --use-defaults host/server.test3.h5l.se@${R3} || exit 1
91 ${kadmin} add -p foo --use-defaults host/noserver.test3.h5l.se@${R3} || exit 1
93 ${kadmin} add -p foo --use-defaults host/server.test4.h5l.se@${R4} || exit 1
/macosx-10.10/tcl-105/tk/tk/tests/ttk/
H A Dpanedwindow.test23 .pw add [ttk::frame .pw.f1]
38 .pw add .pw.f1
64 .pw add [listbox .pw.l1]
65 .pw add [listbox .pw.l2]
66 .pw add [listbox .pw.l3]
67 .pw add [listbox .pw.l4]
103 .pw add [listbox .pw.l5]
117 .pw add [listbox .pw.lb1]
118 .pw add [listbox .pw.lb2]
127 test panedwindow-3.2 "add pan
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DIntegersSubsetMapping.h14 /// If user which to add another subset for successor that is already
36 // - Remove unused "add" methods.
142 if (Pt > OpenPt/*Don't add empty ranges.*/ && RightMapping)
143 RightMapping->add(OpenPt, Pt-1, CurrentRSuccessor);
163 LeftMapping->add(OpenPt, Pt, CurrentLSuccessor);
168 IntersectionMapping->add(OpenPt, Pt, CurrentLSuccessor);
182 LeftMapping->add(OpenPt, Pt-1, CurrentLSuccessor);
202 RightMapping->add(OpenPt, Pt, CurrentRSuccessor);
207 IntersectionMapping->add(OpenPt, Pt, CurrentLSuccessor);
237 IntersectionMapping->add(OpenP
345 void add(const IntTy &C, SuccessorClass *S = 0) { function in class:llvm::IntegersSubsetMapping
351 void add(const IntTy &Low, const IntTy &High, SuccessorClass *S = 0) { function in class:llvm::IntegersSubsetMapping
355 void add(const RangeTy &R, SuccessorClass *S = 0) { function in class:llvm::IntegersSubsetMapping
359 void add(const RangeEx &R, SuccessorClass *S = 0) { function in class:llvm::IntegersSubsetMapping
366 void add(const IntegersSubsetTy &CRS, SuccessorClass *S = 0, function in class:llvm::IntegersSubsetMapping
380 void add(self& RHS) { function in class:llvm::IntegersSubsetMapping
384 void add(self& RHS, SuccessorClass *S) { function in class:llvm::IntegersSubsetMapping
389 void add(const RangesCollection& RHS, SuccessorClass *S = 0) { function in class:llvm::IntegersSubsetMapping
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha512-x86_64.pl109 add $h,$T1 # T1+=h
112 add $a0,$T1 # T1+=Sigma1(e)
114 add $a2,$T1 # T1+=Ch(e,f,g)
121 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
129 add $T1,$d # d+=T1
132 add $T1,$h # h+=T1
137 add $a1,$h # h+=Maj(a,b,c)
167 add $a0,$T1
169 add `$SZ*(($i+9)&0xf)`(%rsp),$T1
171 add `
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Doption.test29 itk_component add test1 {
53 itk_component add test1 {
71 itk_component add k0 {
87 itk_component add k1 {
101 itk_component add k2 {
133 test option-2.5 {add a component using "usual" code} {
135 itk_component add u0 {
150 itk_component add u1 {
173 itk_component add %s {
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DSimpleEditTimecode.tcl137 .menu add cascade -label {File } -menu $m
138 $m add command -label {Save} -accelerator $osmod+S -command {
141 $m add command -label {Save As...} -command {
150 $m add command -label {Flatten...} -command {
156 $m add command -label {Compress...} -command {
162 $m add command -label {Export...} -accelerator $osmod+E -command {
165 $m add command -label "Quit" -accelerator $osmod+Q -command exit
168 .menu add cascade -label {Edit } -menu $m
169 $m add command -label {Undo} -accelerator $osmod+Z -command {
175 $m add comman
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Drolodex38 button .buttons.add -text Add
41 pack .buttons.clear .buttons.add .buttons.search .buttons.delete \
57 .menu.file.m add command -label "Load ..." -command fileAction -underline 0
58 .menu.file.m add command -label "Exit" -command {destroy .} -underline 0
88 .buttons.add config -command addAction
119 .buttons.add config -text "Add Ctrl+A"
156 event add <<Help>> <F1> <Help>
193 .menu.help.m add command -label "On Context..." -command {Help context} \
195 .menu.help.m add command -label "On Help..." -command {Help help} \
197 .menu.help.m add comman
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Drolodex36 button .buttons.add -text Add
39 pack .buttons.clear .buttons.add .buttons.search .buttons.delete \
51 .menu.file.m add command -label "Load ..." -command fileAction -underline 0
52 .menu.file.m add command -label "Exit" -command {destroy .} -underline 0
82 .buttons.add config -command addAction
113 .buttons.add config -text "Add Ctrl+A"
150 event add <<Help>> <F1> <Help>
187 .menu.help.m add command -label "On Context..." -command {Help context} \
189 .menu.help.m add command -label "On Help..." -command {Help help} \
191 .menu.help.m add comman
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestStore.java64 list.add(BTREE_UNIQ);
72 list.add(BTREE_DUP);
82 list.add(BTREE_DUPSORT);
90 list.add(BTREE_RECNUM);
100 list.add(HASH_UNIQ);
108 list.add(HASH_DUP);
118 list.add(HASH_DUPSORT);
130 list.add(QUEUE);
140 list.add(RECNO);
147 list.add(RECNO_RENU
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/db/
H A Dadd-modify-delete.in64 echo test add
65 ${kadmin} add -r --use-defaults foo || exit 1
69 echo "test add (double)"
70 ${kadmin} add -r --use-defaults foo 2>/dev/null && exit 1
85 ${kadmin} add -r --use-defaults foo || exit 1
107 ${kadmin} add -r --use-defaults host/datan.example.org || exit 1
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsGtk.js26 this.controls.currentTime.classList.add(this.ClassNames.hidden);
27 this.controls.remainingTime.classList.add(this.ClassNames.hidden);
29 this.controls.volumeBox.classList.add(this.ClassNames.hiding);
83 this.controls.remainingTime.classList.add(this.ClassNames.hidden);
98 this.controls.remainingTime.classList.add(this.ClassNames.hidden);
117 this.controls.volumeBox.classList.add(this.ClassNames.down);
118 this.controls.panel.classList.add(this.ClassNames.down);
129 this.controls.volumeBox.classList.add(this.ClassNames.hiding);
143 this.controls.fullscreenButton.classList.add(this.ClassNames.hidden);
187 this.captionMenu.classList.add(thi
[all...]

Completed in 530 milliseconds

<<11121314151617181920>>