Searched refs:root (Results 176 - 200 of 1687) sorted by relevance

1234567891011>>

/macosx-10.10/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/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/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/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/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/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/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/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/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/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/expiredAppleCA/
H A Done.scr24 root = AppleDevRoot.pem
/macosx-10.10/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/WebCore-7600.1.25/svg/
H A DSVGElementInstanceList.h33 static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return adoptRef(new SVGElementInstanceList(root)); } argument
/macosx-10.10/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/apache-793/httpd/modules/core/test/conf/
H A Dtest41.conf4 DocumentRoot /foo/document/root/directory
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/gost/
H A Dclean.sh20 rm -f ns1/root.db
/macosx-10.10/cups-408/cups/desktop/
H A Dcups.conf4 <!-- Only root can send this message -->
5 <policy user="root">
/macosx-10.10/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/llvmCore-3425.0.34/utils/
H A Dllvmgrep25 TOPDIR=`llvm-config --src-root`
/macosx-10.10/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"
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dselectiondialog.rb8 :command=>proc{Tk.root.destroy}).pack(:padx=>10, :pady=>10)
/macosx-10.10/bc-21/bc/bc/
H A Dutil.c401 int insert_id_rec (root, new_id)
402 id_rec **root;
407 /* If root is NULL, this where it is to be inserted. */
408 if (*root == NULL)
410 *root = new_id;
418 if (strcmp (new_id->id, (*root)->id) < 0)
421 if (insert_id_rec (&((*root)->left), new_id))
424 (*root)->balance --;
426 switch ((*root)->balance)
433 A = *root;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dversionvfs.tcl91 upvar path path root root relative relative
103 set fileName [VFileNameEncode [file join $path $relative]]\;[VCreateTag $root]
127 upvar path path root root relative relative
130 set acquired [lindex [split [set fileName [VAcquireFile $path $root $relative]] \;] 1]
137 upvar path path root root relative relative
140 set acquired [lindex [split [set fileName [VAcquireFile $path $root $relative]] \;] 1]
147 upvar path path root roo
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtsearch.c36 * vrootp: address of tree root
74 * root: Root of the tree to be walked
77 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), argument
81 if (root->llink == NULL && root->rlink == NULL)
82 (*action)(root, leaf, level);
84 (*action)(root, preorder, level);
85 if (root->llink != NULL)
86 trecurse(root->llink, action, level + 1);
87 (*action)(root, postorde
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsunos.c571 struct aout_link_hash_entry root;
611 struct aout_link_hash_table root;
683 if (!NAME (aout, link_hash_table_init) (&ret->root, abfd,
700 return &ret->root.root;
707 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
714 (&(table)->root, \
1087 && h->root.root.type != bfd_link_hash_new
1088 && h->root
570 struct aout_link_hash_entry root; member in struct:sunos_link_hash_entry
610 struct aout_link_hash_table root; member in struct:sunos_link_hash_table
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dxpath.tcl62 set root [lindex $args 0]
66 set root [find_node $root [split [string trimleft $path {/}] {/}]]
70 return $root
75 foreach node $root {
82 foreach node $root {
88 foreach node $root {
101 # check for an element (called $target) that is a child of root. Returns
103 proc ::SOAP::xpath::find_node { root pathlist } {
121 foreach element $root {
[all...]

Completed in 234 milliseconds

1234567891011>>