Home
last modified time | relevance | path

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

12

/plugin/aichat/vendor/composer/
H A DClassLoader.php45 /** @var \Closure(string):void */
575 self::$includeFile = \Closure::bind(static function($file) {
H A Dautoload_static.php54 return \Closure::bind(function () use ($loader) {
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php143 public function map(\Closure $callback)
H A DGraphEdge.php242 public function map(\Closure $callback)
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_static.php154 return \Closure::bind(function () use ($loader) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3229 return \Closure::bind($func, $this, static::class);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php67 public function setReduction(\Closure $func)
/plugin/barcodes/vendor/composer/
H A Dautoload_static.php37 return \Closure::bind(function () use ($loader) {
/plugin/combo/vendor/composer/
H A Dautoload_static.php119 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
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php45 /** @var \Closure(string):void */
575 self::$includeFile = \Closure::bind(static function($file) {
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $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/elasticsearch/vendor/composer/
H A Dautoload_static.php95 return \Closure::bind(function () use ($loader) {
/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/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/findologicxmlexport/vendor/composer/
H A Dautoload_static.php681 return \Closure::bind(function () use ($loader) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php87 if ($call instanceof \Closure) {
284 if ($valid instanceof \Closure) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php85 … $this->readAccessors[$metadata->class] = \Closure::bind(static function ($o, $name) {
120 …$this->writeAccessors[$metadata->class] = \Closure::bind(static function ($o, $name, $value): void…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php261 public function configureHandlers(\Closure $closure): self
277 public function configureListeners(\Closure $closure): self
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php20 function benchmark(Closure $f, $times = 10)

12