Home
last modified time | relevance | path

Searched refs:json_encode (Results 126 – 150 of 240) sorted by relevance

12345678910

/plugin/custombuttons/
H A Dadmin.php45 file_put_contents($configfile, json_encode($conf));
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php62 file_put_contents($cachename, json_encode($groups, JSON_THROW_ON_ERROR));
/plugin/bez/ctl/
H A Dthreads.php20 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
H A Dtasks.php37 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/watchcycle/
H A Daction.php217 echo json_encode($result);
242 echo json_encode($helper->validateMaintainerString($maintainers));
/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/webexteamsnotifier/
H A Daction.php70 $json = json_encode($data);
/plugin/rocketchatnotifier/
H A Daction.php77 $json = json_encode($data);
/plugin/tablelayout/action/
H A Daction.php86 $INPUT->post->set('tablelayout', json_encode(array(
/plugin/imgpaste/
H A Daction.php79 echo json_encode([
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php374 $jsonEncodedKey = json_encode($key);
400 $jsonEncodedValue = json_encode($value);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
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/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php460 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
565 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
611 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
959 $jsonBody = json_encode($vobj->jsonSerialize());
/plugin/loglog/
H A Dadmin.php145 … echo '<pre>' . json_encode(json_decode($line['data']), JSON_PRETTY_PRINT) . '</pre>';
/plugin/loglog/helper/
H A Dlogging.php37 $data = !empty($data) ? json_encode($data) : '';
/plugin/authfacebook/lib/
H A DSignedRequest.php137 $encodedPayload = $this->base64UrlEncode(json_encode($payload));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php231 $input = json_encode($input);
/plugin/keywords/action/
H A Dkeywords.php83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php186 $result = @json_encode($data, $this->options);
H A DXmlDeserializationVisitor.php132 … convert data to boolean. Expected "true", "false", "1" or "0", but got %s.', json_encode($data)));
233 …'The array type does not support more than 2 parameters, but got %s.', json_encode($type['params']…
/plugin/tagsections/action/
H A Dajax.php75 echo json_encode($result);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFilterHandler.php76 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
/plugin/achart/
H A Dsyntax.php157 $newJson=json_encode($jsonData,JSON_NUMERIC_CHECK);
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php93 ? json_encode($parameters['postBody'])

12345678910