Home
last modified time | relevance | path

Searched refs:child (Results 126 – 150 of 591) sorted by relevance

12345678910>>...24

/plugin/tcycle/
H A Dstyle.css5 .tcycle figcaption:first-child { font-variant: small-caps; }
6 .tcycle figcaption:last-child { font-style: italic; padding-bottom: 2em; }
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php139 … $children[] = $child = $factory->createAsset($file, array(), array('root' => $loadPath));
140 $child->load();
141 … $children = array_merge($children, $this->getChildren($factory, $child->getContent(), $loadPath));
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidChildren.txt
/plugin/panoview/
H A Dscript.js283 for (var child = this.viewer.firstChild; child; child = child.nextSibling) {
284 if (child.className == PanoJS.SURFACE_STYLE_CLASS) {
285 this.surface = child;
286 child.backingBean = this;
288 child.innerHTML = '';
290 else if (child.className == PanoJS.WELL_STYLE_CLASS) {
291 this.well = child;
292 child.backingBean = this;
294 else if (child.className == PanoJS.CONTROLS_STYLE_CLASS) {
295 child.style.display = '';
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php95 foreach ($element->getChildren() as $child) {
96 $out .= $child->accept($this, $handle, $eldnah);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php32 foreach($children as $child) {
33 $this->assertTrue($child instanceof IPrincipal);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php26 * child, it calls {@see AbstractParseTreeVisitor::shouldVisitNextChild()};
28 * aggregate result is returned. After visiting a child, the aggregate
30 * with the previous aggregate result and the result of visiting the child.
49 /** @var ParseTree $child */
50 $child = $node->getChild($i);
52 $childResult = $child->accept($this);
112 * of the last child visited (or return the initial value if the node has
119 * this method after the first child node is visited.
121 * visit a child node.
131 * This method is called after visiting each child i
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php93 $child = $root->first_child();
94 while ($child) {
95 $this->scan_styles($child, $pipeline);
96 $child = $child->next_sibling();
H A Dbox.table.php91 $child = $root->first_child();
93 while ($child) {
94 if ($child->node_type() === XML_ELEMENT_NODE) {
95 if ($child->tagname() === 'colgroup') {
100 $child_box =& create_pdf_box($child, $pipeline);
105 $child = $child->next_sibling();
152 $child = $root->first_child();
153 while ($child) {
154 if ($child->tagname() === 'col') {
155 $this->parse_col($child, $index);
[all …]
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js17 let elementChildNodes = [...carrousel.childNodes].filter(child => {
18 if (child.nodeType === Node.ELEMENT_NODE) {
19 return child;
140 * To be able to set percentage height value on the child elements.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php128 * Return the combined text of all child nodes. This method only considers
140 $child = $this->getChild($i);
142 if ($child !== null) {
143 $text .= $child->getText();
/plugin/combo/syntax/
H A Dcontentlist.php260 foreach ($callStack->getChildren() as $child) {
261 $child->addClassName(syntax_plugin_combo_contentlistitem::LIST_GROUP_ITEM_CLASS);
262 if ($child->getTagName() === BoxTag::HTML_TAG_ATTRIBUTE) {
263 $child->addAttribute(BoxTag::HTML_TAG_ATTRIBUTE, "li");
/plugin/layeranimation/
H A Dstyle.less21 /* div.layer:not(:nth-last-child(2)) { */
129 div.box:last-child *:last-child,
130 div.layer:last-child div.box, &.scripting div.box {
/plugin/datatables/assets/datatables.net-buttons-bs/css/
H A Dbuttons.bootstrap.min.css
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst35 In this example, the :doc:`block<block>` tags define four blocks that child
38 All the ``block`` tag does is to tell the template engine that a child
44 A child template might look like this:
69 Note that since the child template doesn't define the ``footer`` block, the
215 to make it overridable by a child template:
219 {# child.twig #}
230 Now, when rendering the child template, the loop is going to use the block
231 defined in the child template instead of the one defined in the base one; the
256 conditionally; it just makes overridable by a child template the output of
/plugin/tagsections/
H A Dstyle.less60 &:first-child {
64 &:first-child:before {
/plugin/autotooltip/
H A Dscreen.less22 > *:first-child {
27 > .level3 > *:last-child {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php132 foreach ($this->getChildren() as $child) $child->delete();
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php132 foreach ($this->getChildren() as $child) $child->delete();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php149 foreach($this->getChildren() as $child) {
150 $this->deleteChild($child->getName());
/plugin/mikioplugin/assets/
H A Dstyles.less470 p:last-child {
482 .mikiop-accordian-item:not(:last-child) {
488 .mikiop-accordian-item:last-child {
536 p:last-child {
644 p:last-child {
732 .mikiop-button:not(:last-child) {
737 .mikiop-button:not(:first-child) {
743 &:not(.mikiop-vertical) .mikiop-button:not(:last-child) {
748 &:not(.mikiop-vertical) .mikiop-button:not(:first-child) {
898 p:last-child,
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php123 $child = $children->item($c);
124 buildFromNode($phar, $child, $path);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js789 var child = null;
801 child = children[index];
807 dropon.insertBefore(element, child);
849 var child = { class in Sortable._tree
859 if (child.container)
860 this._tree(child.container, options, child);
862 parent.children.push (child);
948 Element.isParent = function(child, element) { argument
949 if (!child.parentNode || child == element) return false;
950 if (child.parentNode == element) return true;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php254 foreach ($result as $child) {
255 …if (!isset($child[200]['{DAV:}resourcetype']) || !$child[200]['{DAV:}resourcetype']->is('{' . self…
259 if (isset($child[200]['{DAV:}share-access'])) {
260 $shareAccess = $child[200]['{DAV:}share-access']->getValue();
268 … if (!isset($child[200][$sccs]) || in_array('VEVENT', $child[200][$sccs]->getValue())) {
271 return new LocalHref($child['href']);
/plugin/navbox/
H A Dstyle.css72 .pgnb_list li:last-child::after {
75 .pgnb_table tr:nth-child(odd) {

12345678910>>...24