/plugin/html2pdf/html2pdf/html2ps/ |
H A D | config.parse.php | 18 $child = $root->first_child(); 21 switch ($child->tagname()) { 66 } while ($child = $child->next_sibling()); 93 $child = $root->first_child(); 119 } while ($child = $child->next_sibling()); 124 $child = $root->first_child(); 146 } while ($child = $child->next_sibling()); 150 $child = $root->first_child(); 171 } while ($child = $child->next_sibling()); 182 $child = $root->first_child(); [all …]
|
H A D | strategy.width.max.natural.php | 32 $child =& $box->content[$i]; 36 if ($child->isLineBreak()) { 39 } elseif (!$child->out_of_flow()) { 40 if (is_inline($child)) { 43 } elseif ($child->get_css_property(CSS_FLOAT) !== FLOAT_NONE) { 44 $wc = $child->get_css_property(CSS_WIDTH); 47 $delta = $child->get_max_width($context, $this->_limit); 58 $item = $child; 63 if (isset($child->parent) && $child->parent) { 65 $item_wc->apply($child->get_width(), [all …]
|
H A D | tree.navigation.inc.php | 22 $child =& $node->content[$i]; 23 $this->run($child); 31 $child =& $root->first_child(); 32 while($child) { 33 $body =& traverse_dom_tree_pdf($child); 37 $child =& $child->next_sibling(); 47 $child =& $root->first_child(); 48 while ($child) { 49 $body =& traverse_dom_tree_pdf($child); 53 $child =& $child->next_sibling();
|
H A D | dom.php5.inc.php | 17 $child =& new DOMTree($this->domelement->firstChild); 18 return $child; 43 $child =& $this->first_child(); 45 if ($child) { 46 $sibling =& $child->next_sibling(); 48 $child =& $sibling; 49 $sibling =& $child->next_sibling(); 53 return $child; 58 $child =& new DOMTree($this->domelement->nextSibling); 59 return $child;
|
H A D | box.select.php | 25 $child = $root->first_child(); 28 while ($child) { 29 if ($child->node_type() == XML_ELEMENT_NODE) { 30 $size = max($size, strlen($child->get_content())); 33 $value = trim($child->get_content()); 36 if ($child->has_attribute('value')) { 37 $options[] = array($child->get_attribute('value'), 38 $child->get_content()); 40 $options[] = array($child->get_content(), 41 $child->get_content()); [all …]
|
H A D | strategy.width.max.php | 32 $child =& $box->content[$i]; 34 if ($child->isLineBreak()) { 37 } elseif (!$child->out_of_flow()) { 38 if (is_inline($child) || 39 $child->get_css_property(CSS_FLOAT) !== FLOAT_NONE) { 40 $this->add_width($child->get_max_width($context, $this->_limit)); 43 $this->add_width($child->get_max_width($context, $this->_limit)); 46 $item_wc = $child->get_css_property(CSS_WIDTH); 48 if (is_a($child, "TableBox") &&
|
/plugin/webdav/vendor/sabre/vobject/lib/Component/ |
H A D | VCalendar.php | 202 foreach ($childGroup as $child) { 209 $components[] = $child; 246 return $child; 255 foreach ($childGroup as $child) { 257 return $child; 313 if ($child instanceof Property && 'PRODID' !== $child->name) { 316 $newChildren[] = clone $child; 317 } elseif ($child instanceof Component && 'VTIMEZONE' !== $child->name) { 320 …if ('VEVENT' === $child->name && (isset($child->{'RECURRENCE-ID'}) || isset($child->RRULE) || isse… 331 } elseif ('VEVENT' === $child->name && $child->isInTimeRange($start, $end)) { [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VCalendar.php | 206 foreach ($childGroup as $child) { 214 $components[] = $child; 254 return $child; 262 foreach ($childGroup as $child) { 264 return $child; 324 if ($child instanceof Property && $child->name !== 'PRODID') { 327 $newChildren[] = clone $child; 328 } elseif ($child instanceof Component && $child->name !== 'VTIMEZONE') { 332 …if ($child->name === 'VEVENT' && (isset($child->{'RECURRENCE-ID'}) || isset($child->RRULE) || isse… 343 } elseif ($child->name === 'VEVENT' && $child->isInTimeRange($start, $end)) { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
H A D | Directory.php | 120 foreach ($this->children as $child) { 121 $this->numFiles += count($child); 229 foreach ($this->children as $child) { 232 $child->getClasses() 250 foreach ($this->children as $child) { 253 $child->getTraits() 271 foreach ($this->children as $child) { 274 $child->getFunctions() 292 foreach ($this->children as $child) { 314 foreach ($this->children as $child) { [all …]
|
/plugin/fckg/fckeditor/editor/skins/default/ |
H A D | fck_dialog_ie6.js | 33 var child = fckDlg.childNodes[i] ; variable 34 switch ( child.className ) 48 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 52 child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ; 56 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; 60 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 65 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; 69 child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ; 70 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; 74 child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ; [all …]
|
/plugin/fckg/fckeditor/editor/skins/silver/ |
H A D | fck_dialog_ie6.js | 33 var child = fckDlg.childNodes[i] ; variable 34 switch ( child.className ) 48 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 52 child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ; 56 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; 60 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 65 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; 69 child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ; 70 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; 74 child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ; [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Component.php | 83 $this->add($child); 87 $this->add($k, $child); 155 return $child; 158 if ($child===$item) { 160 return $child; 192 $result[] = $child; 230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group)) 234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group 238 $result[$key] = $child; 314 foreach($this->children as $child) $str.=$child->serialize(); [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Component.php | 83 $this->add($child); 87 $this->add($k, $child); 155 return $child; 158 if ($child===$item) { 160 return $child; 192 $result[] = $child; 230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group)) 234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group 238 $result[$key] = $child; 314 foreach($this->children as $child) $str.=$child->serialize(); [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Component.php | 83 $this->add($child); 87 $this->add($k, $child); 155 return $child; 158 if ($child===$item) { 160 return $child; 192 $result[] = $child; 230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group)) 234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group 238 $result[$key] = $child; 314 foreach($this->children as $child) $str.=$child->serialize(); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Component.php | 83 if ($child instanceof Node) { 85 $this->add($child); 89 $this->add($k, $child); 165 $this->remove($child); 170 if ($child === $item) { 210 $result[] = $child; 253 return $child instanceof Property && strtoupper($child->group) === $group; 268 if ($child instanceof Property && strtoupper($child->group) === $group) { 269 $result[] = $child; 347 foreach ($children as $child) $str .= $child->serialize(); [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Component.php | 83 $this->add($child); 86 $this->add($k, $child); 155 $this->remove($child); 159 if ($child === $item) { 199 $result[] = $child; 243 return $child instanceof Property && strtoupper($child->group) === $group; 254 if ($child instanceof Property && strtoupper($child->group) === $group) { 255 $result[] = $child; 330 foreach ($children as $child) { 331 $str .= $child->serialize(); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | ExpandEventsFloatingTimeTest.php | 108 foreach ($vevent->children as $child) { 111 if ($child->name == 'DTSTART') { 113 $this->assertEquals($child->getValue(), '20141108T043000Z'); 114 } elseif ($child->name == 'DTEND') { 116 $this->assertEquals($child->getValue(), '20141108T063000Z'); 157 foreach ($vevent->children as $child) { 160 if ($child->name == 'DTSTART') { 163 } elseif ($child->name == 'DTEND') { 195 foreach ($vevent->children as $child) { 198 if ($child->name == 'DTSTART') { [all …]
|
H A D | ExpandEventsDTSTARTandDTENDbyDayTest.php | 88 foreach ($vevent->children as $child) { 91 if ($child->name == 'DTSTART') { 93 …$this->assertContains($child->getValue(), array('20120214T171500Z', '20120216T171500Z'), 'DTSTART … 94 } elseif ($child->name == 'DTEND') { 96 …$this->assertContains($child->getValue(), array('20120214T181500Z', '20120216T181500Z'), 'DTEND is…
|
H A D | ExpandEventsDTSTARTandDTENDTest.php | 99 foreach ($vevent->children as $child) { 102 if ($child->name == 'DTSTART') { 104 …assertContains($child->getValue(), ['20120207T171500Z', '20120208T171500Z', '20120209T171500Z'], '… 105 } elseif ($child->name == 'DTEND') { 107 …>assertContains($child->getValue(), ['20120207T181500Z', '20120208T181500Z', '20120209T181500Z'], …
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | ParserRuleContext.php | 91 foreach ($ctx->children as $child) { 92 if ($child instanceof ErrorNode) { 93 $this->addErrorNode($child); 122 * Add a parse tree node to this as a child. Works for 131 public function addChild(ParseTree $child) : ParseTree argument 137 $this->children[] = $child; 139 return $child; 175 foreach ($this->children as $child) { 176 if ($child instanceof $type) { 178 return $child; [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/ |
H A D | CollectionTest.php | 23 $child = $this->sut->getChild('file.txt'); 24 $this->assertInstanceOf('Sabre\\DAVACL\\FS\\File', $child); 26 $this->assertEquals('file.txt', $child->getName()); 27 $this->assertEquals($this->acl, $child->getACL()); 28 $this->assertEquals($this->owner, $child->getOwner()); 35 $child = $this->sut->getChild('dir'); 36 $this->assertInstanceOf('Sabre\\DAVACL\\FS\\Collection', $child); 38 $this->assertEquals('dir', $child->getName()); 39 $this->assertEquals($this->acl, $child->getACL()); 40 $this->assertEquals($this->owner, $child->getOwner());
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | SimpleCollection.php | 43 foreach ($children as $child) { 45 …if (!($child instanceof INode)) throw new Exception('Only instances of Sabre\DAV\INode are allowed… 46 $this->addChild($child); 55 * @param INode $child 58 function addChild(INode $child) { argument 60 $this->children[$child->getName()] = $child;
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | SimpleCollection.php | 43 foreach ($children as $child) { 45 …if (!($child instanceof INode)) throw new Exception('Only instances of Sabre\DAV\INode are allowed… 46 $this->addChild($child); 55 * @param INode $child 58 function addChild(INode $child) { argument 60 $this->children[$child->getName()] = $child;
|
/plugin/commonmark/vendor/league/commonmark/src/Node/ |
H A D | Node.php | 170 public function appendChild(Node $child): void 173 $this->lastChild->insertAfter($child); 175 $child->detach(); 176 $child->setParent($this); 177 $this->lastChild = $this->firstChild = $child; 182 * Adds $child as the very first child of $this 184 public function prependChild(Node $child): void 187 $this->firstChild->insertBefore($child); 189 $child 190 appendChild(Node $child) global() argument 208 prependChild(Node $child) global() argument [all...] |
/plugin/farmsync/script/ |
H A D | jquery.chosen.js | 16 …child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… class 24 SelectParser.prototype.add_node = function(child) { argument 25 if (child.nodeName.toUpperCase() === "OPTGROUP") { 26 return this.add_group(child); 28 return this.add_option(child);
|