Home
last modified time | relevance | path

Searched refs:getChild (Results 26 – 50 of 124) sorted by path

12345

/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc21 target = target.getChild( 0 );
57 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
66 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
83 nodeToMove = relative.getChild( 0 );
89 nodeToMove = relative.getChild( [ 0, 0 ] );
100 nodeToMove = relative.getChild( 0 );
106 nodeToMove = relative.getLast().getChild( 0 );
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=f.document.createElem…
H A Dspecialchar.js.orig5getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("…
7getChild([b.getParent().getIndex(),0]),a.focus(),d(null,b),g(null,a);c.preventDefault();break;case…
8getChild(0),1==a.type?(a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):d(null,b);else if(a=b.g…
12 …on(){c.focus();g(null,c)},0)},onShow:function(){var c=this.getElement().getChild([0,0,0,0,0]);setT…
H A Dspecialchar.js.unc19 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
41 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
86 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
97 nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] );
117 nodeToMove = relative.getChild( 0 );
129 nodeToMove = relative.getChild( [ 0, 0 ] );
145 nodeToMove = relative.getChild( 0 );
153 nodeToMove = relative.getLast().getChild( 0 );
256 var firstChar = this.getElement().getChild( [ 0, 0, 0, 0, 0 ] );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1getChild(v);if(p.type==CKEDITOR.NODE_ELEMENT&&!p.data("cke-bookmark")){p.renameNode("th");p.setAtt…
H A Dtable.js.unc148 var th = theRow.getChild( i );
167 var newCell = theRow.getChild( i );
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js63 …ype:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].getElement().$.src=a.logotype;this.g…
H A Dwsc_ie.js9 …this.getContentElement("general","content").getElement();b.setHtml(m);b.getChild(2).setStyle("heig…
11 ….name&&((c=(c=c.getContentElement("general","content").getElement())&&c.getChild(2))&&c.setSize("h…
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php124 $child = $parent->getChild($i);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php165 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
228 return $this->getChild($i, $ctxType);
H A DRuleContext.php140 $child = $this->getChild($i);
193 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\RuleContext
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php50 $child = $node->getChild($i);
H A DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree; function
H A DParseTreeWalker.php41 $child = $tree->getChild($i);
H A DTerminalNodeImpl.php24 public function getChild(int $i, ?string $type = null) : ?Tree function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
H A DTree.php31 public function getChild(int $i, ?string $type = null) : ?Tree; function
H A DTrees.php39 $child = $tree->getChild($i);
95 $list[] = $tree->getChild($i);
161 $child = $tree->getChild($i);
178 $child = $tree->getChild($i);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php105 function getChild($name) { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php133 function getChild($name) { function in Sabre\\CalDAV\\CalendarHome
183 return !!$this->getChild($name);
H A DPlugin.php79 $node->getChild($name);
687 $obj = $calendar->getChild($url)->get();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php54 function getChild($name) { function in Sabre\\CalDAV\\Principal\\User
98 $this->getChild($name);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php833 $obj = $node->getChild($url)->get();
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php63 function getChild($name) { function in Sabre\\CardDAV\\AddressBook
H A DAddressBookHome.php130 function getChild($name) { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php31 function getChild($name) { function in Sabre\\DAV\\Collection
54 $this->getChild($name);

12345