Home
last modified time | relevance | path

Searched refs:json_encode (Results 226 – 240 of 240) sorted by path

12345678910

/plugin/vbsso/includes/
H A Dapi.php352 $settings[VBSSO_NAMED_EVENT_FIELD_USERGROUPS_ASSOC] = json_encode($vbsso_usergroups_assoc);
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php340 $data = json_encode($json);
445 $data = json_encode($data);
462 return json_encode($response);
/plugin/watchcycle/
H A Daction.php217 echo json_encode($result);
242 echo json_encode($helper->validateMaintainerString($maintainers));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php257 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
H A DPlugin.php475 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
586 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
639 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
1036 $jsonBody = json_encode($vobj->jsonSerialize());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php890 return json_encode($output);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php41 return json_encode($component, $options);
/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));
369 fwrite($stream, json_encode($input));
392 $json->parse(json_encode($input), 0);
/plugin/webexteamsnotifier/
H A Daction.php70 $json = json_encode($data);
/plugin/whoisonline/
H A Dsyntax.php75 file_put_contents($filename, json_encode($newlist));
/plugin/workflow/syntax/
H A Ddecision.php70 $renderer->doc .= 'var wfnamespace = ' . json_encode($wfns) . ';';
71 $renderer->doc .= 'var wfpageid = ' . json_encode(substr($INFO['id'], strlen($wfns) + 1)) . ';';
72 $renderer->doc .= 'var wfstatedefs = ' . json_encode($attrs) . ';';
/plugin/xcom/scripts/
H A Dxml.php40 $params[$p] = json_encode($params[$p]);
89 $retv = json_encode($retv);
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php150 $embedded = json_encode($database, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
/plugin/yuriigantt/src/
H A DJsonRequest.php72 return json_encode($error);
76 return json_encode($error);
117 return json_encode($responseData);
/plugin/yuriigantt/src/Views/
H A Ddhtmlxgantt.php73 let database = <?= json_encode($database); ?>;

12345678910