Home
last modified time | relevance | path

Searched refs:root (Results 101 – 125 of 880) sorted by relevance

12345678910>>...36

/plugin/xcom/scripts/
H A Dxcom_latinize.js4 (function(root, factory) {
13 root.xcom_latinize = factory();
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) { argument
46 function match($root) { argument
47 return match_selector($this->selector, $root);
H A Dbox.body.php8 function &create(&$root, &$pipeline) { argument
11 $box->create_content($root, $pipeline);
H A Dbox.radiobutton.php21 function &create(&$root, &$pipeline) { argument
22 $checked = $root->has_attribute('checked');
24 $value = $root->get_attribute('value');
H A Dbox.table.cell.php112 function &create(&$root, &$pipeline) { argument
199 $box->colspan = max(1,(int)$root->get_attribute('colspan'));
200 $box->rowspan = max(1,(int)$root->get_attribute('rowspan'));
211 $box->create_content($root, $pipeline);
219 $child = $root->first_child();
232 $child = $root->last_child();
H A Dbox.list-item.php7 function &create(&$root, &$pipeline) { argument
8 $box = new ListItemBox($root, $pipeline);
31 $box->create_content($root, $pipeline);
64 function ListItemBox(&$root, &$pipeline) { argument
66 $this->BlockBox($root);
/plugin/combo/ComboStrap/
H A DPathTreeNode.php24 $root = PathTreeNode::createPathTreeNodeFromPath($rootSpace);
25 self::buildTreeFromFileSystemRecursively($root);
26 return $root;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php46 * @param Document $root
51 public function __construct(Document $root, $name, array $children = [], $defaults = true) argument
54 $this->root = $root;
116 $newNode = call_user_func_array([$this->root, 'create'], $arguments);
516 $clonedChild->root = $this->root;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php44 * @param Document $root
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument
53 $this->root = $root;
120 $item = $this->root->create($a1, $a2, $a3);
427 $property = $this->root->create($name,$value);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php44 * @param Document $root
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument
53 $this->root = $root;
120 $item = $this->root->create($a1, $a2, $a3);
427 $property = $this->root->create($name,$value);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php44 * @param Document $root
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument
53 $this->root = $root;
120 $item = $this->root->create($a1, $a2, $a3);
427 $property = $this->root->create($name,$value);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php45 $root = new DAV\FS\Directory(getcwd()); variable
48 $server = new DAV\Server($root);
/plugin/layeranimation/
H A Dscript.js16 this.root = rootNode;
298 …if ( !self.root || (document.documentMode && document.documentMode < 8) || self.root.find('div[typ…
303 …t = $('<ul/>').addClass('layeranimation_layer').css('display', 'inline-block').appendTo(self.root);
304 self.root.removeClass('noscripting').addClass('scripting');
310 self.root.find('div[type=layer]').each(function()
374 var animationHeight = self.root.height();
375 var originalAnimationTop = self.root.offset().top;
409 var newWidth = this.root.width();
480 …self.root.removeClass( (activate?'no':'') + 'scripting').addClass( (!activate?'no':'') + 'scriptin…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php21 private $root; variable in PHPUnit_Util_TestDox_ResultPrinter_XML
41 $this->root = $this->document->createElement('tests');
42 $this->document->appendChild($this->root);
223 $this->root->appendChild($node);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php107 $root = dirname(dirname(__DIR__));
152 $root . DS . 'Hoathis' . DS . RS .
153 $root . DS . 'Hoa' . DS
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php66 * @param Component $root The root document
73 …public function __construct(Component $root, $name, $value = null, array $parameters = array(), $g… argument
84 parent::__construct($root, $name, $value, $parameters, $group);
207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php66 * @param Component $root The root document
73 …public function __construct(Component $root, $name, $value = null, array $parameters = array(), $g… argument
84 parent::__construct($root, $name, $value, $parameters, $group);
207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php36 $root = new DAV\SimpleCollection('root');
37 $root->addChild($calendars);
38 $root->addChild($principals);
40 $this->server = new DAV\Server($root);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php66 * @param Component $root The root document
73 …public function __construct(Component $root, $name, $value = null, array $parameters = array(), $g… argument
84 parent::__construct($root, $name, $value, $parameters, $group);
207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/tagadd/
H A Daction.php131 $root = '';
138 $root .=$part.':';
140 if($root == $ns_selected ) {
141 …$output.="<a href='' onclick='tagadd__loadForm(\"".$root."\");return false;'><b>[".$part."]</b></a…
143 … $output.="<a href='' onclick='tagadd__loadForm(\"".$root."\");return false;'>[".$part."]</a>->";
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.js10 (function webpackUniversalModuleDefinition(root, factory) {
18 root["Raphael"] = factory(root["eve"]);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php67 * @param Component $root The root document
73 …public function __construct(Component $root, $name, $value = null, array $parameters = [], $group … argument
84 parent::__construct($root, $name, $value, $parameters, $group);
196 if (Document::VCARD21 !== $this->root->getDocumentType()) {
/plugin/sqlraw/
H A Dsimple_html_dom.php973 public $root = null; variable in simple_html_dom
1104 $ret = $this->root->innertext();
1123 if (isset($this->root)) {$this->root->clear(); unset($this->root);}
1130 $this->root->dump($show_attr);
1161 $this->root->tag = 'root';
1162 $this->root->_[HDOM_INFO_BEGIN] = -1;
1163 $this->root->nodetype = HDOM_TYPE_ROOT;
1164 $this->parent = $this->root;
1688 return $this->root->innertext();
1696 return $this->root->innertext();
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js184 page.root = newPage.root;
188 this.editor.graph.model.setRoot(page.root);
327 model.updateEdgeParent = function(edge, root) argument
339 var root = null;
343 root = this.getCellForJson(cellDiff);
347 if (root == null)
353 root = model.getCell(id);
357 if (root != null)
359 model.setRoot(root);
360 page.root = root;
[all …]
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js6 (function( root, factory ) {
8 root.marked = require( './marked' );
9 root.RevealMarkdown = factory( root.marked );
14 root.RevealMarkdown = factory( root.marked );

12345678910>>...36