Searched refs:root (Results 76 - 100 of 1525) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DsslExtendUse.scr17 root = localcert.cer
26 root = localcert.cer
37 root = clientcert.cer
46 root = clientcert.cer
/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1309.c73 struct Curl_tree *root; variable in typeref:struct:Curl_tree
77 root = NULL; /* the empty tree */
86 root = Curl_splayinsert(key, root, &nodes[i]);
90 splayprint(root, 0, 1);
95 splayprint(root, 0, 1);
98 rc = Curl_splayremovebyaddr(root, &nodes[rem], &root);
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dbuild.py13 root = doc.newChild(None, "doc", None) variable
14 ns = root.newNs("http://example.com/doc", "my")
15 root.setNs(ns)
16 elem = root.newChild(None, "foo", "bar")
32 root = pi.next variable
33 if root.name != "doc":
34 print("error rereading root")
36 ns = root.ns()
40 elem = root.children
H A Dserialize.py11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
26 <root>
28 </root>
34 <root>
36 </root>
44 root = doc.getRootElement() variable
112 root = doc.getRootElement() variable
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dgetsrcs.sh25 TOPDIR=`llvm-config --src-root`
/macosx-10.10.1/mail_cmds-30/mail/
H A Dinstall-misc.sh6 install -d -o root -g wheel -m 0755 "$MISCDIR"
7 install -c -o root -g wheel -m 0644 \
11 install -d -o root -g wheel -m 0755 "$ETCDIR"
12 install -c -o root -g wheel -m 0644 \
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dbuild.py13 root = doc.newChild(None, "doc", None) variable
14 ns = root.newNs("http://example.com/doc", "my")
15 root.setNs(ns)
16 elem = root.newChild(None, "foo", "bar")
32 root = pi.next variable
33 if root.name != "doc":
34 print "error rereading root"
36 ns = root.ns()
40 elem = root.children
H A Dserialize.py11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
26 <root>
28 </root>
34 <root>
36 </root>
44 root = doc.getRootElement() variable
112 root = doc.getRootElement() variable
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py6 root = Tkinter.Tk() variable
7 initializeSnack(root)
H A Dsphere.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
H A Dgenerator.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
37 f = Frame(root)
52 menu = OptionMenu(root, var, "sine", "rectangle", "triangle", "sawtooth", "noise")
54 root.bind_all("<Button1-ButtonRelease>", config)
56 fb = Frame(root)
61 root.mainloop()
H A Dmixplay.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
29 filename = root.tk.call('eval', 'snack::getOpenFile')
33 filename = root.tk.call('eval', 'snack::getOpenFile')
37 f = Frame(root)
49 fb = Frame(root)
56 root.mainloop()
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm223 my ($root, $result);
224 $root = $self;
232 # identifier against the previous result, using the root stash
238 $result = $self->_dotop($root, @$ident[$i, $i+1], 0,
242 $result = $self->_dotop($root, @$ident[$i, $i+1]);
245 $root = $result;
249 $result = $self->_dotop($root, $ident, $args);
275 my ($root, $result, $error);
277 $root = $self;
291 $result = $self->_dotop($root,
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/hash/
H A Dhashalloc.c75 tab->root = ref->root;
82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0)))
84 memset(tab->root, 0, sizeof(Hash_root_t));
86 else if (!(tab->root = newof(0, Hash_root_t, 1, 0)))
88 if (!(tab->root->local = newof(0, Hash_local_t, 1, 0)))
90 if (tab->root->local->region = region)
91 tab->root->local->handle = handle;
92 tab->root->meanchain = HASHMEANCHAIN;
102 tab->root
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dtclserver.tcl21 set root [file join $::env(HOME) lib tcl tclsoap cgi-bin]
23 set SOAP::CGI::soapdir [file join $root soap]
24 set SOAP::CGI::soapmapfile [file join $root soapmap.dat]
25 set SOAP::CGI::xmlrpcdir [file join $root soap]
26 set SOAP::CGI::xmlrpcmapfile [file join $root xmlrpcmap.dat]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dtavl.c49 * with root root. fcmp is a function to call to compare the data portion
63 tavl_insert( Avlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup ) argument
68 if ( *root == NULL ) {
76 *root = r;
82 s = p = *root;
179 *root = p;
190 tavl_delete( Avlnode **root, void* data, AVL_CMP fcmp ) argument
200 if ( *root == NULL )
203 p = *root;
427 tavl_free( Avlnode *root, AVL_FREE dfree ) argument
458 tavl_find3( Avlnode *root, const void *data, AVL_CMP fcmp, int *ret ) argument
473 tavl_find2( Avlnode *root, const void *data, AVL_CMP fcmp ) argument
485 tavl_find( Avlnode *root, const void* data, AVL_CMP fcmp ) argument
499 tavl_end( Avlnode *root, int dir ) argument
510 tavl_next( Avlnode *root, int dir ) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drolodex34 $root.frame.entry[1].insert(0,"Takaaki Tateishi")
35 $root.frame.entry[2].insert(0,"Japan Advanced Institute of Science and Techonology")
36 $root.frame.entry[3].insert(0,"1-1 Asahidai, Tatsunokuchi")
37 $root.frame.entry[4].insert(0,"Ishikawa 923-1292, Japan")
38 $root.frame.entry[5].insert(0,"private")
39 $root.frame.entry[6].insert(0,"***-***-****")
40 $root.frame.entry[7].insert(0,"***-***-****")
47 $root.frame.entry[i].value)
53 $root.frame.entry[i].delete(0,"end")
142 "command" => proc{$root
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drolodex34 $root.frame.entry[1].insert(0,"Takaaki Tateishi")
35 $root.frame.entry[2].insert(0,"Japan Advanced Institute of Science and Techonology")
36 $root.frame.entry[3].insert(0,"1-1 Asahidai, Tatsunokuchi")
37 $root.frame.entry[4].insert(0,"Ishikawa 923-1292, Japan")
38 $root.frame.entry[5].insert(0,"private")
39 $root.frame.entry[6].insert(0,"***-***-****")
40 $root.frame.entry[7].insert(0,"***-***-****")
47 $root.frame.entry[i].value)
53 $root.frame.entry[i].delete(0,"end")
142 "command" => proc{$root
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/X509tests/
H A Dx509tests.scr16 root = "Trust Anchor CP.01.01.crt"
24 root = "Trust Anchor CP.01.01.crt"
36 root = "Trust Anchor CP.01.01.crt"
51 root = "Trust Anchor CP.01.01.crt"
58 root = "Trust Anchor CP.01.01.crt"
69 root = "Trust Anchor CP.01.01.crt"
80 root = "Trust Anchor CP.01.01.crt"
90 root = "Trust Anchor CP.01.01.crt"
101 root = "Trust Anchor CP.01.01.crt"
112 root
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D013-array-deserialization.t31 <multiRef id="id0" soapenc:root="0" xsi:type="apachesoap:Vector">
35 <multiRef id="id1" soapenc:root="0" xsi:type="my:outer">
39 <multiRef id="id2" soapenc:root="0" xsi:type="apachesoap:Vector">
43 <multiRef id="id3" soapenc:root="0" xsi:type="my:inner">
46 <multiRef id="id4" soapenc:root="0" xsi:type="my:inner">
49 <multiRef id="id5" soapenc:root="0" xsi:type="my:outer">
53 <multiRef id="id6" soapenc:root="0" xsi:type="apachesoap:Vector">
57 <multiRef id="id7" soapenc:root="0" xsi:type="my:inner">
60 <multiRef id="id8" soapenc:root="0" xsi:type="my:inner">
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_util.tcl21 proc ::grammar::me::util::ast2tree {ast tree {root {}}} {
25 if {$root eq ""} {
26 set root [$tree rootname]
51 # Create a node for the root of the AST and fill it with the data
53 # children of the root.
55 set new [lindex [$tree insert $root end] 0]
72 proc ::grammar::me::util::ast2etree {ast mcmd tree {root {}}} {
76 if {$root eq ""} {
77 set root [$tree rootname]
102 # Create a node for the root o
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/expiredCerts/
H A DexpiredCerts.scr15 root = ecGoodRoot.cer
26 root = ecGoodRoot.cer
35 root = ecGoodRoot.cer
44 root = ecExpiredRoot.cer
57 root = ecGoodRoot.cer
68 root = ecGoodRoot.cer
78 root = ecExpiredRoot.cer
79 root = ecGoodRoot.cer
92 root = ecGoodRoot.cer
98 test = "Expired root i
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/bin/
H A Dbuild-results-filter.pl10 my $root = undef;
15 # first match "root: "
21 if(m/^root:\s+(.*?)$/)
23 $root = $1;
29 &process_entry($root, $entry);
42 &process_entry($root, $entry);
52 my ($root, $lines) = @_;
57 my $tbl = { 'root' => $root, 'stdout' => [], 'stderr' => [] };
H A Dresult-filter.pl10 my $root = undef;
15 # first match "root: "
21 if(m/^root:\s+(.*?)$/)
23 $root = $1;
29 &process_entry($root, $entry);
42 &process_entry($root, $entry);
52 my ($root, $lines) = @_;
57 my $tbl = { 'root' => $root, 'stdout' => [], 'stderr' => [] };
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkdialog.rb4 root = TkFrame.new
5 top = TkFrame.new(root) {
18 root.pack
20 bot = TkFrame.new(root) {
39 Tk.root.bind "ButtonRelease-1", proc{quit 'save'}
40 Tk.root.bind "Return", proc{quit 'save'}
54 root.pack('side'=>'top', 'fill'=>'both', 'expand'=>'yes')

Completed in 364 milliseconds

1234567891011>>