Home
last modified time | relevance | path

Searched refs:child (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/plugin/html2pdf/html2pdf/html2ps/
Dconfig.parse.php18 $child = $root->first_child();
20 if ($child->node_type() == XML_ELEMENT_NODE) {
21 switch ($child->tagname()) {
27 $child->get_attribute('normal'),
28 $child->get_attribute('italic'),
29 $child->get_attribute('oblique'));
36 $child->get_attribute('normal'),
37 $child->get_attribute('italic'),
38 $child->get_attribute('oblique'));
48 $child->get_attribute('normal'),
[all …]
Dstrategy.width.max.natural.php32 $child =& $box->content[$i];
36 if ($child->isLineBreak()) {
39 } elseif (!$child->out_of_flow()) {
40 if (is_inline($child)) {
41 $this->add_width($child->get_max_width_natural($context, $this->_limit));
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);
49 $delta = $child->get_max_width_natural($context, $this->_limit);
55 $this->_cmaxw = $child->get_max_width_natural($context, $this->_limit);
[all …]
Dtree.navigation.inc.php22 $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();
Ddom.php5.inc.php17 $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;
Dbox.select.php25 $child = $root->first_child();
28 while ($child) {
29 if ($child->node_type() == XML_ELEMENT_NODE) {
30 $size = max($size, strlen($child->get_content()));
31 if (empty($content) || $child->has_attribute('selected')) {
32 $content = preg_replace('/\s/',' ',$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());
[all …]
Dstrategy.width.max.php32 $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/icalevents/vendor/sabre/vobject/lib/Component/
DVCalendar.php206 foreach ($childGroup as $child) {
208 if (!$child instanceof Component) {
213 if ($isBaseComponent($child)) {
214 $components[] = $child;
252 foreach ($this->select($componentName) as $child) {
253 if ($isBaseComponent($child)) {
254 return $child;
262 foreach ($childGroup as $child) {
263 if ($isBaseComponent($child)) {
264 return $child;
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Component/
DVCalendar.php202 foreach ($childGroup as $child) {
203 if (!$child instanceof Component) {
208 if ($isBaseComponent($child)) {
209 $components[] = $child;
244 foreach ($this->select($componentName) as $child) {
245 if ($isBaseComponent($child)) {
246 return $child;
255 foreach ($childGroup as $child) {
256 if ($isBaseComponent($child)) {
257 return $child;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
DDirectory.php120 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) {
293 $linesOfCode = $child->getLinesOfCode();
[all …]
/plugin/fckg/fckeditor/editor/skins/default/
Dfck_dialog_ie6.js33 var child = fckDlg.childNodes[i] ;
34 switch ( child.className )
37 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right
38 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 ) ; // -bottom -top
43 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 + 4 ) ; // -left -right + 4
44 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 + 4 ) ; // -bottom -top + 4
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 ) ;
[all …]
/plugin/fckg/fckeditor/editor/skins/silver/
Dfck_dialog_ie6.js33 var child = fckDlg.childNodes[i] ;
34 switch ( child.className )
37 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right
38 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 ) ; // -bottom -top
43 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 + 4 ) ; // -left -right + 4
44 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 + 4 ) ; // -bottom -top + 4
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 ) ;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DComponent.php79 foreach($children as $k=>$child) {
80 if ($child instanceof Node) {
83 $this->add($child);
87 $this->add($k, $child);
152 foreach($children as $k=>$child) {
155 return $child;
157 foreach($this->children as $k => $child) {
158 if ($child===$item) {
160 return $child;
190 foreach($this->children as $child) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
DComponent.php79 foreach($children as $k=>$child) {
80 if ($child instanceof Node) {
83 $this->add($child);
87 $this->add($k, $child);
152 foreach($children as $k=>$child) {
155 return $child;
157 foreach($this->children as $k => $child) {
158 if ($child===$item) {
160 return $child;
190 foreach($this->children as $child) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php79 foreach($children as $k=>$child) {
80 if ($child instanceof Node) {
83 $this->add($child);
87 $this->add($k, $child);
152 foreach($children as $k=>$child) {
155 return $child;
157 foreach($this->children as $k => $child) {
158 if ($child===$item) {
160 return $child;
190 foreach($this->children as $child) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DComponent.php82 foreach ($children as $k => $child) {
83 if ($child instanceof Node) {
85 $this->add($child);
89 $this->add($k, $child);
163 foreach ($this->select($item) as $child) {
165 $this->remove($child);
169 foreach ($this->select($item->name) as $k => $child) {
170 if ($child === $item) {
208 foreach ($childGroup as $child) {
209 if ($child instanceof self) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
DComponent.php80 foreach ($children as $k => $child) {
81 if ($child instanceof Node) {
83 $this->add($child);
86 $this->add($k, $child);
154 foreach ($this->select($item) as $child) {
155 $this->remove($child);
158 foreach ($this->select($item->name) as $k => $child) {
159 if ($child === $item) {
197 foreach ($childGroup as $child) {
198 if ($child instanceof self) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php108 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') {
162 $this->assertEquals($child->getValue(), '20141108T043000Z');
163 } elseif ($child->name == 'DTEND') {
165 $this->assertEquals($child->getValue(), '20141108T063000Z');
[all …]
H A DExpandEventsDTSTARTandDTENDbyDayTest.php88 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 DExpandEventsDTSTARTandDTENDTest.php99 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 DParserRuleContext.php91 foreach ($ctx->children as $child) {
92 if ($child instanceof ErrorNode) {
93 $this->addErrorNode($child);
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;
194 foreach ($this->children as $child) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php23 $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/asciidocjs/node_modules/babel-types/lib/
Dreact.js20 function cleanJSXElementLiteralChild(child, args) { argument
21 var lines = child.value.split(/\r\n|\n|\r/);
66 var child = node.children[i];
68 if (t.isJSXText(child)) {
69 cleanJSXElementLiteralChild(child, elems);
73 if (t.isJSXExpressionContainer(child)) child = child.expression;
74 if (t.isJSXEmptyExpression(child)) continue;
76 elems.push(child);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DSimpleCollection.php43 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 DSimpleCollection.php43 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/farmsync/script/
Djquery.chosen.js16child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
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);

12345678910>>...29