Home
last modified time | relevance | path

Searched refs:toArray (Results 1 – 25 of 41) sorted by relevance

12

/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php93 public function toArray() function in Facebook\\WebDriver\\Firefox\\FirefoxOptions
109 return new \ArrayObject($this->toArray());
/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriver.php55 'desiredCapabilities' => (object) $capabilities->toArray(),
81 'desiredCapabilities' => (object) $desired_capabilities->toArray(),
H A DChromeOptions.php50 return $this->toArray();
135 public function toArray() function in Facebook\\WebDriver\\Chrome\\ChromeOptions
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php115 if ($required_capabilities !== null && !empty($required_capabilities->toArray())) {
124 …ed_capabilities->setCapability('requiredCapabilities', (object) $required_capabilities->toArray());
127 $parameters['desiredCapabilities'] = (object) $desired_capabilities->toArray();
H A DDesiredCapabilities.php104 $defaultOptions = (new FirefoxOptions())->toArray();
/template/strap/ComboStrap/
H A DDictionary.php21 $dict = Json::createFromString($jsonContent)->toArray();
H A DBootstrap.php151 $styleSheets = Json::createFromPath($stylesheetsFile)->toArray();
162 $localStyleSheets = Json::createFromPath($localStyleSheetsFile)->toArray();
269 $bootstrapJsonMetas = Json::createFromPath($bootstrapJsonFile)->toArray();
H A DLowQualityCalculatedIndicator.php61 …$value = Json::createFromPath($analyticsCache)->toArray()[renderer_plugin_combo_analytics::QUALITY…
H A DJson.php117 function toArray(): ?array function in ComboStrap\\Json
H A DQualityTag.php27 $analyticsArray = Json::createFromPath($path)->toArray();
H A DLdJson.php221 $actualValueAsArray = Json::createFromString($value)->toArray();
H A DEvent.php161 $eventData = Json::createFromString($eventDataJson)->toArray();
H A DHttpResponse.php365 return Json::createFromString($this->getBody())->toArray();
H A DIconDownloader.php559 $jsonArray = Json::createFromString($jsonContent)->toArray();
H A DDatabasePageRow.php1280 $analyticsJsonAsArray = $analyticsJson->toArray();
/template/strap/ComboStrap/Meta/Api/
H A DMetadataJson.php30 return Json::createFromString($value)->toArray();
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php48 ['cookie' => $cookie->toArray()]
H A DCookie.php199 public function toArray() function in Facebook\\WebDriver\\Cookie
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php428 $values = self::toArray($values, false);
500 $values = self::toArray($values);
642 return strtr($str ?? '', self::toArray($from));
739 $result = array_merge($result, self::toArray($array));
840 $value = self::toArray($value, false);
1032 $item = self::toArray($item, false);
1395 public static function toArray($seq, $preserveKeys = true) function in Twig\\Extension\\CoreExtension
1651 $result = array_chunk(self::toArray($items, $preserveKeys), $size, $preserveKeys);
/template/a_new_day/js/
Dprototype.js250 toArray: function() {
340 var index = -number, slices = [], array = this.toArray();
490 toArray: function() {
506 return this.toArray().length;
510 return '#<Enumerable:' + this.toArray().inspect() + '>';
519 entries: Enumerable.toArray
523 if (iterable.toArray) {
524 return iterable.toArray();
584 return (inline !== false ? this : this.toArray())._reverse();
610 Array.prototype.toArray = Array.prototype.clone;
/template/battlehorse/js/
Dprototype.js250 toArray: function() {
340 var index = -number, slices = [], array = this.toArray();
490 toArray: function() {
506 return this.toArray().length;
510 return '#<Enumerable:' + this.toArray().inspect() + '>';
519 entries: Enumerable.toArray
523 if (iterable.toArray) {
524 return iterable.toArray();
584 return (inline !== false ? this : this.toArray())._reverse();
610 Array.prototype.toArray = Array.prototype.clone;
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php509 public function toArray() : array function in Antlr\\Antlr4\\Runtime\\IntervalSet
/template/strap/ComboStrap/Api/
H A DMetaManagerHandler.php121 $_POST = Json::createFromString($jsonString)->toArray();
/template/strap/
H A Dcli.php394 $data = \ComboStrap\Json::createFromPath($analyticsPath)->toArray();
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md114 - Error `Call to a member function toArray()` if capabilities were already converted to an array.

12