Home
last modified time | relevance | path

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

12345

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCollection.php31 function getChild($name) { function in Sabre\\DAV\\Collection
54 $this->getChild($name);
H A DTree.php68 $node = $this->rootNode->getChild($baseName);
76 $node = $parent->getChild($baseName);
317 $destination = $destinationParent->getChild($destinationName);
323 $destination = $destinationParent->getChild($destinationName);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCollection.php31 function getChild($name) { function in Sabre\\DAV\\Collection
54 $this->getChild($name);
H A DTree.php68 $node = $this->rootNode->getChild($baseName);
76 $node = $parent->getChild($baseName);
313 $destination = $destinationParent->getChild($destinationName);
319 $destination = $destinationParent->getChild($destinationName);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php160 $flags = $request->getChild(0);
161 $cookie = $request->getChild(2);
162 $maxBytes = $request->getChild(1);
H A DExtendedDnControl.php84 $useHexFormat = $request->getChild(0);
118 if (!$type->getChild(0) instanceof IntegerType) {
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
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/specialchar/dialogs/
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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeNotificationsTest.php30 $calendarHome->getChild('notifications');
48 $result = $calendarHome->getChild('notifications');
H A DCalendarTest.php93 $this->calendar->getChild('randomname');
154 $file = $this->calendar->getChild('hello');
168 $file = $calendar->getChild('hello');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php23 $child = $this->sut->getChild('file.txt');
35 $child = $this->sut->getChild('dir');
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 …");y()}function z(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(0).getHtml())&&(y…
6 … c=!/mouse/.test(a.name),b=a.data.getTarget(),g;"td"==b.getName()&&(g=b.getChild(0).getHtml())&&(q…
7 …().getPrevious())a=a.getChild([b.getIndex()]),a.focus();c.preventDefault();break;case 40:(a=b.getP…
8 …ype&&(a.focus(),c.preventDefault(!0)):(a=b.getParent().getNext())&&(a=a.getChild([0]))&&1==a.type&…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 …");y()}function z(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(0).getHtml())&&(y…
6 … c=!/mouse/.test(a.name),b=a.data.getTarget(),k;"td"==b.getName()&&(k=b.getChild(0).getHtml())&&(q…
7 …().getPrevious())a=a.getChild([b.getIndex()]),a.focus();c.preventDefault();break;case 40:(a=b.getP…
8 …ype&&(a.focus(),c.preventDefault(!0)):(a=b.getParent().getNext())&&(a=a.getChild([0]))&&1==a.type&…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCancelRequest.php86 if (!($value instanceof SequenceType && $value->getChild(0) instanceof IntegerType)) {
90 return new self($value->getChild(0)->getValue());
H A DCompareRequest.php106 $dn = $type->getChild(0);
107 $ava = $type->getChild(1);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php72 function getChild($name) { function in Sabre\\DAV\\FS\\Directory
105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php35 $tokenNode = $element->getChild(0);
66 $nameToken = $element->getChild(0);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php72 function getChild($name) { function in Sabre\\DAV\\FS\\Directory
105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php54 function getChild($name) { function in Sabre\\CalDAV\\Principal\\User
98 $this->getChild($name);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php108 $count = $paging->getChild(0);
109 $cookie = $paging->getChild(1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php103 $result = $sorting->getChild(0);
104 $attribute = $sorting->getChild(1);
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php106 $attribute = $type->getChild(0);
107 $value = $type->getChild(1);
/plugin/ckgdoku/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/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 );

12345