| /plugin/struct/_test/types/ |
| H A D | LookupTest.php | 100 'drop1' => json_encode(['', 1]), 'drop2' => json_encode(['', 1]), 'drop3' => 'John' 105 'drop1' => json_encode(['', 2]), 'drop2' => json_encode(['', 2]), 'drop3' => 'Jane' 111 'drop1' => json_encode(['', 3]), 'drop2' => json_encode(['', 3]), 'drop3' => 'Tarzan' 169 json_encode(['', 3]) => 'cat', 170 json_encode(['', 2]) => 'dog', 171 json_encode(['', 1]) => 'shoe', 201 json_encode(['', 2]) => 'Hund', 202 json_encode(['', 3]) => 'Katze', 203 json_encode(['', 1]) => 'Schuh', 220 json_encode(['', 2]) => 'chien', [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | json_encode.rst | 1 ``json_encode`` 4 The ``json_encode`` filter returns the JSON representation of a value: 8 {{ data|json_encode() }} 12 Internally, Twig uses the PHP `json_encode`_ function. 17 * ``options``: A bitmask of `json_encode options`_: ``{{ 18 data|json_encode(constant('JSON_PRETTY_PRINT')) }}``. 20 ``{{ data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_HEX_QUOT') }}`` 22 .. _`json_encode`: https://secure.php.net/json_encode target 23 .. _`json_encode options`: https://secure.php.net/manual/en/json.constants.php
|
| /plugin/tagfilter/_test/ |
| D | ajax.test.php | 29 $INPUT->set('form', json_encode(array())); 30 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags')); 31 $INPUT->set('flags', json_encode(array())); 32 $INPUT->set('pagesearch', json_encode(array())); 56 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags')); 57 $INPUT->set('flags', json_encode(array())); 58 $INPUT->set('pagesearch', json_encode(array())); 86 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags')); 87 $INPUT->set('flags', json_encode(array())); 88 $INPUT->set('pagesearch', json_encode(array())); [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/ |
| D | JsonMatchesTest.php | 24 $jsonValue = json_encode(['Mascott' => 'Tux']); 33 …SON' => [true, json_encode(['Mascott' => 'Tux']… 34 …'error syntax' => [false, '{"Mascott"::}', json_encode(['Mascott' =… 35 …'error UTF-8' => [false, json_encode('\xB1\x31'), json_encode(['Mascott' =… 36 …'invalid JSON in class instantiation' => [false, json_encode(['Mascott' =…
|
| /plugin/mermaid/ |
| H A D | action.php | 39 …echo json_encode(['status' => 'failure', 'data' => ['Could not lock the Mermaid diagram as the req… 47 …echo json_encode(['status' => 'failure', 'data' => ['Could not unlock the Mermaid diagram as the r… 72 echo json_encode(['status' => 'failure', 'data' => ['Missing required parameters.']]); 79 …echo json_encode(['status' => 'failure', 'data' => ['You do not have permission to edit this file.… 84 …echo json_encode(['status' => 'failure', 'data' => ['The page is currently locked.\nTry again late… 101 …echo json_encode(['status' => 'failure', 'data' => ['Could not lock the Mermaid diagram as the req… 111 …echo json_encode(['status' => 'failure', 'data' => ['Could not unlock the Mermaid diagram as the r… 118 echo json_encode(['status' => 'success', 'data' => []]); 120 …echo json_encode(['status' => 'failure', 'data' => ['Could not ' . $_REQUEST['mode'] . ' the Merma…
|
| /plugin/stopforumspam/_test/ |
| D | ResponseCheckerTest.php | 22 $json = json_encode($resp); 39 $json = json_encode($resp); 50 $json = json_encode($resp); 61 $json = json_encode($resp); 72 $json = json_encode($resp); 83 $json = json_encode($resp); 94 $json = json_encode($resp);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | json_encode.test | 2 "json_encode" filter 4 {{ "foo"|json_encode|raw }} 5 {{ foo|json_encode|raw }} 6 {{ [foo, "foo"]|json_encode|raw }}
|
| /plugin/fho/ |
| D | save_status.php | 15 echo json_encode(['status' => 'success', 'message' => 'Daten gespeichert.']); 17 echo json_encode(['status' => 'error', 'message' => 'Keine Daten empfangen.']); 31 echo json_encode([]); 34 echo json_encode(['status' => 'error', 'message' => 'Nur POST- und GET-Anfragen erlaubt.']);
|
| /plugin/taskextra/ |
| D | action.php | 79 echo json_encode(array('status' => 'success')); 96 echo json_encode(['error' => 'Due date is required']); 114 echo json_encode(array('status' => 'success')); 131 echo json_encode(['error' => 'Priority is required']); 150 echo json_encode(array('status' => 'success'));
|
| /plugin/tagging/action/ |
| H A D | main.php | 186 echo json_encode(array_combine($tags, $tags)); 203 echo json_encode(['status' => 'error', 'msg' => $this->getLang('no_admin')]); 208 …echo json_encode(['status' => 'error', 'msg' => 'Security Token did not match. Possible CSRF attac… 213 echo json_encode(['status' => 'error', 'msg' => 'No page id given.']); 219 …echo json_encode(['status' => 'error', 'msg' => 'No proper input. Give "oldValue" and "newValue"']… 226 echo json_encode(['status' => 'error', 'msg' => $msg]); 232 echo json_encode([
|
| /plugin/dokullm/ |
| H A D | action.php | 185 echo json_encode(['result' => $actions]); 188 echo json_encode(['error' => $e->getMessage()]); 200 echo json_encode(['result' => ['content' => $templateContent]]); 203 echo json_encode(['error' => $e->getMessage()]); 213 echo json_encode(['result' => ['template' => $template[0]]]); 215 echo json_encode(['result' => ['template' => null]]); 219 echo json_encode(['error' => $e->getMessage()]); 226 echo json_encode(['error' => 'No text provided']); 259 echo json_encode(['result' => $result]); 262 echo json_encode(['error' => $e->getMessage()]);
|
| /plugin/diagramsnet/ |
| D | action.php | 85 echo json_encode($result); 90 echo json_encode($result); 109 echo json_encode($result); 113 echo json_encode($result);
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | JsonTest.php | 158 $parser = new Json(json_encode($input)); 311 $parser = new Json(json_encode($input)); 369 fwrite($stream, json_encode($input)); 392 $json->parse(json_encode($input), 0);
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | JsonTest.php | 159 $parser = new Json(json_encode($input)); 311 $parser = new Json(json_encode($input)); 369 fwrite($stream, json_encode($input)); 392 $json->parse(json_encode($input), 0);
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | JsonTest.php | 158 $parser = new Json(json_encode($input)); 311 $parser = new Json(json_encode($input)); 369 fwrite($stream, json_encode($input)); 392 $json->parse(json_encode($input), 0);
|
| /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)); 369 fwrite($stream, json_encode($input)); 392 $json->parse(json_encode($input), 0);
|
| /plugin/botmon/ |
| H A D | action.php | 102 …now(), session: " . json_encode($this->sessionId) . ", seed: " . json_encode($this->getConf('captc… 259 …echo DOKU_TAB . DOKU_TAB . '"dlgTitle": ' . json_encode($this->getLang('bm_dlgTitle')) . ',' . NL; 260 …echo DOKU_TAB . DOKU_TAB . '"dlgSubtitle": ' . json_encode($this->getLang('bm_dlgSubtitle')) . ',… 261 …echo DOKU_TAB . DOKU_TAB . '"dlgConfirm": ' . json_encode($this->getLang('bm_dlgConfirm')) . ',' … 262 …echo DOKU_TAB . DOKU_TAB . '"dlgChecking": ' . json_encode($this->getLang('bm_dlgChecking')) . ',… 263 …echo DOKU_TAB . DOKU_TAB . '"dlgLoading": ' . json_encode($this->getLang('bm_dlgLoading')) . ',' … 264 …echo DOKU_TAB . DOKU_TAB . '"dlgError": ' . json_encode($this->getLang('bm_dlgError')) . ',' . NL; 269 …echo DOKU_TAB . DOKU_TAB . '"captchaBypass": ' . json_encode($this->getConf('captchaBypass')) . N…
|
| H A D | admin.php | 58 showday: ' . json_encode($this->getConf('showday')) . ', 59 combineNets: ' . json_encode($this->getConf('combineNets')) . ', 60 useCaptcha: ' . json_encode($this->getConf('useCaptcha') !== 'disabled') . '
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
| D | FormErrorHandlerTest.php | 69 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 79 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 81 self::assertSame(json_encode([ 90 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 92 self::assertSame(json_encode([ 119 $data = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 134 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 136 self::assertSame(json_encode([
|
| /plugin/tagbutton/ |
| D | action.php | 50 echo json_encode(array('status' => 'exists')); 68 echo json_encode(array('status' => 'success')); 70 echo json_encode(array('status' => 'error'));
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
| D | Utils.php | 86 $json = @json_encode($data, $encodeFlags); 94 $json = json_encode($data, $encodeFlags); 134 $json = json_encode($data, $encodeFlags); 273 $context = "\nContext: " . json_encode($record['context']); 276 $extra = "\nExtra: " . json_encode($record['extra']);
|
| /plugin/combo/ComboStrap/ |
| H A D | Json.php | 71 return json_encode($jsonArray, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); 132 return json_encode($this->jsonArray, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); 147 return json_encode($this->jsonArray);
|
| /plugin/move/action/ |
| D | rename.php | 116 echo json_encode(array('redirect_url' => wl($dst, '', true, '&'))); 123 echo json_encode(array('error' => $error)); 164 echo json_encode($response); 182 echo json_encode($response);
|
| /plugin/aichat/ |
| D | action.php | 49 echo json_encode([ 73 echo json_encode([ 94 echo json_encode([
|
| /plugin/prosemirror/action/ |
| D | ajax.php | 107 echo json_encode($responseData); 169 echo json_encode(['error' => $errorMsg]); 192 echo json_encode(['error' => $errorMsg]); 201 echo json_encode($responseData);
|