/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | FnStreamTest.php | 35 $called = false; 37 'close' => function () use (&$called) { 38 $called = true; 42 $this->assertTrue($called); 82 $called = false; 85 'read' => function ($len) use (&$called, $a) { 86 $called = true; 91 $this->assertTrue($called);
|
H A D | AsyncReadStreamTest.php | 95 $called = 0; 98 'pump' => function ($size) use (&$called) { 99 $called++; 105 $this->assertEquals(0, $called); 107 $this->assertEquals(1, $called); 109 $this->assertEquals(2, $called); 114 $called = 0; 117 'drain' => function (BufferStream $b) use (&$called, $buffer) { 119 $called++; 125 $this->assertEquals(0, $called); [all...] |
H A D | PumpStreamTest.php | 37 $called = []; 38 $p = Stream::factory(function ($size) use (&$called) { 39 $called[] = $size; 46 $this->assertEquals([1, 9, 3], $called);
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
H A D | Stream.php | 267 ->boolean($called) 433 $called = true; 450 ->boolean($called) 513 $called = true; 528 ->boolean($called) 553 $called = true; 568 ->boolean($called) 599 ->boolean($called) 629 ->boolean($called) 711 ->boolean($called) [all …]
|
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
H A D | Error.php | 78 $this->function->restore_error_handler = function () use (&$called) { 79 $called = true; 88 ->boolean($called) 98 $this->function->set_error_handler = function ($handler) use ($self, &$called) { 99 $called = true; 131 ->boolean($called)
|
H A D | Idle.php | 225 $this->function->restore_exception_handler = function () use (&$called) { 226 $called = true; 235 ->boolean($called) 245 $this->function->set_exception_handler = function ($handler) use ($self, &$called) { 246 $called = true; 264 ->boolean($called)
|
H A D | Exception.php | 79 function (Event\Bucket $bucket) use ($self, &$called) { 80 $called = true; 94 ->boolean($called)
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | ClientTest.php | 182 $called = false; 183 $client->on('exception', function() use (&$called) { 184 $called = true; 193 $this->assertTrue($called); 223 $called = 0; 224 $client->on('doRequest', function($request, &$response) use (&$called) { 225 $called++; 226 if ($called < 3) { 242 $this->assertEquals(3, $called);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | SandboxTest.php | 176 $this->assertEquals(1, FooObject::$called['__toString'], 'Sandbox only calls method once'); 184 $this->assertEquals(1, FooObject::$called['__toString'], 'Sandbox only calls method once'); 216 $this->assertEquals(1, FooObject::$called['foo'], 'Sandbox only calls method once'); 255 … $this->assertEquals(2, FooObject::$called['getFooBar'], 'Sandbox only calls method once'); 330 public static $called = ['__toString' => 0, 'foo' => 0, 'getFooBar' => 0]; variable in FooObject 336 self::$called = ['__toString' => 0, 'foo' => 0, 'getFooBar' => 0]; 341 ++self::$called['__toString']; 348 ++self::$called['foo']; 355 ++self::$called['getFooBar'];
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | ConnectionRotator.php | 42 protected $called = false; variable in Swift_Plugin_ConnectionRotator 80 if (!$this->called) 95 $this->called = true;
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Autoloader.php | 180 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) { 181 $called = true; 194 ->boolean($called) 205 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) { 206 $called = true; 216 ->variable($called)
|
H A D | Consistency.php | 245 …$this->function->register_shutdown_function = function ($_callable) use (&$called, $self, &$callab… 246 $called = true;
|
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/ |
H A D | Listens.php | 87 $callable = function () use (&$called) { 88 $called = true; 100 ->boolean($called)
|
H A D | Bucket.php | 77 function (SUT $receivedBucket) use ($self, $bucket, &$called) { 78 $called = true; 90 ->boolean($called)
|
H A D | Listener.php | 206 function (LUT\Bucket $receivedBucket) use ($self, $bucket, $source, &$called) { 207 $called = true; 223 ->boolean($called)
|
H A D | Event.php | 244 function (LUT\Bucket $receivedBucket) use ($self, $source, $bucket, &$called) { 245 $called = true; 259 ->boolean($called)
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/ |
H A D | from.test | 9 called foobar 14 called foobar
|
/plugin/confmanager/ |
H A D | helper.php | 127 static $called = false; 128 if ($called) { 132 $called = true;
|
/plugin/combo/resources/ |
H A D | README.md | 6 These resources are called inserted in between the `HTML head tag` 10 * `Firebug` : use by [webcode](../syntax/webcode.php) called when editing the code in JsFiddle
|
/plugin/database2/ |
H A D | README.md | 6 …here was an existing plugin called database. Because of that and due to little creativity on my be…
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | YtsBasicTests.yml | 6 dash. These lists are called sequences. 18 dash. These lists are called sequences. 30 dash. These lists are called sequences. 84 from its value. In YAML, this type of list is called
|
/plugin/topbarsyntax/ |
H A D | csshover3.htc | 51 // init, called once ondomcontentready via the exposed window.CSSHover function 64 // called from init, parses individual stylesheets 144 // called via the expression, patches individual nodes 209 // CSSHoverElement constructor, called via CSSHover.patch 229 // onbeforeunload, called via CSSHover.unload 251 // called via the css expression; patches individual nodes 254 // called ondomcontentready via the public:attach node
|
/plugin/remotelistnamespace/ |
H A D | plugin.info.txt | 6 desc This plugins just adds an XMLRPC method called remotelistnamespace.listNamespace
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/ |
H A D | import_with_reserved_nam.test | 11 Twig\Error\SyntaxError: "parent" cannot be called as macro as it is a reserved keyword in "index.tw…
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | max.rst | 14 When called with a mapping, max ignores keys and only compares values:
|