Home
last modified time | relevance | path

Searched refs:Closure (Results 1 – 25 of 49) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/composer/
H A Dautoload_static.php29 return \Closure::bind(function () use ($loader) {
/plugin/aichat/vendor/composer/
H A Dautoload_static.php54 return \Closure::bind(function () use ($loader) {
H A DClassLoader.php45 /** @var \Closure(string):void */
575 self::$includeFile = \Closure::bind(static function($file) {
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
H A DClassLoader.php45 /** @var \Closure(string):void */
575 self::$includeFile = \Closure::bind(static function($file) {
H A Dautoload_static.php62 return \Closure::bind(function () use ($loader) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php5 use Closure; alias
49 return Closure::bind($copy, null, DeepCopy::class);
/plugin/combo/vendor/composer/
H A Dautoload_static.php119 return \Closure::bind(function () use ($loader) {
/plugin/oauth/vendor/composer/
H A Dautoload_static.php29 return \Closure::bind(function () use ($loader) {
/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/barcodes/vendor/composer/
H A Dautoload_static.php37 return \Closure::bind(function () use ($loader) {
/plugin/elasticsearch/vendor/composer/
H A Dautoload_static.php95 return \Closure::bind(function () use ($loader) {
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1026 - `CallbackStrategy` now will accept any `callable` as callback, not only instance of `Closure`. [#871](https://github.com/ruflin/Elastica/pull/871)
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php206 } elseif (\is_object($callback) && !$callback instanceof \Closure) {
H A Dfunctions.php332 } elseif (\is_object($callback) && !$callback instanceof \Closure) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3229 return \Closure::bind($func, $this, static::class);
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_static.php154 return \Closure::bind(function () use ($loader) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php67 public function setReduction(\Closure $func)
/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/pureldap/vendor/composer/
H A Dautoload_static.php52 return \Closure::bind(function () use ($loader) {
/plugin/commonmark/vendor/composer/
H A Dautoload_static.php142 return \Closure::bind(function () use ($loader) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTable.php

12