Searched refs:prepend (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/vendor/composer/ |
H A D | ClassLoader.php | 176 * @param bool $prepend Whether to prepend the directories 180 public function add($prefix, $paths, $prepend = false) argument 184 if ($prepend) { 205 if ($prepend) { 224 * @param bool $prepend Whether to prepend the directories 230 public function addPsr4($prefix, $paths, $prepend = false) argument 235 if ($prepend) { 254 } elseif ($prepend) { 383 * @param bool $prepend Whether to prepend the autoloader or not 387 public function register($prepend = false) argument [all …]
|
/dokuwiki/lib/plugins/styling/ |
H A D | script.js | 60 $form.prepend($btn);
|
/dokuwiki/lib/scripts/ |
H A D | page.js | 204 .prepend($clicky);
|
/dokuwiki/_test/core/ |
H A D | phpQuery-onefile.php | 3076 public function prepend( $content) { function in phpQueryObject
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.min.js | 2 …ype&&11!==this.nodeType&&9!==this.nodeType||Re(this,e).appendChild(e)})},prepend:function(){return… method
|
H A D | jquery-ui.min.js | 6 …prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(t,"ui-menu","ui-widget ui-widge…
|