Home
last modified time | relevance | path

Searched refs:useJson (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/process/
H A Dqgsprocess.cpp508 if ( !useJson ) in listAlgorithms()
563 if ( useJson ) in listAlgorithms()
574 if ( !useJson ) in listPlugins()
611 if ( useJson ) in listPlugins()
708 if ( !useJson ) in showAlgorithmHelp()
826 if ( !useJson ) in showAlgorithmHelp()
850 if ( !useJson ) in showAlgorithmHelp()
867 if ( useJson ) in execute()
921 if ( useJson ) in execute()
948 if ( !useJson ) in execute()
[all …]
H A Dqgsprocess.h43 ConsoleFeedback( bool useJson );
79 void listAlgorithms( bool useJson );
80 void listPlugins( bool useJson, bool showLoaded );
82 int showAlgorithmHelp( const QString &id, bool useJson );
89 bool useJson,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/process/
H A Dqgsprocess.cpp489 if ( !useJson ) in listAlgorithms()
544 if ( useJson ) in listAlgorithms()
555 if ( !useJson ) in listPlugins()
592 if ( useJson ) in listPlugins()
689 if ( !useJson ) in showAlgorithmHelp()
807 if ( !useJson ) in showAlgorithmHelp()
831 if ( !useJson ) in showAlgorithmHelp()
848 if ( useJson ) in execute()
902 if ( useJson ) in execute()
929 if ( !useJson ) in execute()
[all …]
H A Dqgsprocess.h42 ConsoleFeedback( bool useJson );
78 void listAlgorithms( bool useJson );
79 void listPlugins( bool useJson, bool showLoaded );
81 int showAlgorithmHelp( const QString &id, bool useJson );
87 bool useJson,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Dispatcher/
H A DSingleBodyParameterMessageFormatter.cs130 …OperationDescription operation, Type type, bool isRequestFormatter, bool useJson, UnwrappedTypesXm… in CreateClientFormatter() argument
136 else if (useJson) in CreateClientFormatter()
146 …OperationDescription operation, Type type, bool isRequestFormatter, bool useJson, UnwrappedTypesXm… in CreateDispatchFormatter() argument
150 return new NullMessageFormatter(useJson, callbackParameterName); in CreateDispatchFormatter()
152 else if (useJson) in CreateDispatchFormatter()
309 bool useJson; field in System.ServiceModel.Dispatcher.SingleBodyParameterMessageFormatter.NullMessageFormatter
312 public NullMessageFormatter(bool useJson, string callbackParameterName) in NullMessageFormatter() argument
314 this.useJson = useJson; in NullMessageFormatter()
331 … if (useJson && WebHttpBehavior.TrySetupJavascriptCallback(callbackParameterName) != null) in SerializeReply()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/logging/
H A Dvault.go23 JSONFormat: useJson(),
28 func useJson() bool { func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/helper/logging/
H A Dvault.go23 JSONFormat: useJson(),
28 func useJson() bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/logging/
H A Dvault.go23 JSONFormat: useJson(),
28 func useJson() bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/logging/
H A Dvault.go23 JSONFormat: useJson(),
28 func useJson() bool { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Description/
H A DWebHttpBehavior.cs497 if (useJson) in GetDefaultClientFormatter()
608 …bool useJson = (responseFormat == WebMessageFormat.Json || SupportsJsonFormat(operationDescription… in GetReplyDispatchFormatter()
630 if (useJson) in GetReplyDispatchFormatter()
640 if (useJson) in GetReplyDispatchFormatter()
655 bool useJson = (requestFormat == WebMessageFormat.Json); in GetRequestClientFormatter()
696 … baseFormatter = GetDefaultClientFormatter(operationDescription, useJson, !IsBareRequest(style)); in GetRequestClientFormatter()
731 string defaultContentType = GetDefaultContentType(isStream, useJson, webEncoding); in GetRequestClientFormatter()
1049 …string GetDefaultContentType(bool isStream, bool useJson, WebMessageEncodingBindingElement webEnco… in GetDefaultContentType() argument
1055 else if (useJson) in GetDefaultContentType()
1065 …IDispatchMessageFormatter GetDefaultDispatchFormatter(OperationDescription od, bool useJson, bool … in GetDefaultDispatchFormatter() argument
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/parser/
H A DParserCache.php151 * @param bool $useJson Temporary feature flag, remove before 1.36 is released.
163 $useJson = false argument
174 $this->readJson = $useJson;
175 $this->writeJson = $useJson;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/parser/
H A DParserCache.php143 * @param bool $useJson Temporary feature flag, remove before 1.36 is released.
155 $useJson = false argument
179 $this->readJson = $useJson;
180 $this->writeJson = $useJson;