Home
last modified time | relevance | path

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

12

/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/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/Comparator/
H A DClosureComparator.php26 return is_object($expected) && $expected instanceof \Closure
27 && is_object($actual) && $actual instanceof \Closure;
/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/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/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/hoa/consistency/
H A DXcallable.php87 if ($call instanceof \Closure) {
284 if ($valid instanceof \Closure) {
/plugin/vbsso/vendor/composer/
H A Dautoload_static.php11 return \Closure::bind(function () use ($loader) {
/plugin/quickstats/GEOIP/vendor/composer/
H A Dautoload_static.php51 return \Closure::bind(function () use ($loader) {
/plugin/oauth/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/webdav/vendor/composer/
H A Dautoload_static.php83 return \Closure::bind(function () use ($loader) {
/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/barcodes/vendor/composer/
H A Dautoload_static.php37 return \Closure::bind(function () use ($loader) {
/plugin/upgrade/vendor/composer/
H A Dautoload_static.php43 return \Closure::bind(function () use ($loader) {
/plugin/geophp/vendor/composer/
H A Dautoload_static.php29 return \Closure::bind(function () use ($loader) {
/plugin/mdpage/vendor/composer/
H A Dautoload_static.php78 return \Closure::bind(function () use ($loader) {
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_static.php154 return \Closure::bind(function () use ($loader) {
/plugin/elasticsearch/vendor/composer/
H A Dautoload_static.php95 return \Closure::bind(function () use ($loader) {
/plugin/dw2pdf/vendor/composer/
H A Dautoload_static.php62 return \Closure::bind(function () use ($loader) {
/plugin/aichat/vendor/composer/
H A Dautoload_static.php54 return \Closure::bind(function () use ($loader) {
/plugin/jplayer/vendor/composer/
H A Dautoload_static.php142 return \Closure::bind(function () use ($loader) {
/plugin/findologicxmlexport/vendor/composer/
H A Dautoload_static.php681 return \Closure::bind(function () use ($loader) {
/plugin/combo/vendor/composer/
H A Dautoload_static.php119 return \Closure::bind(function () use ($loader) {

12