Home
last modified time | relevance | path

Searched refs:stdClass (Results 76 – 93 of 93) sorted by relevance

1234

/plugin/xcom/scripts/
H A Dxcom_save.php75 if($credentials instanceof stdClass) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php144 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayO…
215 if ($value instanceof \stdClass || $value instanceof \ArrayObject) {
H A DCHANGELOG.md121 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php212 Stream::factory(new \stdClass());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php139 'child' => new \stdClass(),
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php901 if (is_object($value) && $value instanceof \stdClass) {
1092 $item = new \stdClass();
/plugin/combo/vendor/symfony/yaml/
H A DInline.php139 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayObject)) {
206 * @param array|\ArrayObject|\stdClass $value The PHP array or array-like object to check
210 if ($value instanceof \stdClass || $value instanceof \ArrayObject) {
411 * @return array|\stdClass
H A DCHANGELOG.md174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md211 The return value of `JWT::decode` is the generic PHP object `stdClass`. If you'd like to handle wit…
215 // return type is stdClass
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php622 $obj = new stdClass();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php168 $attr_cell = new \stdClass();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php533 $this->deserialize('', 'stdClass');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc264 'match_all' => new \stdClass()
/plugin/statistics/inc/
H A DBrowscap.php255 * @return stdClass|array the object containing the browsers details. Array if
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md739 $object = new stdClass;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md95 $prophecy->willExtend('stdClass');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2037 $this->hmac_create = new \stdClass();
2057 $this->hmac_check = new \stdClass();
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md443 - Added stdClass serialization handler [\#749](https://github.com/schmittjoh/serializer/pull/749) (…
449 - Fix stdClass inconsistencies when serializing to JSON [\#730](https://github.com/schmittjoh/seria…

1234