Home
last modified time | relevance | path

Searched refs:isJSON (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/diff/
H A Ddiff_test.go151 isJSON bool
157 isJSON: true,
163 isJSON: true,
169 isJSON: true,
175 isJSON: false,
180 isJSON, result, _ := isJSON(test.input)
181 if isJSON != test.isJSON {
182 t.Errorf("Unexpected result: %t", isJSON)
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/tests/
H A DtestHTTPResponse.lua24 assert.is_true(r.isJSON)
69 assert.is_true(r.isJSON)
110 assert.is_true(r.isJSON)
132 assert.is_false(r.isJSON)
/dports/sysutils/terraform/terraform-1.0.11/internal/command/cliconfig/
H A Dprovider_installation.go69 isJSON := block.Keys[0].Token.JSON
70 if block.Assign.Line != 0 && !isJSON {
79 if len(block.Keys) > 1 && !isJSON {
105 if methodBlock.Assign.Line != 0 && !isJSON {
114 if len(methodBlock.Keys) > 1 && !isJSON {
/dports/net/nsq/nsq-1.2.1/internal/http_api/
H A Dapi_response.go72 var isJSON bool
83 isJSON = true
93 isJSON = true
99 if isJSON {
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/apimachinery/apimachinery-0.16.8/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/apimachinery/apimachinery-6fa4771c83b3/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/devel/mutagen/mutagen-0.11.8/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go124 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
229 isJSON bool
300 if testCase.isJSON {
304 if !testCase.isJSON {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Variables/
H A DJSONVariableProvider.php94 if (!$this->isJSON($this->source)) {
108 protected function isJSON($string) function in TYPO3Fluid\\Fluid\\Core\\Variables\\JSONVariableProvider
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Variables/
H A DJSONVariableProvider.php94 if (!$this->isJSON($this->source)) {
108 protected function isJSON($string) function in TYPO3Fluid\\Fluid\\Core\\Variables\\JSONVariableProvider
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Variables/
H A DJSONVariableProvider.php94 if (!$this->isJSON($this->source)) {
108 protected function isJSON($string) function in TYPO3Fluid\\Fluid\\Core\\Variables\\JSONVariableProvider
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_mount.c57 bool isJSON = *input == 'j'; in cmd_mount_ls() local
61 input = r_str_trim_head_ro (input + isJSON); in cmd_mount_ls()
64 if (isJSON) { in cmd_mount_ls()
70 if (isJSON) { in cmd_mount_ls()
93 if (isJSON) { in cmd_mount_ls()
105 if (isJSON) { in cmd_mount_ls()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
256 isJSON bool
327 if testCase.isJSON {
331 if !testCase.isJSON {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
256 isJSON bool
327 if testCase.isJSON {
331 if !testCase.isJSON {
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/
H A DHTTPResponse.lua31 self.isJSON = false
40 self.isJSON = true
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
257 isJSON bool
328 if testCase.isJSON {
332 if !testCase.isJSON {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
256 isJSON bool
327 if testCase.isJSON {
331 if !testCase.isJSON {
/dports/net/inlets/inlets-3.0.2/vendor/k8s.io/apimachinery/apimachinery-0.20.1/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
256 isJSON bool
327 if testCase.isJSON {
331 if !testCase.isJSON {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apimachinery/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
256 isJSON bool
327 if testCase.isJSON {
331 if !testCase.isJSON {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/apimachinery/apimachinery-0.21.1/pkg/util/yaml/
H A Ddecoder_test.go151 if r, _, isJSON := GuessJSONStream(bytes.NewReader([]byte(" \n{}")), 100); !isJSON {
257 isJSON bool
328 if testCase.isJSON {
332 if !testCase.isJSON {

12345678