Home
last modified time | relevance | path

Searched refs:Json (Results 1 – 25 of 57) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DJson.php7 class Json class
21 * Json constructor.
30 public static function createEmpty(): Json
32 return new Json([]);
35 public static function createFromArray(array $actual): Json
37 return new Json($actual);
49 public static function createFromPath(Path $path): Json
93 static function createFromString($jsonString): Json
96 return new Json();
102 return new Json(
[all...]
H A DMetadataFrontmatterStore.php329 private static function jsonFlatRecursiveEncoding(array $jsonProperty, &$jsonString, $level = 0, $endOfFieldCharacter = DOKU_LF, $type = Json::TYPE_OBJECT, $parentType = Json::TYPE_OBJECT)
334 if ($type === Json::TYPE_OBJECT) {
343 $levelSpaceIndentation = str_repeat(" ", ($level + 1) * Json::TAB_SPACES_COUNTER);
357 if ($isFirstProperty && $parentType !== Json::PARENT_TYPE_ARRAY) {
381 $childType = Json::TYPE_OBJECT;
388 $childType = Json::TYPE_OBJECT;
390 $childType = Json::PARENT_TYPE_ARRAY;
410 $closingLevelSpaceIndentation = str_repeat(" ", $level * Json::TAB_SPACES_COUNTER);
411 if ($type === Json
[all...]
H A DFetcherPageSearch.php38 if (empty($requestedSearchTerms)) return Json::createEmpty()->toPrettyJsonString();
71 return Json::createEmpty()->toPrettyJsonString();
73 return Json::createFromArray($data)->toPrettyJsonString();
H A DLdJson.php151 return "Json-ld";
176 return Json::createFromArray($ldJson)->toPrettyJsonString();
201 $value = Json::createFromArray($ldJsonOrganization)->toPrettyJsonString();
221 $actualValueAsArray = Json::createFromString($value)->toArray();
223 LogUtility::error("The string value is not a valid Json. Value: $value", self::CANONICAL);
230 return Json::createFromArray($actualValueAsArray)->toPrettyJsonString();
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 DHttpResponse.php365 return Json::createFromString($this->getBody())->toArray();
432 public function getBodyAsJson(): Json
434 return Json::createFromString($this->getBody());
H A DEvent.php161 $eventData = Json::createFromString($eventDataJson)->toArray();
208 $entry["data"] = Json::createFromArray($data)->toPrettyJsonString();
H A DLowQualityCalculatedIndicator.php61 $value = Json::createFromPath($analyticsCache)->toArray()[renderer_plugin_combo_analytics::QUALITY][renderer_plugin_combo_analytics::LOW];
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php8 use ComboStrap\Json; alias
30 return Json::createFromString($value)->toArray();
64 return Json::createFromArray($value)->toPrettyJsonString();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DJson.php5 \trigger_deprecation('ruflin/elastica', '7.1.0', 'The "%s" class is deprecated, use "%s" instead. It will be removed in 8.0.', Json::class, JsonProcessor::class);
8 * Elastica Json Processor.
15 class Json extends JsonProcessor class
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DSoundness.php39 use Hoa\Json; alias
49 class Soundness extends Json\Test\Integration\Soundness
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
382 $json = new Json();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
382 $json = new Json();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
382 $json = new Json();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
382 $json = new Json();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue259Test.php9 $parser = new Parser\Json();
/plugin/davcard/vendor/sabre/vobject/lib/
H A DReader.php66 $parser = new Parser\Json();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php66 $parser = new Parser\Json();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DReader.php66 $parser = new Parser\Json();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php69 $parser = new Parser\Json();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php69 $parser = new Parser\Json();
/plugin/combo/action/
H A Dmetamanager.php13 use ComboStrap\Json; alias
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml18 - name: "Json"
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt12 * **Payload Type**: Json

123