Searched refs:root (Results 151 - 175 of 1525) sorted by relevance

1234567891011>>

/macosx-10.10.1/libxslt-13/libxslt/python/tests/
H A Dextfunc.py47 root = result.children variable
48 if root.name != "article":
49 print "Unexpected root node name"
51 if root.content != "SUCCESS":
52 print "Unexpected root node content, extension function failed"
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dlines1.rb37 # $ip.commands()["destroy"].e($root)
41 $root = $ip.rootwidget()
42 $a = TclTkWidget.new($ip, $root, "canvas", "-height 500 -width 500")
44 $b = TclTkWidget.new($ip, $root, "button", "-text draw -command", $c)
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D90_Tree_Simple_Visitor_FromNestedHash_test.t41 my $root = $tree->getChild(0);
42 is($root->getNodeValue(), 'Root', '... got the node value we expected from Root');
43 cmp_ok($root->getChildCount(), '==', 2, '... Root has 2 children');
45 my ($child1, $child2) = $root->getAllChildren();
76 my $root = $tree;
77 is($root->getNodeValue(), 'Root', '... got the node value we expected from Root');
78 cmp_ok($root->getChildCount(), '==', 2, '... Root has 2 children');
80 my ($child1, $child2) = $root->getAllChildren();
114 my $root = $tree->getChild(0);
115 is($root
[all...]
H A D91_Tree_Simple_Visitor_FromNestedArray_test.t41 my $root = $tree->getChild(0);
42 is($root->getNodeValue(), 'Root', '... got the value we expected from Root');
43 cmp_ok($root->getChildCount(), '==', 2, '... Root has 2 children');
45 my ($child1, $child2) = $root->getAllChildren();
76 my $root = $tree;
77 is($root->getNodeValue(), 'Root', '... got the value we expected from Root');
78 cmp_ok($root->getChildCount(), '==', 2, '... Root has 2 children');
80 my ($child1, $child2) = $root->getAllChildren();
114 my $root = $tree->getChild(0);
115 is($root
[all...]
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dfilesys.c96 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) argument
98 if (root[0] && apr_islower(root[0]) && root[1] == ':') {
99 *rootpath = apr_pstrdup(p, root);
103 *rootpath = root;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/xfer/
H A Dsetup.sh32 cp -f ns4/root.db.in ns4/root.db
33 $PERL -e 'for ($i=0;$i<10000;$i++){ printf("x%u 0 in a 10.53.0.1\n", $i);}' >> ns4/root.db
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A Dloader.py20 # root of the archive (index into self.parts)
21 self.root = None
42 if self.root is None:
43 self.root = filename
58 rootType, rootText = self.parts[self.root]
61 NSURL.URLWithString_(self.fixupURL(self.root)),
68 if url == self.root: continue
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A Dloader.py20 # root of the archive (index into self.parts)
21 self.root = None
42 if self.root is None:
43 self.root = filename
58 rootType, rootText = self.parts[self.root]
61 NSURL.URLWithString_(self.fixupURL(self.root)),
68 if url == self.root: continue
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/IEWebArchive/
H A Dloader.py20 # root of the archive (index into self.parts)
21 self.root = None
42 if self.root is None:
43 self.root = filename
58 rootType, rootText = self.parts[self.root]
61 NSURL.URLWithString_(self.fixupURL(self.root)),
68 if url == self.root: continue
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbrowse123 root = TkRoot.new
24 root.minsize(1,1)
59 Tk.bind_all('Control-c', proc{root.destroy})
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dbrowse123 root = TkRoot.new
24 root.minsize(1,1)
59 Tk.bind_all('Control-c', proc{root.destroy})
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Decho.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
15 filename = root.tk.call('eval', 'snack::getOpenFile')
27 f = Frame(root)
55 fb = Frame(root)
61 root.mainloop()
/macosx-10.10.1/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec337 %defattr(-,root,root)
339 %attr(0755,root,root) %{_bindir}/scp
340 %attr(0644,root,root) %{_mandir}/man1/scp.1*
341 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
342 %attr(0600,root,root)
[all...]
/macosx-10.10.1/MITKerberosShim-66/scripts/
H A Dq-build.sh3 sudo rm -rf /tmp/$project.dst && xcodebuild install GCC_OPTIMIZATION_LEVEL=0 HEIMDAL_ROOT=/ && sudo chown -R root:wheel /tmp/$project.dst && sudo ditto /tmp/$project.dst /
/macosx-10.10.1/NFS-82/files/
H A DMakefile20 install -d -o root -g wheel -m 755 $(MAN_DIR)
21 install -c -o root -g wheel -m 444 $(SRCROOT)/nfs.conf.5 $(MAN_DIR)
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/expiredAppleCA/
H A Done.scr24 root = AppleDevRoot.pem
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DbuildSysAnchors34 foreach root (*)
35 echo Processing $root...
36 security import "$root" -k "$ROOT_KC_PATH" -t cert || exit(1)
37 security add-trusted-cert -i "$SETTINGS_FILE_PATH" -o "$SETTINGS_FILE_PATH" "$root" || exit(1)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleUserMessageCoders.h51 InjectedBundleUserMessageEncoder(API::Object* root) argument
52 : Base(root)
56 InjectedBundleUserMessageEncoder(const InjectedBundleUserMessageEncoder&, API::Object* root) argument
57 : Base(root)
106 InjectedBundleUserMessageDecoder(RefPtr<API::Object>& root) argument
107 : Base(root)
111 InjectedBundleUserMessageDecoder(InjectedBundleUserMessageDecoder&, RefPtr<API::Object>& root) argument
112 : Base(root)
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest41.conf4 DocumentRoot /foo/document/root/directory
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/gost/
H A Dclean.sh20 rm -f ns1/root.db
/macosx-10.10.1/cups-408/cups/desktop/
H A Dcups.conf4 <!-- Only root can send this message -->
5 <policy user="root">
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dpush.py15 root = doc.children variable
16 if root.name != "foo":
17 print("root element name error")
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dllvmgrep25 TOPDIR=`llvm-config --src-root`
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dpush.py15 root = doc.children variable
16 if root.name != "foo":
17 print "root element name error"

Completed in 552 milliseconds

1234567891011>>