Home
last modified time | relevance | path

Searched refs:children (Results 201 – 225 of 631) sorted by relevance

12345678910>>...26

/plugin/minimap/
H A Dplugin.info.txt6 desc Shows the children of a namespace (pages and sub-namespace) in a list format (with the help …
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DStrongRenderer.php
H A DEmphasisRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableRowRenderer.php32 $result = $DWRenderer->renderNodes($node->children());
H A DTableSectionRenderer.php36 $result = $DWRenderer->renderNodes($node->children());
H A DDocumentRenderer.php36 $wholeDoc = $DWRenderer->renderNodes($node->children());
H A DHeadingRenderer.php39 $result = $heading . $DWRenderer->renderNodes($node->children()) . strrev($heading);
H A DParagraphRenderer.php37 $result = $DWRenderer->renderNodes($node->children());
H A DBlockQuoteRenderer.php40 $filling = $DWRenderer->renderNodes($node->children());
H A DTableCellRenderer.php48 $result = $separator . $lmargin . $DWRenderer->renderNodes($node->children()) . $rmargin;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php121 $children = [];
125 $children[] = $child;
129 return $children;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRowRenderer.php41 return new HtmlElement('tr', $attrs, $separator . $childRenderer->renderNodes($node->children()) . $separator);
H A DTableCellRenderer.php62 return new HtmlElement($tag, $attrs, $childRenderer->renderNodes($node->children()));
H A DTableSectionRenderer.php47 return new HtmlElement($tag, $attrs, $separator . $childRenderer->renderNodes($node->children()) . $separator);
/plugin/combo/ComboStrap/
H A DCallStack.php925 * * capture the children callstack at the end,
1123 $children = [];
1126 return $children;
1128 $children[] = $firstChildTag;
1130 $children[] = $actualCall;
1132 return $children;
/plugin/bible/bible_douayRheims/
H A DExodus.txt13 1:13. And the Egyptians hated the children of Israel, and afflicted them and mocked them:
45 2:25. And the Lord looked upon the children of Israel, and he knew them.
225 9:26. Only in the land of Gessen, where the children of Israel were, the hail fell not.
295 12:24. Thou shalt keep this thing as a law for thee and thy children for ever.
297 12:26. And when your children shall say to you: What is the meaning of this service?
308 …12:37. And the children of Israel set forward from Ramesse to Socoth, being about six hundred thou…
318 12:47. All the assembly of the children of Israel shall keep it.
321 12:50. And all the children of Israel did as the Lord had commanded Moses and Aaron.
416 16:17. And the children of Israel did so: and they gathered, one more, another less.
929 33:6. So the children of Israel laid aside their ornaments by Mount Horeb.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dbasic.test2 "autoescape" tag applies escaping on its children
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHeadingRenderer.php
H A DBlockQuoteRenderer.php
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php454 foreach ($this->children() as $child) {
474 foreach ($this->children() as $property) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php459 foreach ($this->children() as $child) {
482 foreach ($this->children() as $property) {
/plugin/indexmenu/scripts/
H A Dcontextmenu.js245 .children().first().click(function (event) {
252 IndexmenuContextmenu.ajaxmenu(get, $toc_picker, jQuery('#' + btn), $toc_picker.children().last(), null);
372 $cmenu.children().last().append(item);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test8 {{ images.children().image.count() }}
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1children:[{type:"hbox",widths:["280px","110px"],align:"right",children:[{id:"txtUrl",type:"text",l…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1children:[{type:"hbox",widths:["280px","110px"],align:"right",children:[{id:"txtUrl",type:"text",l…

12345678910>>...26