Searched refs:bind (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/vendor/composer/ |
| H A D | autoload_static.php | 154 return \Closure::bind(function () use ($loader) {
|
| H A D | autoload_real.php | 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
|
| H A D | ClassLoader.php | 575 self::$includeFile = \Closure::bind(static function($file) {
|
| /dokuwiki/lib/scripts/ |
| H A D | helpers.js | 36 function bind(fnc/*, ... */) { function
|
| H A D | tree.js | 84 …bind(show_sublist, '<li aria-busy="true"><img src="' + DOKU_BASE + 'lib/images/throbber.gif" alt="…
|
| H A D | media.js | 198 .on('click', bind(dw_mediamanager.setOpt, opt.id)); 723 $sendbtn.off().on('click', bind(dw_mediamanager.insert, id)); 789 .on('click', bind(dw_mediamanager.toggleOption, opt[0])); 894 var allowed = bind(dw_mediamanager.allowedOpt, opt);
|
| H A D | edit.js | 88 .on('click', bind(pickerInsert, title, edid))
|
| H A D | toolbar.js | 47 $btn.on('click', bind(window[actionFunc],$btn,val,edid) );
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 2541 public function bind($type, $data, $callback = null) { function in phpQueryObject 2572 return $this->bind('change', $callback); 2582 return $this->bind('submit', $callback); 2592 return $this->bind('click', $callback);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| H A D | SymmetricKey.php | 3207 return \Closure::bind($func, $this, static::class);
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …bind(n)),n;return ce.map(c,vt,l),v(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progres… method
|
| H A D | jquery-ui.min.js | 6 …bind(this)},__response:function(t){t=t&&this._normalize(t),this._trigger("response",null,{content:…
|