Home
last modified time | relevance | path

Searched refs:_callback (Results 1 – 25 of 32) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/consistency/
DXcallable.php59 protected $_callback = null; variable in Hoa\\Consistency\\Xcallable
88 $this->_callback = $call;
111 $this->_callback = $call;
143 $this->_callback = [$call, $able];
182 $callback = $this->_callback;
247 $_ = &$this->_callback;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
DCallbackStrategy.php17 protected $_callback; variable in Elastica\\Connection\\Strategy\\CallbackStrategy
21 $this->_callback = $callback;
29 return ($this->_callback)($connections);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
DConnectionPool.php31 protected $_callback; variable in Elastica\\Connection\\ConnectionPool
37 $this->_callback = $callback;
93 if ($this->_callback) {
94 ($this->_callback)($connection, $e, $client);
/plugin/findologicxmlexport/vendor/hoa/iterator/
DCallbackGenerator.php54 protected $_callback = null; variable in Hoa\\Iterator\\CallbackGenerator
79 $this->_callback = $callback;
91 $handle = $this->_callback;
/plugin/asciidocjs/node_modules/jake/test/integration/
Dhelpers.js7 var _callback;
14 _callback();
70 _callback = callback;
/plugin/html2pdf/html2pdf/html2ps/
Dtree.navigation.inc.php5 var $_callback; variable in TreeWalkerDepthFirst
8 $this->_callback = $callback;
12 call_user_func($this->_callback, array('node' => &$node));
/plugin/nstoc/
Dsyntax.php60 var $_callback = NULL; variable in syntax_plugin_nstoc
637 if (! $this->_callback) {
645 $this->_callback = create_function(
656 search($ids, $conf['datadir'], $this->_callback,
660 search($ids, $conf['datadir'], $this->_callback,
/plugin/asciidocjs/node_modules/jake/lib/utils/
Dindex.js183 this._callback = callback;
276 if (typeof self._callback == 'function') {
277 self._callback();
/plugin/remotescript/
Dscript.js19 var _callback = null;
30 _callback = callback;
43 if (_callback instanceof Array) {
44 c.callback = _callback[0];
45 c.method = _callback[1]
47 c.callback = _callback;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClient.php36 protected $_callback; variable in Elastica\\Client
82 $this->_callback = $callback;
693 … $this->_connectionPool = new Connection\ConnectionPool($connections, $strategy, $this->_callback);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_click_drag.js13_callback=t.callback),"function"==typeof t.render&&(this.render=function(){e._el=t.render(e._start…
Ddhtmlxgantt_click_drag.js.map1_callback","render","_startPoint","_endPoint","draw","_singleRow","singleRow","_useRequestAnimatio…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_click_drag.js313 this._callback = config.callback;
424 if (this._callback) {
425 …this._callback(this._startPoint, this._endPoint, this._startDate, this._endDate, tasksByTime, task…
/plugin/asciidocjs/node_modules/neo-async/
Dasync.js7958 var _callback, _unshift;
7998 callback: _callback
8025 _callback = callback;
8028 _callback = undefined;
8302 var _callback = callback;
8304 _callback(err, safeResults);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js281 callback !== handler.callback._callback ||
330 once._callback = callback;
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1764 $this->_callback();
2632 private function _callback() function in CAS_Client
/plugin/diagramsnet/lib/js/dropbox/
DDropbox-sdk.min.js9_callback;this.clearTimeout(),e&&(this._maxRetries&&(e.retries=this._retries-1),this.emit("error",…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Drecipes.rst568 .. _callback: https://secure.php.net/manual/en/function.is-callable.php
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js3357 anim: new Animation(a._attrs, a.dur, a.easing, a._callback),
3476 anim._callback = callback;
Dsnap.svg-min.js19_callback),mina:a,curStatus:a.status(),status:function(b){return a.status(b)},stop:function(){a.st…
/plugin/edittable/lib/
Dhandsontable.full.js48882 this._callback = function () {
48900 this.timer = (0, _feature.requestAnimationFrame)(this._callback);
48933 this.timer = (0, _feature.requestAnimationFrame)(this._callback);
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13_callback=null===r?e:l.domainBind(r,e),this._preservedValues=n===a?new Array(this.length()):null,t…
/plugin/pdfjs/pdfjs/web/
Dviewer.js14712 callback = callback || function _callback() {};
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js2379 this._callback = domain === null ? fn : util.domainBind(domain, fn);
2419 var callback = this._callback;
/plugin/zwidoku/files/
H A Djs.js1_callback=function(){return _this.__callback();};}_createClass(Interval,[{key:'start',value:functi…

12