Home
last modified time | relevance | path

Searched refs:offsetExists (Results 1 – 25 of 46) sorted by path

12

/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/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php70 public function offsetExists($offset) function in Google\\Collection
73 return parent::offsetExists($offset);
H A DModel.php258 public function offsetExists($offset) function in Google\\Model
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php70 public function offsetExists($offset): bool function in ComboStrap\\ArrayCaseInsensitive
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php53 * @see ArrayAccess::offsetExists()
55 public function offsetExists($offset): bool { function in PhpCss\\Ast\\Selector\\Group
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php215 public function offsetExists($offset) function in Facebook\\WebDriver\\Cookie
227 return $this->offsetExists($offset) ? $this->cookie[$offset] : null;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php97 public function offsetExists($offset): bool
239 public function offsetExists($offset): bool global() function in League\\CommonMark\\Util\\ArrayCollection
/plugin/davcal/vendor/sabre/vobject/lib/
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);
H A DProperty.php347 function offsetExists($name) { function in Sabre\\VObject\\Property
349 if (is_int($name)) return parent::offsetExists($name);
/plugin/davcard/vendor/sabre/vobject/lib/
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);
H A DProperty.php347 function offsetExists($name) { function in Sabre\\VObject\\Property
349 if (is_int($name)) return parent::offsetExists($name);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureArray.php18 public function offsetExists($offset) function in GuzzleHttp\\Ring\\Future\\CompletedFutureArray
H A DFutureArray.php16 public function offsetExists($offset)
15 public function offsetExists($offset) global() function in GuzzleHttp\\Ring\\Future\\FutureArray
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php37 public function offsetExists($offset): bool function in LanguageDetection\\LanguageResult
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php130 public function offsetExists($offset): bool function in Elastica\\Multi\\ResultSet
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php284 public function offsetExists($offset): bool function in Elastica\\ResultSet
300 if ($this->offsetExists($offset)) {
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php174 public function offsetExists($index) function in Hoa\\Exception\\Group
/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/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/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'))

12