Home
last modified time | relevance | path

Searched refs:root (Results 51 – 75 of 880) sorted by relevance

12345678910>>...36

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DFormat.php79 public function setRoot(PolyFile $root) argument
81 $this->root = $root;
88 return $this->root;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php32 private $root; // Prepends <root> to all relative URLs. variable in Assetic\\Filter\\CssEmbedFilter
58 public function setRoot($root) argument
60 $this->root = $root;
103 if (null === $this->root) {
108 $pb->add('--root')->add($this->root);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php45 protected $root; variable in Sabre\\VObject\\Parser\\XML
90 $this->root = new VCalendar([], false);
92 $this->parseVCalendarComponents($this->root);
97 $this->root = new VCard(['version' => '4.0'], false);
99 $this->parseVCardComponents($this->root);
110 return $this->root;
225 $propertyNameExtended = ($this->root instanceof VCalendar
314 $currentComponent = $this->root->createComponent(
338 $property = $this->root->createProperty(
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php45 protected $root; variable in Sabre\\VObject\\Parser\\XML
94 $this->root = new VCalendar([], false);
96 $this->parseVCalendarComponents($this->root);
102 $this->root = new VCard(['version' => '4.0'], false);
104 $this->parseVCardComponents($this->root);
117 return $this->root;
249 $propertyNameExtended = ($this->root instanceof VCalendar
347 $currentComponent = $this->root->createComponent(
375 $property = $this->root->createProperty(
H A DMimeDir.php39 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
79 $this->root = null;
91 return $this->root;
172 $this->root = new $class([], false);
183 $this->root->add($result);
189 if ($name !== $this->root->name) {
190 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $this->root->name . '" got: "EN…
208 $component = $this->root->createComponent(substr($line, 6), [], false);
453 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
463 … if ($this->root->getDocumentType() === Document::VCARD21 && isset($propObj['CHARSET'])) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DFileSystem.php56 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
61 $iterator = new LUT\FileSystem($root),
85 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
93 $root,
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php21 private $root; variable in Twig\\Profiler\\Dumper\\BaseDumper
37 $this->root = $profile->getDuration();
48 $percent = $this->root ? $profile->getDuration() / $this->root * 100 : 0;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.legend.php5 function &create(&$root, &$pipeline) { argument
6 $box = new LegendBox($root);
8 $box->create_content($root, $pipeline);
13 function LegendBox(&$root) { argument
H A Dbox.input.textarea.php15 function &create(&$root, &$pipeline) { argument
16 $value = $root->get_content();
17 $name = $root->get_attribute('name');
21 $box->create_content($root, $pipeline);
H A Dbox.button.php34 * @param DOMElement $root pointer to the DOM tree element corresponding to the button.
38 function &create(&$root, &$pipeline) { argument
52 if ($root->has_attribute("value")) {
53 $text = $root->get_attribute("value");
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js20 var svgDoc = canvas.root.ownerDocument;
26 var prev = canvas.root;
28 canvas.root = g;
49 canvas.root = prev;
H A Dupdate.js128 var root = editorUi.editor.graph.getModel().getRoot();
131 if (urlParams['update-url'] || (root.value != null && typeof(root.value) == 'object'))
133 if (root.value != null && typeof(root.value) == 'object')
135 updateInterval = parseInt(root.value.getAttribute('updateInterval') || updateInterval);
136 updateUrl = root.value.getAttribute('updateUrl') || updateUrl;
/plugin/displayfile/
H A Dsyntax.php87 $root = $this->getConf('root_path');
88 $root = str_replace("\\", '/', $root);
89 $root = rtrim($root, '/');
92 if (!isset($root) || $root === '')
95 $real_root = realpath($root);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.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/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php40 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
54 $this->root = null;
65 return $this->root;
128 $this->root = new $class(array(), false);
139 $this->root->add($result);
145 if ($name!==$this->root->name) {
146 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $this->root->name . '" got: "EN…
163 $component = $this->root->createComponent(substr($line,6), array(), false);
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php40 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
54 $this->root = null;
65 return $this->root;
128 $this->root = new $class(array(), false);
139 $this->root->add($result);
145 if ($name!==$this->root->name) {
146 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $this->root->name . '" got: "EN…
163 $component = $this->root->createComponent(substr($line,6), array(), false);
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php40 protected $root; variable in Sabre\\VObject\\Parser\\MimeDir
54 $this->root = null;
65 return $this->root;
128 $this->root = new $class(array(), false);
139 $this->root->add($result);
145 if ($name!==$this->root->name) {
146 …throw new ParseException('Invalid MimeDir file. expected: "END:' . $this->root->name . '" got: "EN…
163 $component = $this->root->createComponent(substr($line,6), array(), false);
404 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php51 $root = $document->createElement('crap_result');
52 $document->appendChild($root);
55 $root->appendChild($project);
56 …$root->appendChild($document->createElement('timestamp', date('Y-m-d H:i:s', (int) $_SERVER['REQUE…
128 $root->appendChild($stats);
129 $root->appendChild($methodsNode);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DObjectTreeTest.php31 $root = $this->tree->getNodeForPath('');
32 $this->assertInstanceOf('Sabre\\DAV\\FSExt\\Directory',$root);
38 $root = $this->tree->getNodeForPath('subdir');
39 $this->assertInstanceOf('Sabre\\DAV\\FSExt\\Directory',$root);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php62 * @param Component $root The root document
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
74 $this->root = $root;
181 $param = new Parameter($this->root, $name, $value);
399 $param = new Parameter($this->root, $name, $value);
511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php62 * @param Component $root The root document
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
74 $this->root = $root;
181 $param = new Parameter($this->root, $name, $value);
399 $param = new Parameter($this->root, $name, $value);
511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php62 * @param Component $root The root document
69 …function __construct(Component $root, $name, $value = null, array $parameters = array(), $group = … argument
74 $this->root = $root;
181 $param = new Parameter($this->root, $name, $value);
399 $param = new Parameter($this->root, $name, $value);
511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
H A DAceConflictTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);
H A DNoAbstractTest.php15 $root = $dom->createElementNS('DAV:','d:root');
16 $dom->appendChild($root);
18 $ex->serialize($server, $root);

12345678910>>...36