/plugin/combo/ComboStrap/ |
H A D | Json.php | 7 class Json class 30 public static function createEmpty(): Json 32 return new Json([]); 35 public static function createFromArray(array $actual): Json 37 return new Json($actual); 80 static function createFromString($jsonString): Json 83 return new Json(); 89 return new Json($jsonArray);
|
H A D | AnalyticsDocument.php | 60 public function getOrProcessJson(): Json 63 return Json::createFromString($content); 73 * @return Json 76 public function getJson(): Json 87 return Json::createEmpty(); 89 return Json::createFromString(parent::getContent());
|
H A D | MetadataFrontmatterStore.php | 304 …ring, $level = 0, $endOfFieldCharacter = DOKU_LF, $type = Json::TYPE_OBJECT, $parentType = Json::T… 309 if ($type === Json::TYPE_OBJECT) { 318 $levelSpaceIndentation = str_repeat(" ", ($level + 1) * Json::TAB_SPACES_COUNTER); 332 if ($isFirstProperty && $parentType !== Json::PARENT_TYPE_ARRAY) { 356 $childType = Json::TYPE_OBJECT; 363 $childType = Json::TYPE_OBJECT; 365 $childType = Json::PARENT_TYPE_ARRAY; 385 $closingLevelSpaceIndentation = str_repeat(" ", $level * Json::TAB_SPACES_COUNTER); 386 if ($type === Json::TYPE_OBJECT) { 387 if ($parentType !== Json::PARENT_TYPE_ARRAY) {
|
H A D | MetadataJson.php | 24 return Json::createFromString($value)->toArray(); 46 $value = Json::createFromString($value)->toPrettyJsonString(); 73 return Json::createFromArray($value)->toPrettyJsonString();
|
H A D | LdJson.php | 151 return Json::createFromArray($ldJson)->toPrettyJsonString(); 170 $value = Json::createFromArray($ldJsonOrganization)->toPrettyJsonString(); 193 $actualValueAsArray = Json::createFromString($value)->toArray(); 200 return Json::createFromArray($actualValueAsArray)->toPrettyJsonString();
|
H A D | Dictionary.php | 21 $dict = Json::createFromString($jsonContent)->toArray();
|
H A D | Event.php | 135 $eventData = Json::createFromString($eventDataJson)->toArray(); 176 $entry["data"] = Json::createFromArray($data)->toPrettyJsonString();
|
H A D | PathAbs.php | 35 case Json::EXTENSION:
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/ |
H A D | Soundness.php | 39 use Hoa\Json; alias 49 class Soundness extends Json\Test\Integration\Soundness
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/ |
H A D | JsonTest.php | 158 $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 D | JsonTest.php | 159 $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 D | JsonTest.php | 158 $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 D | JsonTest.php | 158 $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 D | Issue259Test.php | 9 $parser = new Parser\Json();
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 66 $parser = new Parser\Json();
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 66 $parser = new Parser\Json();
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 66 $parser = new Parser\Json();
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Processor/ |
H A D | Json.php | 12 class Json extends AbstractProcessor class
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 69 $parser = new Parser\Json();
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 69 $parser = new Parser\Json();
|
/plugin/swarmwebhook/lang/en/ |
H A D | zapier_instructions.txt | 12 * **Payload Type**: Json
|
/plugin/combo/action/ |
H A D | linkwizard.php | 4 use ComboStrap\Json; alias
|
H A D | cache.php | 109 $cacheJson = \ComboStrap\Json::createFromArray($cacheSlotResults);
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | README.md | 82 `hoa://Library/Json/Grammar.pp` file. Thus: 168 $compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp')); 202 $ echo '[1, [1, [2, 3], 5], 8]' | hoa compiler:pp Json.pp 0 --visitor dump 221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump 239 Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp')),
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | Json.php | 20 class Json extends Parser class
|