Home
last modified time | relevance | path

Searched refs:callback (Results 26 – 50 of 348) sorted by relevance

12345678910>>...14

/plugin/combo/resources/snippet/js/
H A Dcombo-loader.js4 loadExternalScript: function (src, integrity, clazz, callback) { argument
11 script.addEventListener("load", callback);
15 loadExternalStylesheet: function (href, integrity, clazz, callback) { argument
24 link.addEventListener("load", callback);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DReplaceFilter.php13 protected $callback; variable in DeepCopy\\TypeFilter\\ReplaceFilter
20 $this->callback = $callable;
28 return call_user_func($this->callback, $element);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DReplaceFilter.php13 protected $callback; variable in DeepCopy\\TypeFilter\\ReplaceFilter
20 $this->callback = $callable;
28 return call_user_func($this->callback, $element);
/plugin/flowchartjs/
H A Dscript.js33 * callback should indicate style info
35 function draw1style (style, callback){
38 callback(d);
41 callback(null);
54 draw1style(cls, callback=draw(cls));
27 draw1style(style, callback) global() argument
/plugin/tagging/script/
H A Dadmin.js16 * @param callback Function to call on success, reload page by default
19 const callBackend = function(params, callback) { argument
20 callback = callback || function () {
36 callback(response);
145 const callback = function(response) { function
149 callBackend({call: 'plugin_tagging_html_pages', tagging: {tid: $data['tid']}}, callback);
/plugin/remotescript/
H A Drs.php37 …if ((isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']."_".$_REQUES… variable
39 (!isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback'])) variable
45 $_RESULT = call_user_func_array($callback,$_REQUEST['args']);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php15 protected $callback; variable in DeepCopy\\Filter\\ReplaceFilter
22 $this->callback = $callable;
35 $value = call_user_func($this->callback, $reflectionProperty->getValue($object));
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php15 protected $callback; variable in DeepCopy\\Filter\\ReplaceFilter
22 $this->callback = $callable;
26 * Replaces the object property by the result of the callback called with the object property.
35 $value = call_user_func($this->callback, $reflectionProperty->getValue($object));
/plugin/revealjs/plugin/math/
H A Dmath.js33 function loadScript( url, callback ) { argument
42 if( typeof callback === 'function' ) {
43 callback.call();
44 callback = null;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php75 * @param callable $callback Callback.
77 public function __construct(callable $callback) argument
79 $this->_callback = $callback;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DCallbackDriverFactory.php16 private $callback; variable in JMS\\Serializer\\Builder\\CallbackDriverFactory
20 $this->callback = $callable;
25 $driver = \call_user_func($this->callback, $metadataDirs, $reader);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js538 Job.prototype.remove = function(callback) { argument
539 this.once('remove', _.iteratee(callback));
563 Job.prototype.reset = function(callback) { argument
564 this.once('reset', _.iteratee(callback));
604 Job.prototype.start = function(callback) { argument
605 this.once('start', _.iteratee(callback));
625 Job.prototype.status = function(callback) { argument
647 Job.prototype.stop = function(callback) { argument
648 this.once('stop', _.iteratee(callback));
789 this.once('start', _.iteratee(callback));
[all …]
/plugin/creole/helper/
H A Deventhandler.php70 protected $callback; variable in creole_state_callback
75 public function __construct($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) { argument
86 $this->callback = $callback;
99 call_user_func($this->callback, $queuedEvent, $pos, $match, $handler);
139 public function addOnNotify ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) { argument
141 ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback);
/plugin/zip/pear/
H A DPEAR.php868 $this->callback = $options;
874 $this->callback = null;
900 if (is_callable($this->callback)) {
901 call_user_func($this->callback, $this);
933 return $this->callback;
1057 if (is_array($this->callback)) {
1058 $callback = (is_object($this->callback[0]) ?
1059 strtolower(get_class($this->callback[0])) :
1060 $this->callback[0]) . '::' .
1061 $this->callback[1];
[all …]
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php182 $callback = $this->_callback;
192 is_array($callback) &&
193 null === $callback[1]) {
225 $callback[1] = $method;
228 return $callback;
/plugin/publist/bib2tpl/lib/
H A DPEAR.php856 $this->callback = $options;
863 $this->callback = null;
894 call_user_func($this->callback, $this);
922 return $this->callback;
1026 if (is_array($this->callback)) {
1027 $callback = (is_object($this->callback[0]) ?
1028 strtolower(get_class($this->callback[0])) :
1029 $this->callback[0]) . '::' .
1030 $this->callback[1];
1032 $callback = $this->callback;
[all …]
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php856 $this->callback = $options;
863 $this->callback = null;
894 call_user_func($this->callback, $this);
922 return $this->callback;
1026 if (is_array($this->callback)) {
1027 $callback = (is_object($this->callback[0]) ?
1028 strtolower(get_class($this->callback[0])) :
1029 $this->callback[0]) . '::' .
1030 $this->callback[1];
1032 $callback = $this->callback;
[all …]
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php856 $this->callback = $options;
863 $this->callback = null;
894 call_user_func($this->callback, $this);
922 return $this->callback;
1026 if (is_array($this->callback)) {
1027 $callback = (is_object($this->callback[0]) ?
1028 strtolower(get_class($this->callback[0])) :
1029 $this->callback[0]) . '::' .
1030 $this->callback[1];
1032 $callback = $this->callback;
[all …]
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php324 function _checkTypehint(callable $callback, $object) argument
330 if (\is_array($callback)) {
331 $callbackReflection = new \ReflectionMethod($callback[0], $callback[1]);
332 } elseif (\is_object($callback) && !$callback instanceof \Closure) {
333 $callbackReflection = new \ReflectionMethod($callback, '__invoke');
335 $callbackReflection = new \ReflectionFunction($callback);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown161 function error($message, $callback = null) { argument
165 if (is_callable($callback)) {
166 call_user_func($callback);
/plugin/diagramsnet/lib/math/
H A DMathJax.js19callback){callback=USING(callback);callback.timeout=setTimeout(callback,time);return callback};var… argument
/plugin/edittable/script/
H A Dcontextmenu.js36 callback: function (key, selection) {
53 callback: function (key, selection) {
72 callback: function (key, selection) {
91 callback: function (key, selection) {
122 callback: function (key, selection) {
158 callback: function (key, selection) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessableHandlerInterface.php30 * @param ProcessorInterface|callable $callback
33 public function pushProcessor(callable $callback): HandlerInterface; argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DCallbackStrategy.php19 public function __construct(callable $callback) argument
21 $this->_callback = $callback;

12345678910>>...14