Home
last modified time | relevance | path

Searched refs:root (Results 26 – 50 of 880) sorted by relevance

12345678910>>...36

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php56 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
60 $iterator = new LUT\Directory($root),
85 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
90 $iterator = new LUT\Directory($root)
126 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
138 $directory = new LUT\Recursive\Directory($root),
167 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
175 $root,
206 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
217 $root,
/plugin/aichat/script/
H A DAIChatChat.js2 #root = null; field in AIChatChat
12 this.#root = this.attachShadow({mode: 'open'});
13 this.#root.innerHTML = `
28 this.#root.appendChild(this.getStyle());
29 this.#input = this.#root.querySelector('textarea');
30 this.#output = this.#root.querySelector('.output');
31 this.#progress = this.#root.querySelector('progress');
32 this.#controls = this.#root.querySelector('.controls');
33 const form = this.#root.querySelector('form');
35 const restart = this.#root
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php24 private Node $root;
32 public function __construct(Node $root)
34 $this->root = $root; argument
35 $this->current = $this->root;
59 } elseif ($current === $this->root) {
22 private $root; global() variable in League\\CommonMark\\Node\\NodeWalker
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.img.php86 function &create(&$root, &$pipeline) { argument
87 $name = $root->get_attribute('name');
88 $value = $root->get_attribute('value');
91 $src = $url_autofix->apply(trim($root->get_attribute("src")));
97 if ($root->has_attribute('width')) {
98 $width = px2pt($root->get_attribute('width'));
103 if ($root->has_attribute('height')) {
104 $height = px2pt($root->get_attribute('height'));
109 $alt = $root->get_attribute('alt');
H A Dbox.button.submit.php46 * @param Object $root DOM tree node corresponding to the box being created
51 function &create(&$root, &$pipeline) { argument
56 if ($root->has_attribute("value")) {
57 $text = $root->get_attribute("value");
62 $field = $root->get_attribute('name');
63 $value = $root->get_attribute('value');
H A Dbox.iframe.php5 function &create(&$root, &$pipeline) { argument
6 $box =& new IFrameBox($root, $pipeline);
21 function IFrameBox(&$root, $pipeline) { argument
25 if (!$root->has_attribute('src') ||
26 trim($root->get_attribute('src')) == '') {
31 $src = $root->get_attribute('src');
H A Dtree.navigation.inc.php28 function &traverse_dom_tree_pdf(&$root) { argument
29 switch ($root->node_type()) {
31 $child =& $root->first_child();
43 if (strtolower($root->tagname()) == "body") {
44 return $root;
47 $child =& $root->first_child();
H A Dparser.xhtml.class.php55 function _scan_base(&$root, &$pipeline) { argument
56 switch ($root->node_type()) {
58 if ($root->tagname() === 'base') {
71 $new_url = $pipeline->guess_url($root->get_attribute('href'));
80 $child = $root->first_child();
H A Dbox.input.password.php5 function &create(&$root, &$pipeline) { argument
7 if ($root->has_attribute('value')) {
8 $text = str_repeat("*",strlen($root->get_attribute("value")));
16 $name = $root->get_attribute('name');
18 $box =& new PasswordInputBox($text, $root->get_attribute("value"), $name);
H A Dbox.input.text.php20 function &create(&$root, &$pipeline) { argument
22 if ($root->has_attribute('value')) {
23 $text = trim($root->get_attribute('value'));
31 $name = $root->get_attribute('name');
33 $box =& new TextInputBox($root->get_attribute("value"), $name);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js130 var root = blockLimit ;
131 if ( root._FCK_ListGroupObject )
132 root._FCK_ListGroupObject.contents.push( block ) ;
135 var groupObj = { 'root' : root, 'contents' : [ block ] } ; property in FCKListCommand.Execute.groupObj
180 if ( groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) )
244 var listArray = FCKDomTools.ListToArray( groupObj.root, markerObj ) ;
267 groupObj.root.parentNode.replaceChild( newList.listNode, groupObj.root ) ;
273 var doc = groupObj.root.ownerDocument ;
279 if ( contents.length == 1 && contents[0] == groupObj.root )
375 if ( groupObj.root.nextSibling == null || groupObj.root.nextSibling.nodeName.IEquals( 'br' ) )
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js13 (function webpackUniversalModuleDefinition(root, factory) {
21 root["ext/dhtmlxgantt_fullscreen"] = factory();
153 function resetParentPositioning(root) { argument
154 var parent = root.parentNode;
175 updateSizes(root.style, backupElementSizes);
200 root.style.width = "100vw";
201 root.style.height = "100vh";
202 root.style.top = "0px";
203 root.style.left = "0px";
204 root.style.position = "absolute";
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php26 $root = new Directory(
32 $root,
38 return $root;
42 * @param Directory $root
47 private function addItems(Directory $root, array $items, array $tests, $cacheTokens) argument
53 if (file_exists($root->getPath() . DIRECTORY_SEPARATOR . $key)) {
54 $root->addFile($key, $value, $tests, $cacheTokens);
57 $child = $root->addDirectory($key);
/plugin/strata/helper/
H A Dsyntax.php215 * @param root array the tree to transform
220 function constructQuery(&$root, &$typemap, $projection) { argument
233 $ordering = $this->extractGroups($root, 'sort');
236 $grouping = $this->extractGroups($root, 'group');
239 $considering = $this->extractGroups($root, 'consider');
242 $where = $this->extractGroups($root, 'where');
245 $tree =& $root;
248 if(count($root['cs'])) {
249 $this->_fail($this->getLang('error_query_outofwhere'), $root['cs']);
348 * @param root arra
352 transformGroup(& $root, & $typemap) global() argument
453 transformUnion(& $root, & $typemap) global() argument
878 extractGroups(& $root, $tag) global() argument
904 extractText(& $root) global() argument
[all...]
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js14 var phantom = root.phantom,
15 amd = root.define && define.amd,
16 argv = root.process && process.argv,
19 params = root.arguments,
20 system = root.system;
23 var console = root.console || (root.console = { 'log': root.print });
66 var ui = root.ui || (root.ui = {
92 var lodash = root.lodash || (root.lodash = (
100 var _ = root.underscore || (root.underscore = (
106 var Benchmark = root.Benchmark || (root.Benchmark = (
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Tree.php45 public function setRoot(BuildBazelRemoteExecutionV2Directory $root) argument
47 $this->root = $root;
54 return $this->root;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DTooManyMatchesTest.php15 $root = $dom->createElement('d:root');
17 $dom->appendChild($root);
18 $root->setAttribute('xmlns:d','DAV:');
22 $locked->serialize(new DAV\Server(), $root);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DTeamDrive.php50 public function setRoot(DriveItem $root) argument
52 $this->root = $root;
59 return $this->root;
H A DDrive.php50 public function setRoot(DriveItem $root) argument
52 $this->root = $root;
59 return $this->root;
/plugin/fedauth/Auth/Yadis/
H A DXRI.php148 $root = null;
162 $root = substr($authority, 0, strpos($authority, ')') + 1);
165 $root = $authority[0];
173 $root = $segments[0];
176 return Auth_Yadis_XRI($root);
225 $root = Auth_Yadis_rootAuthority($iname);
226 if (!Auth_Yadis_providerIsAuthoritative($root, $childID)) {
/plugin/openid/Auth/Yadis/
H A DXRI.php148 $root = null;
162 $root = substr($authority, 0, strpos($authority, ')') + 1);
165 $root = $authority[0];
173 $root = $segments[0];
176 return Auth_Yadis_XRI($root);
230 $root = Auth_Yadis_rootAuthority($iname);
231 if (!Auth_Yadis_providerIsAuthoritative($root, $childID)) {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js9 …=[callback];this.loader(name,this._finish.bind(this,name));}};var Syntax={root:null,aliases:{},sty… property in Syntax
12 …tyles[basename];if(styles){for(var i=0;i<styles.length;i+=1){this.getStyles(this.root+styles[i]);}}
13 Syntax.getScript(this.root+basename+'.js',callback);},alias:function(name,aliases){Syntax.aliases[n…
16root==null){var scripts=jQuery('script').filter(function(){return this.src.match(/jquery\.syntax/)…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js3 t.a11y || (t.a11y = c.config.root + "/extensions/a11y");
32 … !this.config.disabled && ("block" === t.root.Get("display") || n.parentNode.childNodes.length <= …
33 action: this.Actions(t.root)
71 var n = t.jax[t.i], o = n.root.SRE;
90 if (!t.root.SRE.actionWidths) {
103 var e, n = t.root.SRE, o = n.action, i = {};
185 var n = t.root.data[0].HTMLspanElement();
189 return t.root.data[0].toHTML(e.box).bbox.w;
207 t.root.data[0].toSVG();
212 return t.root.data[0].SVGdata.w / 1e3;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookRootTest.php13 $root = new AddressBookRoot($pBackend, $cBackend);
14 $this->assertEquals('addressbooks', $root->getName());
22 $root = new AddressBookRoot($pBackend, $cBackend);
24 $children = $root->getChildren();
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php40 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
80 $this->root = null;
92 return $this->root;
166 $this->root = new $class([], false);
176 $this->root->add($result);
181 if ($name !== $this->root->name) {
182 …throw new ParseException('Invalid MimeDir file. expected: "END:'.$this->root->name.'" got: "END:'.…
198 if (substr($line, 6) === $this->root->name) {
201 $component = $this->root->createComponent(substr($line, 6), [], false);
436 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
[all …]

12345678910>>...36