Home
last modified time | relevance | path

Searched refs:child (Results 26 – 50 of 591) sorted by relevance

12345678910>>...24

/plugin/farmer/script/
H A Djquery.chosen.js16 __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; 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);
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DIntermediateResponse.php81 foreach ($type->getChildren() as $child) {
82 if ($child->getTagNumber() === 0 && $child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC) {
83 $name = $child->getValue();
85 if ($child->getTagNumber() === 1 && $child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC) {
86 $value = $child->getValue();
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php322 foreach($newEvent->children as $child) {
323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
324 $dt = $child->getDateTimes($timeZone);
329 $child->setDateTimes($dt);
428 foreach($this->children as $child) {
429 if($child instanceof Component) {
432 if (!in_array($child->name, array('VEVENT', 'VTODO', 'VJOURNAL'))) {
435 $componentTypes[] = $child->name;
437 $uid = (string)$child->UID;
438 $isMaster = isset($child->{'RECURRENCE-ID'})?0:1;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php322 foreach($newEvent->children as $child) {
323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
324 $dt = $child->getDateTimes($timeZone);
329 $child->setDateTimes($dt);
428 foreach($this->children as $child) {
429 if($child instanceof Component) {
432 if (!in_array($child->name, array('VEVENT', 'VTODO', 'VJOURNAL'))) {
435 $componentTypes[] = $child->name;
437 $uid = (string)$child->UID;
438 $isMaster = isset($child->{'RECURRENCE-ID'})?0:1;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php322 foreach($newEvent->children as $child) {
323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
324 $dt = $child->getDateTimes($timeZone);
329 $child->setDateTimes($dt);
428 foreach($this->children as $child) {
429 if($child instanceof Component) {
432 if (!in_array($child->name, array('VEVENT', 'VTODO', 'VJOURNAL'))) {
435 $componentTypes[] = $child->name;
437 $uid = (string)$child->UID;
438 $isMaster = isset($child->{'RECURRENCE-ID'})?0:1;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php219 $child = $root->first_child();
220 if ($child) {
221 while ($child && $child->node_type() != XML_ELEMENT_NODE) {
222 $child = $child->next_sibling();
225 if ($child) {
226 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) {
232 $child = $root->last_child();
233 if ($child) {
234 while ($child && $child->node_type() != XML_ELEMENT_NODE) {
235 $child = $child->previous_sibling();
[all …]
H A Dstrategy.width.min.nowrap.php27 $child =& $box->content[$i];
28 if ($child->isLineBreak()) {
30 } elseif (!$child->out_of_flow()) {
31 if (is_inline($child)) {
33 $this->add_width($child->get_max_width($context));
37 $this->add_width($child->get_min_width($context));
H A Dbox.table.section.php16 $child = $root->first_child();
17 while ($child) {
18 $child_box =& create_pdf_box($child, $pipeline);
20 $child = $child->next_sibling();
H A Dparser.xhtml.class.php80 $child = $root->first_child();
81 while ($child) {
82 if ($this->_scan_base($child, $pipeline)) { return; };
83 $child = $child->next_sibling();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php603 $child = $mapping['children'];
628 if (isset($child['class'])) {
659 } elseif (isset($child['default'])) {
660 $map[$key] = $child['default'];
675 $child = $mapping['children'];
738 if (isset($child['default'])) {
903 $child = $mapping['children'];
945 if (isset($child['constant'])) {
955 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) {
988 if (isset($child['constant'])) {
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php141 # Encode each child and record the length, we need it later
143 $child = ['original' => $this->encode($type)];
144 $child['length'] = strlen($child['original']);
145 $children[] = $child;
155 # Get the last child (ie. the longest), and put the array back to normal.
156 $child = end($children);
157 $padding = $child ['length'];
170 foreach ($children as $child) {
171 $bytes .= $child['origina
[all...]
/plugin/settingstree/settings/
H A Dsettingslevel.class.php128 foreach($this->_children as $child){
235 $child = array_shift($path);
236 if ($child == ''){
238 $child = $conf['start'];
241 $this->_children[$child] = new static($this->_hierarchy,$this,$this->path.':'.$child);
242 $c = $this->_children[$child];
255 $child = array_shift($path);
256 if ($child == '') {
258 $child = $conf['start'];
261 $this->_children[$child] = new static($this->_hierarchy,$this,$this->path.':'.$child);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php89 foreach ($placemark->childNodes as $child) {
91 $nodeName = $child->nodeName == 'multigeometry' ? 'geometrycollection' : $child->nodeName;
94 $geometry = $this->$function($child);
95 } elseif ($child->nodeType === 1) {
96 $data[$child->nodeName] = $child->nodeValue;
123 foreach ($xml->childNodes as $child) {
124 if ($child->nodeName == $nodeName) {
125 $children[] = $child;
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php39 $child = $tree->getChild($i);
41 if ($child !== null) {
42 $result .= ($i > 0 ? ' ' : '') . self::toStringTree($child, $ruleNames);
161 $child = $tree->getChild($i);
163 if ($child !== null) {
164 $nodes = self::findNodesInTree($child, $index, $findTokens, $nodes);
178 $child = $tree->getChild($i);
180 if ($child !== null) {
181 $nodes[] = self::descendants($child);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php213 foreach ($type->getChildren() as $child) {
214 if ($child->getTagClass() !== AbstractType::TAG_CLASS_CONTEXT_SPECIFIC) {
217 if ($child->getTagNumber() === 1) {
218 $matchingRule = $child;
219 } elseif ($child->getTagNumber() === 2) {
220 $matchingType = $child;
221 } elseif ($child->getTagNumber() === 3) {
222 $matchValue = $child;
223 } elseif ($child->getTagNumber() === 4) {
224 $useDnAttr = $child;
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DParentDoNotSkipWithEmptyChild.php16 private $child; variable in JMS\\Serializer\\Tests\\Fixtures\\ParentDoNotSkipWithEmptyChild
18 public function __construct($child = null) argument
20 $this->child = $child ?: new InlineChild();
H A DParentSkipWithEmptyChild.php20 private $child; variable in JMS\\Serializer\\Tests\\Fixtures\\ParentSkipWithEmptyChild
22 public function __construct($child = null) argument
24 $this->child = $child ?: new InlineChild();
H A DInlineParent.php28 private $child; variable in JMS\\Serializer\\Tests\\Fixtures\\InlineParent
30 public function __construct($child = null) argument
32 $this->child = $child ?: new InlineChild();
H A DInlineParentWithEmptyChild.php28 private $child; variable in JMS\\Serializer\\Tests\\Fixtures\\InlineParentWithEmptyChild
30 public function __construct($child = null) argument
32 $this->child = $child ?: new InlineChildEmpty();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php49 $child = $u->getChild('calendar-proxy-read');
50 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyRead', $child);
57 $child = $u->getChild('calendar-proxy-write');
58 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyWrite', $child);
68 $child = $u->getChild('foo');
78 $child = $u->getChild('random');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php207 $child = $type->getChild($i);
208 if ($child !== null && $child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $child->getTagNumber() === 3) {
209 if (!$child instanceof IncompleteType) {
212 $child = (new LdapEncoder())->complete($child, AbstractType::TAG_TYPE_SEQUENCE);
213 foreach ($child->getChildren() as $ldapUrl) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquot…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js19child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… class
305child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
763child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1341child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1362child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1477child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1559child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1635child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1765child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
1863child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[ke… argument
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php174 foreach ($type->getChildren() as $child) {
175 if ($child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $child->getTagNumber() === 0) {
176 $oid = $child;
177 } elseif ($child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $child->getTagNumber() === 1) {
178 $value = $child;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php271 $uncovered[] = $child;
273 $inprogress[] = $child;
275 $already[] = $child;
357 $uncovered[] = $child;
359 $inprogress[] = $child;
361 $already[] = $child;
566 $child = $Rule->getData();
571 if (0 === $child) {
572 $this->_coveredRules[$ruleName][$child] = 1;
590 $this->_coveredRules[$ruleName][$child] = 1;
[all …]

12345678910>>...24