Home
last modified time | relevance | path

Searched refs:parent (Results 76 – 100 of 124) sorted by relevance

12345

/dokuwiki/lib/plugins/extension/
H A Dscript.js96 var $details = $link.parent().find('dl.details');
112 $link.parent().append(data);
/dokuwiki/inc/Action/
H A DEdit.php34 parent::checkPreconditions();
H A DSearch.php33 parent::checkPreconditions();
H A DSubscribe.php30 parent::checkPreconditions();
H A DResendpwd.php29 parent::checkPreconditions();
/dokuwiki/inc/Form/
H A DCheckableElement.php21 parent::__construct($type, $name, $label);
H A DOptGroup.php16 parent::__construct('optGroup', ['label' => $label]);
H A DDropdownElement.php27 parent::__construct('dropdown', $name, $label);
H A DLegacyForm.php24 parent::__construct($oldform->params);
/dokuwiki/inc/Remote/IXR/
H A DClient.php26 parent::__construct($server, $path, $port, $timeout, $timeout_io);
/dokuwiki/lib/scripts/
H A Dpage.js28 let $tgt = jQuery(this).parent();
111 .parent().siblings('.content').clone();
H A Dtree.js63 $sublist.parent().attr('aria-busy', 'false').removeAttr('aria-live');
H A Dmedia.js54 var $link = $clicky.parent().find('div.li a.idx_dir');
126 $options.find('button[type=submit]').parent().hide();
131 $this.children('input').appendTo($this.parent());
618 $image2.parent().width('97%');
626 $image2.parent().width('50%');
/dokuwiki/inc/Parsing/Handler/
H A DNest.php24 parent::__construct($CallWriter);
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php28 parent::__construct([], false, $wait);
H A DIntrospectionServer.php124 return parent::call($methodname, $argsbackup);
/dokuwiki/inc/File/
H A DPageResolver.php30 $id = parent::resolveId($id, $rev, $isDateAt);
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/lib/plugins/acl/
H A Dscript.js29 jQuery.extend(dw_acl.parseatt($clicky.parent().find('a')[0].search),
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php17 parent::__construct($imagepath, $options);
/dokuwiki/inc/Ui/
H A DMediaRevisions.php30 parent::__construct($id);
H A DPageRevisions.php28 parent::__construct($id);
H A DMediaDiff.php45 parent::__construct($id);
64 parent::handle();
/dokuwiki/inc/
H A Dtemplate.php491 * get the parent page
493 * Tries to find out which page is parent.
505 $parent = getNS($id) . ':';
506 $parent = $resolver->resolveId($parent);
507 if ($parent == $id) {
509 $parent = substr($parent, 0, $pos) . ':';
510 $parent = $resolver->resolveId($parent);
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php57 parent::__construct($server, $path, $port, $timeout, $timeout_io);

12345