Home
last modified time | relevance | path

Searched refs:root (Results 126 – 150 of 880) sorted by relevance

12345678910>>...36

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.section.php5 function &create(&$root, &$pipeline) { argument
16 $child = $root->first_child();
H A Dbox.block.inline.php19 function &create(&$root, &$pipeline) { argument
22 $box->create_content($root, $pipeline);
H A Dbox.select.php18 function &create(&$root, &$pipeline) { argument
19 $name = $root->get_attribute('name');
25 $child = $root->first_child();
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php67 * @param Component $root The root document
75 …function __construct(Component $root, $name, $value = null, array $parameters = [], $group = null)… argument
86 parent::__construct($root, $name, $value, $parameters, $group);
209 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dsemantic-enrich.js24 var n = sre.Enrich.semanticMathmlSync(t.root.toMathML());
25 t.root = MathJax.InputJax.MathML.Parse.prototype.MakeMML(n), t.root.inputID = e.id,
47 …t.a11y || (t.a11y = HUB.config.root + "/extensions/a11y"), t.SRE || (t.SRE = MathJax.Ajax.fileURL(…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js20 root.Backbone = factory(root, exports, _, $);
27 factory(root, exports, _, $);
31 root.Backbone = factory(root, {}, root._, (root.jQuery || root.Zepto || root.ender || root.$));
34 })(function(root, Backbone, _, $) { argument
41 var previousBackbone = root.Backbone;
56 root.Backbone = previousBackbone;
1635 return rootPath === this.root;
1663 ).slice(this.root.length - 1);
1688 this.root = this.options.root;
1698 this.root = ('/' + this.root + '/').replace(rootStripper, '/');
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1606 colorizeNicks: function(root) argument
1663 applyNickColor: function(root, nick, color) argument
1678 var els = root.getElementsByTagName('*');
1715 refresh_nickmarker: function(root) argument
1718 if (!root) root = $('pfc_channels_content');
1724 this.colorizeNicks(root);
1754 refresh_clock: function( root ) argument
1757 if (!root) root = $('pfc_channels_content');
1791 refresh_sound: function( root ) argument
2102 var root = $('pfc_channels_content');
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php157 '/root/somepath',
158 '/root/somepath/',
161 $this->server->setBaseUri('/root/');
169 $this->server->setBaseUri('/root');
177 $this->assertEquals('', $this->server->calculateUri('/root'));
H A DIssue33Test.php20 $root = new SimpleCollection('webdav',array($bar));
22 $server = new Server($root);
/plugin/tindexmenu/
H A Dindexmenu-full.js61 root : objImg + 'base.' + objExt, property in dTree.icon
81 this.root = new Node(false, -1);
131 str += this.addNode(this.root) + '</div>';
200 node.icon = (this.root.id == node.pid) ? this.icon.root
205 if (this.root.id == node.pid) {
206 node.icon = this.icon.root;
207 node.iconOpen = this.icon.root;
223 } else if (node.pid != this.root.id) {
234 + ((this.root.id == node.pid || node._io) ? 'block' : 'none')
248 if (this.root.id != node.pid) {
[all …]
H A Dindexmenu.js26 …pchar:":",theme:c};var d=this.config.plugbase+"/images/"+c+"/";this.icon={root:d+"base."+b,folder:… property in dTree.icon
27 …inus:d+"nolines_minus."+b};this.obj=a;this.aNodes=[];this.aIndent=[];this.root=new Node(!1,-1);thi…
29 …g.useCookies&&(this.selectedNode=this.getSelected());a+=this.addNode(this.root)+"</div>";this.conf…
33root.id==a.pid?this.icon.root:a.hns?this.icon.folderH:a._hc?this.icon.folder:this.icon.node;a.icon…
34root,a.iconOpen=this.icon.root);e+='<img id="i'+this.obj+c+'" src="'+(a._io?a.iconOpen:a.icon)+'" …
35 …a._hc&&(e+='<div id="d'+this.obj+c+'" class="clip" style="display:'+(this.root.id==a.pid||a._io?"b…
36 dTree.prototype.indent=function(a,c){var b,d="";if(this.root.id!=a.pid){for(b=0;b<this.aIndent.leng…
39 …c=0;c<this.aNodes.length;c++)this.aNodes[c]._hc&&this.aNodes[c].pid!=this.root.id&&(this.nodeStatu…
40 …==a){a=c;break}this.fill(this.aNodes[a].pid);a=this.aNodes[a];a.pid!=this.root.id&&a._p&&(a._io=1,…
43 …c=0;c<this.aNodes.length;c++)this.aNodes[c]._io&&this.aNodes[c].pid!=this.root.id&&(a&&(a+="."),a+…
/plugin/indexmenu/scripts/
H A Dindexmenu.js124 root: imagePath + 'base.' + imgExt,
148 this.root = new dTreeNode(false, -1);
225 str += this.addNode(this.root) + '</div>';
306 node.icon = (this.root.id === node.pid) ? this.icon.root : ((node.hns) ? this.icon.folderH : ((node._hc) ? this.icon.folder : this.icon.node));
308 if (this.root.id === node.pid) {
309 node.icon = this.icon.root;
310 node.iconOpen = this.icon.root;
321 else if (node.pid !== this.root.id) {
328 str += '<div id="d' + this.treeName + nodeId + '" class="clip" style="display:' + ((this.root
84 root: objImg + 'base.' + objExt, global() property in dTree.icon
[all...]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1409 public $root = null; variable in imapmarkers\\simple_html_dom
1587 $ret = $this->root->innertext();
1621 if (isset($this->root)) {
1622 $this->root->clear();
1623 unset($this->root);
1631 $this->root->dump($show_attr);
1651 $this->root->tag = 'root';
1654 $this->parent = $this->root;
2302 return $this->root->innertext();
2312 return $this->root->text();
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php124 $root = $this->composer->getPackage();
125 if ($root) {
127 $package = $dumper->dump($root);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php61 protected $root; variable in Sabre\\VObject\\Node
95 $this->root = null;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php66 protected $root; variable in Sabre\\VObject\\Node
104 $this->root = null;
/plugin/glossary/
H A Dglossary.class.php201 $root = $xml->documentElement;
202 $this->lastNotification = $root->getElementsByTagName ("lastNotification")->item (0)->nodeValue;
204 return $root->getElementsByTagName ("nameSpace")->item (0)->nodeValue;
214 $root = $xml->createElement ("glossary");
215 $xml->appendChild ($root);
216 $root->appendChild ($xml->createElement ("nameSpace", htmlspecialchars ($this->NS)));
257 $root = $xml->documentElement;
260 $result [$field] = $root->getElementsByTagName ($field)->item (0)->nodeValue;
268 $root = $xml->createElement ("glossary");
269 $xml->appendChild ($root);
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dmapping.fp.js1 (function webpackUniversalModuleDefinition(root, factory) {
9 root["mapping"] = factory();
/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php30 var $root = ''; variable in fa_filestore
52 $this->root = DOKU_INC . 'data/users/';
54 io_makeFileDir($this->root);
329 return $this->root . substr($username, 0, 1) . '/' . $username . '/fedauth.' . $ext;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D64.64.js1root:[[/[a-zA-Z_]\w*/,{cases:{"@specialFunctions":{token:"keyword.flow",next:"@specialFunc"},"@mai… property in AnonymousFunction2d99d6cf0100.s.tokenizer
H A Dbundle.css4 * Licensed under the MIT License. See License.txt in the project root for license information.
14 * Licensed under the MIT License. See License.txt in the project root for license information.
23 * Licensed under the MIT License. See License.txt in the project root for license information.
33 * Licensed under the MIT License. See License.txt in the project root for license information.
42 * Licensed under the MIT License. See License.txt in the project root for license information.
82 * Licensed under the MIT License. See License.txt in the project root for license information.
103 * Licensed under the MIT License. See License.txt in the project root for license information.
149 * Licensed under the MIT License. See License.txt in the project root for license information.
248 * Licensed under the MIT License. See License.txt in the project root for license information.
276 * Licensed under the MIT License. See License.txt in the project root for license information.
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1761 root.appendChild(elForm);
1765 root.removeChild(elForm);
3287 findElements: function(root) { argument
3288 root = root || document;
3293 if (root !== document) {
3294 var oldId = root.id, id = $(root).identify();
3300 root.id = oldId;
3306 return this.matcher(root);
3657 if (root == document) {
3661 if (!root.sourceIndex || root.sourceIndex < 1) {
[all …]
/plugin/bpmnio/script/
H A Dbpmnio_render.js114 const root = jQuery(tag);
116 const container = root.find(containerId)[0];
121 const data = root.find(dataId)[0];
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php166 $root = XMLHelper::createElement($document, 'findologic', ['version' => '1.0']);
167 $document->appendChild($root);
174 $root->appendChild($xmlItems);

12345678910>>...36