Home
last modified time | relevance | path

Searched refs:Closure (Results 26 – 49 of 49) sorted by path

12

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php5 use Closure; alias
49 return Closure::bind($copy, null, DeepCopy::class);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DClosureComparator.php26 return is_object($expected) && $expected instanceof \Closure
27 && is_object($actual) && $actual instanceof \Closure;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php18 use Closure; alias
59 if ($callback instanceof Closure && method_exists('Closure', 'bind')) {
60 $callback = Closure::bind($callback, $object);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php17 use Closure; alias
60 if ($callback instanceof Closure && method_exists('Closure', 'bind')) {
61 $callback = Closure::bind($callback, $object);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php134 if ($GLOBALS[$superGlobalArray][$key] instanceof Closure) {
152 if (!in_array($key, $blacklist) && !$GLOBALS[$key] instanceof Closure) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php280 } elseif (\is_object($callable) && !$callable instanceof \Closure) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php16 use Closure; alias
1068 public static function throws(Closure $expression, $class = 'Exception', $message = '')
/plugin/geophp/vendor/composer/
H A Dautoload_static.php29 return \Closure::bind(function () use ($loader) {
/plugin/icalevents/vendor/composer/
H A Dautoload_static.php41 return \Closure::bind(function () use ($loader) {
/plugin/jplayer/vendor/composer/
H A Dautoload_static.php142 return \Closure::bind(function () use ($loader) {
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md40 * Added support for Google Closure language option
H A DREADME.md87 * `GoogleClosure\CompilerApiFilter`: compiles Javascript using the Google Closure Compiler API
88 * `GoogleClosure\CompilerJarFilter`: compiles Javascript using the Google Closure Compiler JAR
89 * `GssFilter`: compliles CSS using the Google Closure Stylesheets Compiler
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php215 if (!($frame instanceof Closure)) {
/plugin/mdpage/vendor/composer/
H A Dautoload_static.php78 return \Closure::bind(function () use ($loader) {
/plugin/oauth/vendor/composer/
H A Dautoload_static.php29 return \Closure::bind(function () use ($loader) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pureldap/vendor/composer/
H A Dautoload_static.php52 return \Closure::bind(function () use ($loader) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php14 use Closure;
104 * @param \Closure $handler An anonymous function to pass results to.
108 public function watch(Closure $handler, int $checkInterval = 10): void
/plugin/quickstats/GEOIP/vendor/composer/
H A Dautoload_static.php51 return \Closure::bind(function () use ($loader) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/upgrade/vendor/composer/
H A DClassLoader.php45 /** @var \Closure(string):void */
581 self::$includeFile = \Closure::bind(static function($file) {
H A Dautoload_static.php43 return \Closure::bind(function () use ($loader) {
/plugin/vbsso/vendor/composer/
H A Dautoload_static.php11 return \Closure::bind(function () use ($loader) {
/plugin/webdav/vendor/composer/
H A Dautoload_static.php83 return \Closure::bind(function () use ($loader) {

12