Home
last modified time | relevance | path

Searched refs:children (Results 51 – 75 of 631) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php262 $children = $rule->getChildren();
305 $children,
311 $sequence = $this->extract([$children]);
342 $children,
371 $sequence = $this->extract($children);
414 $children[$rand],
432 for ($i = count($children) - 1; $i >= 0; --$i) {
434 $children[$i],
568 $children = $rule->getChildren();
574 if (true === $this->allCovered($children) ||
[all …]
H A DBoundedExhaustive.php222 $children = $rule->getChildren();
240 $children,
244 $children,
268 $this->_todo[] = new Compiler\Llk\Rule\Ekzit($children, 0);
269 $this->_todo[] = new Compiler\Llk\Rule\Entry($children, 0);
274 if (count($children) <= $next) {
283 $nextRule = $children[$next];
294 for ($i = count($children) - 1; $i >= 0; --$i) {
295 $nextRule = $children[$i];
H A DUniform.php118 $children = $rule->getChildren();
121 foreach ($children as $c => $child) {
131 return $this->uniform($this->_rules[$children[$e]], $n);
133 $children = $rule->getChildren();
138 foreach ($children as $i => $child) {
199 $children = $rule->getChildren();
201 count($children),
211 $oout *= $this->count($this->_rules[$children[$α]], $_γ);
/plugin/metaeditor/
H A Djstree.js1518 children : d.children || [], property in AnonymousFunctiona82bfad25300.func.parse_flat.tmp
1571 if(d && d.children && d.children === true) {
1669 if(d && d.children && d.children.length) {
1680 if(d && d.children && d.children === true) {
1936 tmp = d.children("ul").children("li");
1992 children : d.children || [], property in AnonymousFunctiona82bfad25b00.tmp
2045 if(d && d.children && d.children === true) {
2152 if(d && d.children && d.children.length) {
2163 if(d && d.children && d.children === true) {
7061 if(tmp.children && $.isArray(tmp.children)) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php29 $children = $pc->getChildren();
30 $this->assertTrue(is_array($children));
32 foreach($children as $child) {
48 $children = $pc->getChildren();
/plugin/jorgchart/
H A Djquery.jOrgChart.js65 $(opts.chartElement).children().remove();
74 var targetUl = targetLi.children('ul');
84 targetLi.children('ul').append(sourceLi);
88 if (sourceUl.children().length === 0){
114 var $childNodes = $node.children("ul:first").children("li");
123 .children("ul,li")
198 // recurse through children lists and items
227 $nodeDiv.children('a').click(function(e){
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc9 …var content = editor.document.$.children[0].children[1].innerHTML.replace(/<[^<>]*>/g,'').replace(…
52 children: []
56 curHBox.children[curHBox.children.length] =
67 children: []
88 children: [
/plugin/bible/bible_douayRheims/
H A D1_Esdras.txt53children of the porters: the children of Sellum, the children of Ater, the children of Telmon, the…
55 2:44. The children of Ceros, the children of Sia, the children of Phadon,
56 2:45. The children of Lebana, the children of Hegaba, the children of Accub,
57 2:46. The children of Hagab, the children of Semlai, the children of Hanan,
58 2:47. The children of Gaddel, the children of Gaher, the children of Raaia,
59 2:48. The children of Rasin, the children of Necoda, the children of Gazam,
60 2:49. The children of Asa, the children of Phasea, the children of Besee,
61 2:50. The children of Asena, the children of Munim, the children of Nephusim,
63 2:52. The children of Besluth, the children of Mahida, the children of Harsa,
64 2:53. The children of Bercos, the children of Sisara, the children of Thema,
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php161 * @param array $children
166 function createComponent($name, array $children = null, $defaults = true) { argument
174 if (is_null($children)) $children = [];
175 return new $class($this, $name, $children, $defaults);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php160 * @param array $children
164 public function createComponent($name, array $children = null, $defaults = true) { argument
172 if (is_null($children)) $children = array();
173 return new $class($this, $name, $children, $defaults);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php160 * @param array $children
164 public function createComponent($name, array $children = null, $defaults = true) { argument
172 if (is_null($children)) $children = array();
173 return new $class($this, $name, $children, $defaults);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php160 * @param array $children
164 public function createComponent($name, array $children = null, $defaults = true) { argument
172 if (is_null($children)) $children = array();
173 return new $class($this, $name, $children, $defaults);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php81 $children = [];
84 $children[] = new Card($this->carddavBackend, $this->addressBookInfo, $obj);
86 return $children;
102 $children = [];
105 $children[] = new Card($this->carddavBackend, $this->addressBookInfo, $obj);
107 return $children;
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js90 control.children(":first").attr('title', example.altText);
103 element.siblings('li').removeClass(name + '_controlgroup-open').children('ul').hide();
104 element.toggleClass(name + '_controlgroup-open').children('ul').toggle();
138 control.children(":first").attr('title', example.altText);
162 control.children(':eq(0)').text('Hide preview');
164 update(previewArea.children(':eq(1)'), thees);
173 control.children(':eq(0)').text('Show preview');
379 …previewWrap = wrap.children(':eq(0)').children(':eq(0)'); /* wrapper for the preview area, but not…
380 preview = previewWrap.children(':eq(1)'); /* preview area where updates happen */
381 bar = wrap.children(':eq(1)');
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMap.php93 ->object($children = $iterator->getChildren())
95 ->array(iterator_to_array($children))
101 ->object($children = $iterator->getChildren())
103 ->array(iterator_to_array($children))
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php79 $children = [];
82 $children[] = new Card($this->carddavBackend, $this->addressBookInfo, $obj);
84 return $children;
100 $children = [];
103 $children[] = new Card($this->carddavBackend, $this->addressBookInfo, $obj);
105 return $children;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php135 $children = array();
139 … $children[] = $child = $factory->createAsset($file, array(), array('root' => $loadPath));
141 … $children = array_merge($children, $this->getChildren($factory, $child->getContent(), $loadPath));
145 return $children;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php85 $children = $u->getChildren();
86 $this->assertEquals(2, count($children));
87 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyRead', $children[0]);
88 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyWrite', $children[1]);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php21 foreach ($comp->children() as $key => $subcomponent) {
109 $this->assertEquals(1, count($comp->children()));
145 $this->assertEquals(1, count($comp->children()));
165 $this->assertEquals(2, count($comp->children()));
215 $this->assertEquals(1, count($comp->children()));
217 $bla = $comp->children()[0];
231 $this->assertEquals(1, count($comp->children()));
233 $bla = $comp->children()[0];
253 $this->assertEquals(1, count($comp->children()));
266 $this->assertEquals(2, count($comp->children()));
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php22 foreach($comp->children() as $key=>$subcomponent) {
110 $this->assertEquals(1,count($comp->children()));
146 $this->assertEquals(1, count($comp->children()));
166 $this->assertEquals(2,count($comp->children()));
216 $this->assertEquals(1, count($comp->children()));
218 $bla = $comp->children[0];
232 $this->assertEquals(1, count($comp->children()));
234 $bla = $comp->children[0];
254 $this->assertEquals(1, count($comp->children()));
267 $this->assertEquals(2, count($comp->children()));
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php22 foreach($comp->children() as $key=>$subcomponent) {
110 $this->assertEquals(1,count($comp->children()));
146 $this->assertEquals(1, count($comp->children()));
166 $this->assertEquals(2,count($comp->children()));
216 $this->assertEquals(1, count($comp->children()));
218 $bla = $comp->children[0];
232 $this->assertEquals(1, count($comp->children()));
234 $bla = $comp->children[0];
254 $this->assertEquals(1, count($comp->children()));
267 $this->assertEquals(2, count($comp->children()));
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php22 foreach($comp->children() as $key=>$subcomponent) {
110 $this->assertEquals(1,count($comp->children()));
146 $this->assertEquals(1, count($comp->children()));
166 $this->assertEquals(2,count($comp->children()));
216 $this->assertEquals(1, count($comp->children()));
218 $bla = $comp->children[0];
232 $this->assertEquals(1, count($comp->children()));
234 $bla = $comp->children[0];
254 $this->assertEquals(1, count($comp->children()));
267 $this->assertEquals(2, count($comp->children()));
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableRenderer.php32 $children = $DWRenderer->renderNodes($node->children());
34 return \trim($children);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dblock_expr.test13 {%- if item.children is defined %}
14 {%- for item in item.children %}
23 'children' => [
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php18 $this->assertEquals(1, count($result->children()));
30 $this->assertEquals(1, count($result->children()));
42 $this->assertEquals(1, count($result->children()));
55 $this->assertEquals(1, count($result->children()));

12345678910>>...26