Home
last modified time | relevance | path

Searched refs:child (Results 101 – 125 of 591) sorted by relevance

12345678910>>...24

/plugin/ckgedit/ckeditor/plugins/wsc/skins/moono-lisa/
H A Dwsc.css7 div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_vbox td > .cke_dialog_ui_button:first-child
34 div[name=GrammTab] .cke_dialog_ui_vbox tbody > tr:first-child .cke_dialog_ui_button,
35 div[name=Thesaurus] .cke_dialog_ui_vbox tbody > tr:first-child .cke_dialog_ui_button
/plugin/combo/ComboStrap/
H A DMarkupFileSystem.php70 foreach ($childrenPath as $child) {
71 if ($child->toUriString() === $pathObject->toUriString()) {
74 $childrenPage[] = MarkupPath::createPageFromPathObject($child);
H A DTreeVisit.php14 foreach ($tree->getChildren() as $child) {
15 self::visit($child, $function, $childLevel);
H A DFetcherPageBundler.php141 foreach ($childrenPages as $child) {
142 $outer = $this->addFirstSectionIfMissing($child->getOutline());
248 foreach ($children as $child) {
249 $child->detachBeforeAppend();
251 $h1Section->appendChild($child);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php428 $child = null;
432 [$i, $child] = $this->parseContainerStart((int)$i, $child);
480 * @psalm-param 0|positive-int $child
483 protected function parseContainerStart(int $i, ?int $child): array
487 $child = $child === null ? 0 : $child + 1;
488 $this->containers[$child] = ['startAt' => $i, 'endAt' => null];
517 return [$i, $child];
470 parseContainerStart(int $i, int $child) global() argument
[all...]
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1child){return this.getAssistantsRoot()==null&&this.setAssistantsRoot(Bridge.merge(new OrgChart.Lay… argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php104 $child =& $this->content[$i];
115 if ($child->isVisibleInFlow()) {
127 if ($driver->contains($child)) {
128 if (is_null($child->show($driver))) {
195 $child =& $this->content[$i];
400 $child = $root->first_child();
401 while ($child) {
404 $child = $child->next_sibling();
888 $child =& $this->content[$i];
889 $child->reflow($this, $context);
[all …]
/plugin/siteexport/
H A Dstyle.css73 #siteexport__errorlog p:nth-child(odd) {
77 #siteexport__errorlog p:nth-child(even) {
103 #siteexport__customActions li:last-child {
107 #siteexport__customActions li:nth-child(odd) {
111 #siteexport__customActions li:nth-child(even) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js708 var child = listItem.childNodes[j] ;
709 if ( child.nodeName.IEquals( ['ul', 'ol'] ) )
714 itemObj.contents.push( child ) ;
855 var child = element.firstChild ;
858 while ( child )
860 if ( child.nodeType == 1 )
862 if ( elementChild || !FCKListsLib.InlineNonEmptyElements[ child.nodeName.toLowerCase() ] )
865 if ( !elementCheckCallback || elementCheckCallback( child ) === true )
866 elementChild = child ;
868 else if ( child.nodeType == 3 && child.nodeValue.length > 0 )
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php134 foreach ($this->getChildren() as $child) {
135 if ($name == $child->getName())
136 return $child;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php75 $child = $this->s->getChild('book1');
76 $this->assertInstanceOf('Sabre\\CardDAV\\AddressBook', $child);
77 $this->assertEquals('book1', $child->getName());
/plugin/combo/resources/theme/default/components/css/
H A Dcell.css2 .cell-cs p:first-child { margin-top: 0; }
3 .cell-cs p:last-child { margin-bottom: 0; }
H A Dnote.css2 .note-cs p:last-child { margin-bottom: 0; }
3 .note-cs ul:last-child { margin-bottom: 0; }
H A Dblockquote.css4 .blockquote-cs p:last-child { margin-bottom: 0; }
5 .blockquote-cs ul:last-child { margin-bottom: 0; }
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js302 if (child.nodeType == 1)
350 else if ((child.nodeType == 3 || child.nodeType == 4) && child.textContent.trim())
2620 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
2621 if ((child != null && (child.nodeType == 1)) && (name == child.nodeName)) {
2630 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
2631 if ((child != null && (child.nodeType == 1)) && (name == child.nodeName)) {
2632 return child;
2646 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
2647 if (child != null && (child.nodeType == 1)) {
2660 for (var child = parent.firstChild; child != null; child = child.nextSibling) {
[all …]
/plugin/multiorphan/
H A Dstyle.less78 &:nth-child(even) {
90 &.deleted:nth-child(even), &.deleted:nth-child(even):hover {
138 &:nth-child(even) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php132 foreach ($this->getChildren() as $child) {
133 if ($name == $child->getName())
134 return $child;
/plugin/prosemirror/schema/
H A DNode.php43 * @param Node $child
45 public function addChild(Node $child) argument
50 $this->content[] = $child;
138 * Check if any child nodes have been added to this node
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php179 $child = $mime->getChild($id);
180 $this->recursiveReplace($child, $replacements, $store["children"][$id]);
222 $child = $mime->getChild($id);
223 $this->recursiveRestore($child, $child_store);
/plugin/diagramsnet/lib/plugins/
H A Drandom.js255 var child = graph.insertVertex(parentA, null, number.toString(), x, y, 120, 30);
256 parentA.insert(child, k);
273 var child = graph.insertVertex(parentB, null, number.toString(), x, y, 120, 30);
274 parentB.insert(child, k);
295 var child = parentA.getChildAt(k);
296 parentA.insert(child, l);
311 var child = parentB.getChildAt(k);
312 parentB.insert(child, l);
/plugin/edittable/lib/
H A Dhandsontable.less44 .table caption + thead tr:first-child th,
45 .table caption + thead tr:first-child td,
46 .table colgroup + thead tr:first-child th,
48 .table thead:first-child tr:first-child th,
49 .table thead:first-child tr:first-child td {
192 .handsontable th:last-child {
199 .handsontable th:first-child.htNoFrame,
206 .handsontable th:first-child,
207 .handsontable th:nth-child(2),
218 .handsontable tr:first-child th,
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRow.php
/plugin/fksnewsfeed/db/
H A Dupdate0002.sql25 `child` INTEGER NOT NULL,
26 FOREIGN KEY (`child`) REFERENCES `stream` (`stream_id`),
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php106 foreach ($element->getChildren() as $child) {
107 $out .= $child->accept($this, $handle, $eldnah);
172 foreach ($element->getChildren() as $child) {
174 $child->accept($this, $handle, $eldnah)
/plugin/swiftmail/Swift/
H A DMessage.php518 public function attach(Swift_Message_Mime $child, $id=null) argument
521 switch ($child->getLevel())
524 $sign = (strtolower($child->getContentType()) == "text/plain") ? -1 : 1;
525 $id = $this->getReference("parent", "alternative")->addChild($child, $id, $sign);
526 $this->setReference("alternative", $id, $child);
529 $id = "cid:" . $child->getContentId();
530 $id = $this->getReference("parent", "related")->addChild($child, $id, 1);
531 $this->setReference("related", $id, $child);
534 $id = $this->getReference("parent", "mixed")->addChild($child, $id, 1);
535 $this->setReference("mixed", $id, $child);

12345678910>>...24