/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/ |
H A D | CssUtils.php | 35 public static function filterReferences($content, $callback) 52 public static function filterUrls($content, $callback) 70 public static function filterImports($content, $callback, $includeUrl = true) 87 public static function filterIEFilters($content, $callback) 104 public static function filterCommentless($content, $callback)
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.js | 9 …endencies[current]=[next];}};ResourceLoader.prototype.get=function(name,callback){if(this.loading[… argument 10 link.attr({rel:"stylesheet",type:"text/css",href:path});},getScript:function(path,callback){var scr… argument 12 …gName('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=pre… argument 16 …g.apply(window.console,arguments);}}};jQuery.fn.syntax=function(options,callback){Syntax.detectRoo… argument
|
H A D | jquery.syntax.min.js | 9 …endencies[current]=[next];}};ResourceLoader.prototype.get=function(name,callback){if(this.loading[… argument 10 link.attr({rel:"stylesheet",type:"text/css",href:path});},getScript:function(path,callback){var scr… argument 12 …gName('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=pre… argument 16 …g.apply(window.console,arguments);}}};jQuery.fn.syntax=function(options,callback){Syntax.detectRoo… argument
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | BaseCssFilter.php | 26 protected function filterReferences($content, $callback, $limit = -1, &$count = 0) 34 protected function filterUrls($content, $callback, $limit = -1, &$count = 0) 42 …protected function filterImports($content, $callback, $limit = -1, &$count = 0, $includeUrl = true) 50 protected function filterIEFilters($content, $callback, $limit = -1, &$count = 0)
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 87 function handle($properties, callable $callback) { 123 function handleRemaining(callable $callback) { 276 private function doCallBackSingleProp($propertyName, callable $callback) { 310 private function doCallBackMultiProp(array $propertyList, callable $callback) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 80 function handle($properties, callable $callback) { 116 function handleRemaining(callable $callback) { 269 private function doCallBackSingleProp($propertyName, callable $callback) { 303 private function doCallBackMultiProp(array $propertyList, callable $callback) {
|
/plugin/remotescript/ |
H A D | rs.php | 37 …if ((isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback']."_".$_REQUES… variable 39 (!isset($_REQUEST['method']) && !function_exists($callback = $_REQUEST['callback'])) variable
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | Callback.php | 16 private $callback; variable in PHPUnit_Framework_Constraint_Callback 23 public function __construct($callback)
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ |
H A D | ReturnCallback.php | 16 protected $callback; variable in PHPUnit_Framework_MockObject_Stub_ReturnCallback 18 public function __construct($callback)
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/ |
H A D | CallbackGenerator.php | 24 private $callback; global() variable in League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator 26 __construct(callable $callback) global() argument
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
H A D | CallbackToken.php | 23 private $callback; variable in Prophecy\\Argument\\Token\\CallbackToken 32 public function __construct($callback)
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/ |
H A D | CallbackPromise.php | 26 private $callback; variable in Prophecy\\Promise\\CallbackPromise 35 public function __construct($callback)
|
/plugin/combo/resources/snippet/js/ |
H A D | combo-loader.js | 4 loadExternalScript: function (src, integrity, clazz, callback) { argument 15 loadExternalStylesheet: function (href, integrity, clazz, callback) { argument
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/ |
H A D | CallbackPrediction.php | 27 private $callback; variable in Prophecy\\Prediction\\CallbackPrediction 36 public function __construct($callback)
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | saucelabs.js | 538 Job.prototype.remove = function(callback) { argument 563 Job.prototype.reset = function(callback) { argument 579 Job.prototype.restart = function(callback) { argument 604 Job.prototype.start = function(callback) { argument 625 Job.prototype.status = function(callback) { argument 647 Job.prototype.stop = function(callback) { argument 746 Tunnel.prototype.restart = function(callback) { argument 788 Tunnel.prototype.start = function(callback) { argument 834 Tunnel.prototype.stop = function(callback) { argument
|
/plugin/linksuggest/ |
H A D | script.js | 11 AnonymousFunctionb846711c0200(term, callback) global() argument 85 AnonymousFunctionb846711c0900(term, callback) global() argument 130 AnonymousFunctionb846711c0f00(term, callback) global() argument
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_drag_timeline.js | 356 function forEach(arr, callback) { argument 367 function arrayMap(arr, callback) { argument 382 function arrayFind(arr, callback) { argument 434 function arrayFilter(arr, callback) { argument 461 function arraySome(arr, callback) { argument 472 function arrayDifference(arr, callback) { argument 478 function throttle (callback, timeout) { argument 492 function delay (callback, timeout){ argument 544 function requestAnimationFrame(callback) { argument
|
H A D | dhtmlxgantt_click_drag.js | 260 callback: undefined, property in AnonymousFunction650acd610100.AnonymousFunction650acd610900.defaultConfig 511 obj.attachAll = function(callback, callObj){ argument 576 function forEach(arr, callback) { argument 587 function arrayMap(arr, callback) { argument 602 function arrayFind(arr, callback) { argument 654 function arrayFilter(arr, callback) { argument 681 function arraySome(arr, callback) { argument 692 function arrayDifference(arr, callback) { argument 698 function throttle (callback, timeout) { argument 712 function delay (callback, timeout){ argument [all …]
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 54 private $callback; variable in Symfony\\Component\\Process\\Process 250 public function run(callable $callback = null, array $env = []): int argument 269 public function mustRun(callable $callback = null, array $env = []): self argument 297 start(callable $callback = null, array $env = []) global() argument 388 restart(callable $callback = null, array $env = []) global() argument 415 wait(callable $callback = null) global() argument 458 waitUntil(callable $callback) global() argument 1313 buildCallback(callable $callback = null) global() argument [all...] |
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | export.js | 603 function callback() { function 986 capture: function( options, callback ) { argument 1775 toBlob: function( options, callback ) { argument 1808 toJPG: function( options, callback ) { argument 1825 toPNG: function( options, callback ) { argument 1841 toSVG: function( options, callback ) { argument 1918 toPDF: function( options, callback ) { argument 1977 toJSON: function( options, callback ) { argument 1992 toCSV: function( options, callback ) { argument 2265 handleCallback: function( callback ) { argument [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
H A D | backbone.js | 162 Events.on = function(name, callback, context) { argument 185 Events.listenTo = function(obj, name, callback) { argument 204 var onApi = function(events, name, callback, options) { argument 219 Events.off = function(name, callback, context) { argument 230 Events.stopListening = function(obj, name, callback) { argument 308 Events.once = function(name, callback, context) { argument 316 Events.listenToOnce = function(obj, name, callback) { argument 324 var onceMap = function(map, name, callback, offer) { argument 1518 route: function(route, name, callback) { argument 1539 execute: function(callback, args, name) { argument [all …]
|
/plugin/tagging/script/ |
H A D | admin.js | 19 const callBackend = function(params, callback) { argument 145 const callback = function(response) { function
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Archive.php | 14 protected $callback; variable in splitbrain\\PHPArchive\\Archive 131 public function setCallback($callback) argument
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | ProcessableHandlerInterface.php | 33 public function pushProcessor(callable $callback): HandlerInterface;
|
/plugin/odt/helper/ |
H A D | cssimport.php | 840 public function adjustLengthValues ($callback, $rule=NULL) { 888 protected function adjustLengthValuesBorder ($callback, $rule=NULL) { 908 public function replaceURLPrefixes ($callback) { 1078 public function adjustLengthValues ($callback) { 1497 public function adjustLengthValues ($callback) {
|