Home
last modified time | relevance | path

Searched refs:isJson (Results 1 – 25 of 115) sorted by relevance

12345

/dports/finance/prestashop/prestashop/vendor/symfony/http-client/Exception/
H A DHttpExceptionTrait.php33 $isJson = false;
46 $isJson = true;
58 if ($isJson && $body = json_decode($response->getContent(false), true)) {
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Helper/
H A DHttpHelper.php150 * @param bool $isJson Send as JSON?
154 public function sendWithHeaders($payload, $headers = '', $isJson = false) argument
169 if ($isJson) {
/dports/math/scilab/scilab-6.1.1/scilab/modules/webtools/sci_gateway/cpp/
H A Dsci_http_put_post.cpp38 bool isJson = false; in sci_http_put_post() local
114 isJson = true; in sci_http_put_post()
129 isJson = true; in sci_http_put_post()
132 if(isJson) in sci_http_put_post()
/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddreg.c97 bool isJson = (rad == 'j' || rad == 'J'); in r_debug_reg_list() local
126 if (isJson) { in r_debug_reg_list()
181 if (isJson) { in r_debug_reg_list()
209 if (isJson) { in r_debug_reg_list()
216 if (isJson) { in r_debug_reg_list()
289 if (isJson) { in r_debug_reg_list()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/
H A DRequest.php19 if($this->isJson()){
42 public function isJson() { function in GO\\Base\\Request
/dports/math/pdal/PDAL-2.3.0/filters/
H A DShellFilter.cpp106 bool isJson = (m_command_output.find("{") != m_command_output.npos) || in done() local
109 if (isJson) in done()
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Config/
H A DConfig.php109 } elseif ($this->isJson($value)) {
173 private function isJson($value) function in Fxp\\Composer\\AssetPlugin\\Config\\Config
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Http/Client/
H A DRequest.php165 } elseif ($this->isJson()) {
217 public function isJson() function in Illuminate\\Http\\Client\\Request
/dports/editors/cpeditor/cpeditor-6.8.2/src/Extensions/
H A DCompanionServer.cpp66 const bool isJson = req->headers().keyHasValue("content-type", "application/json"); in startListeningOn() local
77 else if (!isJson) in startListeningOn()
/dports/devel/protobuf/protobuf-3.17.3/conformance/
H A Dconformance_python.py114 isJson = (request.WhichOneof('payload') == 'json_payload')
117 if (not isProto3) and (not isJson) and (not isProto2):
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/http/
H A DRequest.php180 }else if($this->isJson())
234 public function isJson() { function in go\\core\\http\\Request
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/conformance/
H A Dconformance_python.py117 isJson = (request.WhichOneof('payload') == 'json_payload')
120 if (not isProto3) and (not isJson) and (not isProto2):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/conformance/
H A Dconformance_python.py117 isJson = (request.WhichOneof('payload') == 'json_payload')
120 if (not isProto3) and (not isJson) and (not isProto2):
/dports/lang/elm/compiler-0.19.1/compiler/src/Canonicalize/
H A DEffects.hs169 | isJson home name -> Right ()
226 isJson :: ModuleName.Canonical -> Name.Name -> Bool
227 isJson home name = function
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DGeometry.cpp99 bool isJson = (wkt_or_json.find("{") != wkt_or_json.npos) || in update() local
104 if (isJson) in update()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Foundation/Http/Middleware/
H A DTransformsRequest.php34 if ($request->isJson()) {
/dports/www/limesurvey/limesurvey/application/extensions/yii-jsoneditor/
H A DJsonEditor.php52 if (!isJson($this->value)) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Http/Concerns/
H A DInteractsWithContentTypes.php14 public function isJson() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson()) { in format()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson()) { in format()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson()) { in format()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson()) { in format()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson()) { in format()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson()) { in format()
/dports/textproc/redisearch/RediSearch-2.2.5/tests/pytests/
H A Dtest_short_read.py89 def create_indices(env, rdbFileName, idxNameStem, isHash, isJson): argument
92 if isHash and isJson:
100 elif isJson:

12345