Home
last modified time | relevance | path

Searched refs:offsetExists (Results 26 – 46 of 46) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DArrayAccessible.php12 public function offsetExists($offset) function in ArrayAccessible
H A DSampleArrayAccess.php24 public function offsetExists($offset) function in SampleArrayAccess
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php93 if (true === $this->_constants->offsetExists($name)) {
115 if (false === $this->_constants->offsetExists($name)) {
172 if (false === $this->_functions->offsetExists($name)) {
216 if (false === $this->_variables->offsetExists($name)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php542 public function offsetExists($name) function in Twig_TemplateArrayAccessObject
627 public function offsetExists($offset) function in Twig_TemplatePropertyObjectAndArrayAccess
634 return $this->offsetExists($offset) ? $this->data[$offset] : 'n/a';
750 public function offsetExists($offset) function in Twig_TemplateArrayAccess
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php141 return $object->offsetExists($key) ? array($key => $object[$key]) : array();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php521 public function offsetExists($offset) function in PHP_Token_Stream
535 if (!$this->offsetExists($offset)) {
563 if (!$this->offsetExists($offset)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArrayHasKey.php50 return $other->offsetExists($this->key);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php317 ->when($result = $group->offsetExists('bar'))
330 ->when($result = $group->offsetExists('baz'))
432 ->boolean($group->offsetExists('bar'))
450 ->boolean($group->offsetExists('bar'))
465 ->boolean($group->offsetExists(0))
480 ->boolean($group->offsetExists(42))
482 ->boolean($group->offsetExists(0))
497 ->boolean($group->offsetExists('bar'))
507 ->boolean($group->offsetExists('bar'))
522 ->boolean($group->offsetExists('bar'))
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php681 public function offsetExists($offset) function in Hoa\\Ustring\\Ustring
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php174 public function offsetExists($index) function in Hoa\\Exception\\Group
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php163 public function offsetExists($name) function in Hoa\\Protocol\\Node\\Node
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php170 ->when($result = $root->offsetExists('foo'))
180 ->when($result = $root->offsetExists('foo'))
196 ->boolean($root->offsetExists('foo'))
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php302 public function offsetExists($offset) function in Facebook\\FacebookBatchRequest
H A DFacebookBatchResponse.php135 public function offsetExists($offset) function in Facebook\\FacebookBatchResponse
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php187 public function offsetExists($key) function in Facebook\\GraphNodes\\Collection
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php347 function offsetExists($name) { function in Sabre\\VObject\\Property
349 if (is_int($name)) return parent::offsetExists($name);
H A DElementList.php125 public function offsetExists($offset) { function in Sabre\\VObject\\ElementList
H A DNode.php162 public function offsetExists($offset) { function in Sabre\\VObject\\Node
165 return $iterator->offsetExists($offset);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php432 function offsetExists($name) { function in Sabre\\VObject\\Property
434 if (is_int($name)) return parent::offsetExists($name);
H A DNode.php198 function offsetExists($offset) { function in Sabre\\VObject\\Node
201 return $iterator->offsetExists($offset);
/plugin/scrape/
H A DphpQuery-onefile.php

12