Home
last modified time | relevance | path

Searched refs:stdClass (Results 1 – 25 of 93) sorted by last modified time

1234

/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php239 $object = new stdClass;
268 $object = new stdClass();
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
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 DParser.php259 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $refValue instanceof \stdClass) {
276 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $parsed instanceof \stdClass) {
289 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $parsedItem instanceof \stdClass) {
336 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $value instanceof \stdClass) {
506 $object = new \stdClass();
H A DDumper.php55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
125 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \stdClass)) {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md739 $object = new stdClass;
/plugin/statistics/inc/
H A DBrowscap.php255 * @return stdClass|array the object containing the browsers details. Array if
/plugin/barcodes/
H A Dsyntax.php46 $data = new stdClass();
59 $attributes = new stdClass();
/plugin/captcha/
H A DEasySVG.php20 $this->font = new stdClass();
162 $this->font->glyphs[$unicode] = new stdClass();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php22 $array['top_hits'] = new \stdClass();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php267 $seedParam = new \stdClass();
H A DInnerHits.php27 $array['inner_hits'] = new \stdClass();
H A DMatchAll.php19 $this->_params = new \stdClass();
H A DMatchNone.php19 $this->_params = new \stdClass();
H A DBoolQuery.php92 $this->_params = new \stdClass();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php158 $header = (empty($header)) ? new \stdClass() : $header;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php212 Stream::factory(new \stdClass());
/plugin/elasticsearch/action/
H A Dsearch.php126 $this->getConf('snippets') => new \stdClass(),
127 'title' => new \stdClass()]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc51 'content' => new \stdClass() <1>
57 <1> We use the generic PHP stdClass object to represent an empty object. The
60 By using an explicit stdClass object, we can force the `json_encode` parser to
163 'random_score' => new \stdClass() <3>
H A Dsearch-operations.asciidoc264 'match_all' => new \stdClass()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php168 $attr_cell = new \stdClass();
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php14 use stdClass; alias
78 * @return stdClass The JWT's payload as a PHP object
94 ): stdClass {
118 if (!$payload instanceof stdClass) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php23 use stdClass; alias
153 $object = new stdClass();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php83 $normalized['context'] = new \stdClass;
90 $normalized['extra'] = new \stdClass;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2037 $this->hmac_create = new \stdClass();
2057 $this->hmac_check = new \stdClass();

1234