/plugin/html2pdf/html2pdf/html2ps/ |
H A D | html.attrs.inc.php | 154 function execute_attrs_before($root, &$pipeline) { execute_attrs($root, '_before', $pipeline); } argument 155 function execute_attrs_after($root, &$pipeline) { execute_attrs($root, '_after', $pipeline); } argument 156 function execute_attrs_after_styles($root, &$pipeline) { execute_attrs($root, '_after_styles', $pip… argument 162 if ($root->has_attribute($attr)) { 164 $fun($root, $pipeline); 170 if ($root->has_attribute($attr)) { 172 $fun($root, $pipeline); 250 $color = $root->get_attribute('link'); 730 if ($root->has_attribute('name')) { 739 if (!$root->has_attribute('size')) { [all …]
|
H A D | box.php | 90 function &create_pdf_box(&$root, &$pipeline) { argument 91 switch ($root->node_type()) { 108 return BlockBox::create($root, $pipeline); 134 execute_attrs_before($root, $pipeline); 138 $css->apply($root, $css_state, $pipeline); 141 if ($root->has_attribute("style")) { 185 switch ($root->tagname()) { 376 execute_attrs_after($root, $pipeline); 383 execute_attrs_after($root, $pipeline); 386 $box->set_tagname($root->tagname()); [all …]
|
H A D | config.parse.php | 18 $child = $root->first_child(); 23 if ($root->has_attribute('name')) { 33 if ($root->has_attribute('mask')) { 44 if ($root->has_attribute('name')) { 54 if ($root->has_attribute('mask')) { 83 $embed_flag = (bool)$root->get_attribute('embed'); 93 $child = $root->first_child(); 124 $child = $root->first_child(); 150 $child = $root->first_child(); 180 $root=$doc->document_element(); [all …]
|
H A D | css.selectors.inc.php | 56 function node_have_class($root, $target_class) { argument 57 if (!$root->has_attribute('class')) { return false; }; 70 function match_selector($selector, $root) { argument 83 if ((node_have_class($root, $selector[2])) && 93 $node = $root->parent(); 101 $node = $root->parent(); 108 return $root->has_attribute($attr_name); 122 if (!$root->has_attribute($attr_name)) { 139 if (!$root->has_attribute($attr_name)) { 149 return $root->tagname() == "a" && $root->has_attribute('href'); [all …]
|
H A D | css.ruleset.class.php | 14 function parse_style_node($root, &$pipeline) { argument 24 if ($root->has_attribute("media")) { 43 …if (!$root->has_attribute("title") || $root->get_attribute("title") === $GLOBALS['g_stylesheet_tit… 47 $content = trim($root->get_content()); 54 function scan_styles($root, &$pipeline) { argument 55 switch ($root->node_type()) { 57 $tagname = strtolower($root->tagname()); 70 if ($root->has_attribute("media")) { 93 $child = $root->first_child(); 253 if ($rule->match($root)) { [all …]
|
H A D | box.form.php | 18 function &create(&$root, &$pipeline) { argument 19 if ($root->has_attribute('name')) { 20 $name = $root->get_attribute('name'); 21 } elseif ($root->has_attribute('id')) { 22 $name = $root->get_attribute('id'); 29 $box->create_content($root, $pipeline);
|
H A D | box.frame.php | 5 function &create(&$root, &$pipeline) { argument 6 $box =& new FrameBox($root, $pipeline); 105 function FrameBox(&$root, &$pipeline) { argument 110 $parent = $root->parent(); 117 $this->GenericContainerBox($root); 123 $src = $root->get_attribute('src'); 224 function &create(&$root, &$pipeline) { argument 230 function FramesetBox(&$root, $pipeline) { argument 231 $this->GenericContainerBox($root); 235 $this->rows = $root->has_attribute('rows') ? $root->get_attribute('rows') : "100%"; [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Configuration.php | 280 * @param string $root 541 if ($root->hasAttribute('cacheTokens')) { 548 if ($root->hasAttribute('columns')) { 558 if ($root->hasAttribute('colors')) { 571 if ($root->hasAttribute('stderr')) { 592 if ($root->getAttribute('bootstrap')) { 640 if ($root->hasAttribute('stopOnError')) { 668 if ($root->hasAttribute('stopOnRisky')) { 689 if ($root->hasAttribute('failOnRisky')) { 714 if ($root->getAttribute('printerFile')) { [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerPreconditionTest.php | 17 $server = new Server($root); 29 $server = new Server($root); 42 $server = new Server($root); 54 $server = new Server($root); 69 $server = new Server($root); 81 $server = new Server($root); 93 $server = new Server($root); 106 $server = new Server($root); 118 $server = new Server($root); 130 $server = new Server($root); [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
H A D | BuilderTest.php | 30 $this->assertEquals($expectedPath, $root->getName()); 31 $this->assertEquals($expectedPath, $root->getPath()); 33 $this->assertEquals(5, $root->getNumExecutedLines()); 34 $this->assertEquals(1, $root->getNumClasses()); 35 $this->assertEquals(0, $root->getNumTestedClasses()); 36 $this->assertEquals(4, $root->getNumMethods()); 41 $this->assertEquals(0, $root->getNumFunctions()); 43 $this->assertNull($root->getParent()); 44 $this->assertEquals([], $root->getDirectories()); 122 $root->getClasses() [all …]
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/ |
H A D | Node.php | 114 ->object($root[$name]) 121 ->given($root = new SUT()) 131 ->given($root = new SUT()) 142 $root = new SUT(), 144 $root['foo'] = $child 155 ->given($root = new SUT()) 157 $root->offsetGet('foo'); 166 $root = new SUT(), 168 $root['foo'] = $child 179 ->given($root = new SUT()) [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/ |
H A D | AssetFactory.php | 33 private $root; variable in Assetic\\Factory\\AssetFactory 43 * @param string $root The default root directory 46 public function __construct($root, $debug = false) argument 48 $this->root = rtrim($root, '/'); 176 $options['root'] = array($this->root); 182 $options['root'][] = $this->root; 320 $root = $this->root; 322 $input = $this->root.'/'.$path; 418 foreach ($roots as $root) { 419 if (0 === strpos($path, $root)) { [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.dirscan.php | 117 * @param string $root 121 private function getDirs($root) { argument 122 …switch ($root) { // return null on tabo directories, add as needed -> case {dir to block }: this… 138 if (!is_dir($root)) { 141 …root.'/*', GLOB_ONLYDIR), glob($root.'/*/*', GLOB_ONLYDIR), glob($root.'/*/*/*', GLOB_ONLYDIR), gl… 145 $dirs = array($root);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/ |
H A D | LockedTest.php | 15 $root = $dom->createElement('d:root'); 17 $dom->appendChild($root); 18 $root->setAttribute('xmlns:d','DAV:'); 24 $locked->serialize(new DAV\Server(), $root); 44 $root = $dom->createElement('d:root'); 46 $dom->appendChild($root); 47 $root->setAttribute('xmlns:d','DAV:'); 53 $locked->serialize(new DAV\Server(), $root);
|
/plugin/aichat/script/ |
H A D | AIChatButton.js | 2 #root = null; field in AIChatButton 8 this.#root = this.attachShadow({mode: 'open'}); 9 this.#root.innerHTML = ` 31 this.#root.appendChild(this.getStyle()); 32 this.#dialog = this.#root.querySelector('dialog'); 34 const toggleButtons = this.#root.querySelectorAll('button.toggle'); 50 this.#root.querySelector('button.start').title = this.getAttribute('label') || 'AI Chat'; 54 for (const elem of this.#root.querySelectorAll('[title]')) { 58 this.#root.querySelector('button.start').animate({
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | Json.php | 34 protected $root; variable in Sabre\\VObject\\Parser\\Json 64 $this->root = new VCalendar([], false); 67 $this->root = new VCard([], false); 73 $this->root->add($this->parseProperty($prop)); 77 $this->root->add($this->parseComponent($comp)); 84 return $this->root; 117 return $this->root->createComponent( 143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName); 156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
|
/plugin/davcard/vendor/sabre/vobject/lib/Parser/ |
H A D | Json.php | 34 protected $root; variable in Sabre\\VObject\\Parser\\Json 63 $this->root = new VCalendar(array(), false); 66 $this->root = new VCard(array(), false); 73 $this->root->add($this->parseProperty($prop)); 76 $this->root->add($this->parseComponent($comp)); 82 return $this->root; 115 return $this->root->createComponent( 141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName); 154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
H A D | Json.php | 33 protected $root; variable in Sabre\\VObject\\Parser\\Json 63 $this->root = new VCalendar([], false); 66 $this->root = new VCard([], false); 73 $this->root->add($this->parseProperty($prop)); 76 $this->root->add($this->parseComponent($comp)); 82 return $this->root; 116 return $this->root->createComponent( 143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName); 156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/ |
H A D | Json.php | 34 protected $root; variable in Sabre\\VObject\\Parser\\Json 63 $this->root = new VCalendar(array(), false); 66 $this->root = new VCard(array(), false); 73 $this->root->add($this->parseProperty($prop)); 76 $this->root->add($this->parseComponent($comp)); 82 return $this->root; 115 return $this->root->createComponent( 141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName); 154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
|
/plugin/davcal/vendor/sabre/vobject/lib/Parser/ |
H A D | Json.php | 34 protected $root; variable in Sabre\\VObject\\Parser\\Json 63 $this->root = new VCalendar(array(), false); 66 $this->root = new VCard(array(), false); 73 $this->root->add($this->parseProperty($prop)); 76 $this->root->add($this->parseComponent($comp)); 82 return $this->root; 115 return $this->root->createComponent( 141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName); 154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
|
/plugin/letsencrypt/ |
H A D | helper.php | 148 $root = $this->getRoot(); 149 if($root) { 150 $wellknown = "$root/.well-known/acme-challenge"; 202 $root = $this->getRoot(); 203 if($root) $certdir = fullpath("$root/../certs"); 227 $root = $this->getConf('documentroot'); 228 if($root) return $root; 231 $root = $_SERVER['DOCUMENT_ROOT']; 232 if($root) return $root;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
H A D | Mixin.php | 29 public $root; variable in Google\\Service\\ServiceConsumerManagement\\Mixin 48 public function setRoot($root) argument 50 $this->root = $root; 57 return $this->root;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
H A D | Mixin.php | 29 public $root; variable in Google\\Service\\ServiceNetworking\\Mixin 48 public function setRoot($root) argument 50 $this->root = $root; 57 return $this->root;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
H A D | Mixin.php | 29 public $root; variable in Google\\Service\\ServiceUsage\\Mixin 48 public function setRoot($root) argument 50 $this->root = $root; 57 return $this->root;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | Mixin.php | 29 public $root; variable in Google\\Service\\ServiceManagement\\Mixin 48 public function setRoot($root) argument 50 $this->root = $root; 57 return $this->root;
|