Home
last modified time | relevance | path

Searched refs:__isset (Results 1 – 23 of 23) sorted by last modified time

/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1032 function __isset($name) { function in imapmarkers\\simple_html_dom_node
1310 return $this->__isset($name);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DStrict.php51 public function __isset($name) function
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php135 public function __isset($name) function in Handlebars\\Helpers
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php149 public function __isset(string $name): bool { function in PhpCss\\Scanner\\Token
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php50 public function __isset($key): bool function in Elastica\\Result
H A DDocument.php66 public function __isset(string $key): bool function in Elastica\\Document
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1718 - Add magic methods __get/__set/__isset/__unset to Document
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php394 function __isset($name) { function in Sabre\\VObject\\Component
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php310 public function __isset($key) function in Google\\Model
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php257 public function __isset(string $name): bool
247 public function __isset(string $name): bool global() function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php40 public function __isset($attr) function in GeoIp2\\Record\\AbstractPlaceRecord
46 return parent::__isset($attr);
H A DAbstractRecord.php29 if ($this->__isset($attr)) {
41 public function __isset($attr) function in GeoIp2\\Record\\AbstractRecord
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAbstractModel.php58 public function __isset($attr) function in GeoIp2\\Model\\AbstractModel
H A DCity.php116 public function __isset($attr) function in GeoIp2\\Model\\City
124 return parent::__isset($attr);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php463 public function __isset($name) function in Sabre\\VObject\\Component
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php108 public function __isset($name) function in Mustache_HelperCollection
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php394 function __isset($name) { function in Sabre\\VObject\\Component
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php577 public function __isset($name) function in Twig_TemplateMagicPropertyObject
590 public function __isset($key) function in Twig_TemplateMagicPropertyObjectWithException
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst206 ``__isset()`` magic method like shown in the following snippet of code::
219 public function __isset($name)
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG915 * fixed objects with __isset() defined
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php394 function __isset($name) { function in Sabre\\VObject\\Component
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php489 function __isset($name) { function in Sabre\\VObject\\Component
/plugin/sqlraw/
H A Dsimple_html_dom.php748 function __isset($name) { function in simple_html_dom_node
945 function hasAttribute($name) {return $this->__isset($name);}