Home
last modified time | relevance | path

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

1234

/plugin/combo/vendor/symfony/yaml/
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)) {
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();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt27 stdClass Object (
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php92 $this->_params = new \stdClass();
H A DInnerHits.php27 $array['inner_hits'] = new \stdClass();
H A DFunctionScore.php267 $seedParam = new \stdClass();
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php23 use stdClass; alias
153 $object = new stdClass();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php25 $this->visitedObject = new \stdClass();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php22 $array['top_hits'] = new \stdClass();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php28 $_assetic = new stdClass();
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php55 $this->assertInstanceOf(stdClass::class, $instructions[1][1][1]);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php250 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $refValue instanceof \stdClass) {
267 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $parsed instanceof \stdClass) {
280 … if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $parsedItem instanceof \stdClass) {
327 … if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $value instanceof \stdClass) {
433 $object = new \stdClass();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php158 $header = (empty($header)) ? new \stdClass() : $header;
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php34 'stdClass' => new \stdClass(),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php32 $template->displayBlock('foo', [], ['foo' => [new \stdClass(), 'foo']]);
51 'object' => new \stdClass(),
377 …if (($testObject[0] instanceof \stdClass || $testObject[0] instanceof Twig_TemplatePropertyObject)…
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php413 $differ->diffToArray('', new \stdClass);
/plugin/elasticsearch/action/
H A Dsearch.php126 $this->getConf('snippets') => new \stdClass(),
127 'title' => new \stdClass()]
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php409 if ($variable instanceof \stdClass) {
/plugin/captcha/
H A DEasySVG.php20 $this->font = new stdClass();
162 $this->font->glyphs[$unicode] = new stdClass();
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php148 public static function embed(\stdClass $database)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php175 5 => new stdClass,
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php259 if ($data instanceof \ArrayObject || $data instanceof \stdClass) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php195 …$this->event = new ObjectEvent($this->context, new \stdClass(), ['name' => 'foo', 'params' => []]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php91 $instance = new \stdClass();
/plugin/langdelete/
H A Dadmin.php57 $d = new stdClass; // reset

1234