Home
last modified time | relevance | path

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

12

/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/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) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php67 public function setReduction(\Closure $func)
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTable.php
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php20 function benchmark(Closure $f, $times = 10)
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php143 public function map(\Closure $callback)
H A DGraphEdge.php242 public function map(\Closure $callback)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php215 if (!($frame instanceof Closure)) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
/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/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/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php261 public function configureHandlers(\Closure $closure): self
277 public function configureListeners(\Closure $closure): self
/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/upgrade/vendor/composer/
H A DClassLoader.php45 /** @var \Closure(string):void */
581 self::$includeFile = \Closure::bind(static function($file) {
/plugin/aichat/vendor/composer/
H A DClassLoader.php45 /** @var \Closure(string):void */
575 self::$includeFile = \Closure::bind(static function($file) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php16 use Closure; alias
1068 public static function throws(Closure $expression, $class = 'Exception', $message = '')
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php280 } elseif (\is_object($callable) && !$callable instanceof \Closure) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3229 return \Closure::bind($func, $this, static::class);
/plugin/scrape/
H A DphpQuery-onefile.php
/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/openlayersmap/ol7/
H A Dol.js.map

12