Home
last modified time | relevance | path

Searched refs:parseOption (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/utils/
H A DurlParams.test.ts1 import { decodePanelOptionsFromQueryString, encodePanelOptionsToQueryString, parseOption, toQuerySt…
43 expect(parseOption('invalid_prop=foo')).toEqual({});
46 expect(parseOption('expr=foo')).toEqual({ expr: 'foo' });
49 expect(parseOption('stacked=1')).toEqual({ stacked: true });
52 …expect(parseOption('end_input=2019-10-25%2023%3A37')).toEqual({ endTime: moment.utc('2019-10-25 23…
59 expect(parseOption('step_input=2')).toEqual({ resolution: 2 });
62 expect(parseOption('step_input=0')).toEqual({});
67 expect(parseOption('range_input=2h')).toEqual({ range: 7200 });
70 expect(parseOption('range_input=h')).toEqual({});
75 expect(parseOption('tab=0')).toEqual({ type: PanelType.Graph });
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/partition/
H A DTestKeyFieldHelper.java35 helper.parseOption(keySpecs); in testparseOption()
43 helper.parseOption(keySpecs); in testparseOption()
50 helper.parseOption(keySpecs); in testparseOption()
57 helper.parseOption(keySpecs); in testparseOption()
64 helper.parseOption(keySpecs); in testparseOption()
72 helper.parseOption(keySpecs); in testparseOption()
91 helper.parseOption(keySpecs); in testparseOption()
98 helper.parseOption(keySpecs); in testparseOption()
105 helper.parseOption(keySpecs); in testparseOption()
112 helper.parseOption(keySpecs); in testparseOption()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapreduce/lib/partition/
H A DTestKeyFieldHelper.java35 helper.parseOption(keySpecs); in testparseOption()
43 helper.parseOption(keySpecs); in testparseOption()
50 helper.parseOption(keySpecs); in testparseOption()
57 helper.parseOption(keySpecs); in testparseOption()
64 helper.parseOption(keySpecs); in testparseOption()
72 helper.parseOption(keySpecs); in testparseOption()
91 helper.parseOption(keySpecs); in testparseOption()
98 helper.parseOption(keySpecs); in testparseOption()
105 helper.parseOption(keySpecs); in testparseOption()
112 helper.parseOption(keySpecs); in testparseOption()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/lib/
H A DTestKeyFieldHelper.java35 helper.parseOption(keySpecs); in testparseOption()
43 helper.parseOption(keySpecs); in testparseOption()
50 helper.parseOption(keySpecs); in testparseOption()
57 helper.parseOption(keySpecs); in testparseOption()
64 helper.parseOption(keySpecs); in testparseOption()
72 helper.parseOption(keySpecs); in testparseOption()
91 helper.parseOption(keySpecs); in testparseOption()
98 helper.parseOption(keySpecs); in testparseOption()
105 helper.parseOption(keySpecs); in testparseOption()
112 helper.parseOption(keySpecs); in testparseOption()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/utils/
H A Dutils.test.ts15 parseOption,
203 expect(parseOption('invalid_prop=foo')).toEqual({});
206 expect(parseOption('expr=foo')).toEqual({ expr: 'foo' });
209 expect(parseOption('stacked=1')).toEqual({ stacked: true });
215 expect(parseOption('moment_input=2019-10-25%2023%3A37')).toEqual({
231 parseOption(
239 expect(parseOption('step_input=2')).toEqual({ resolution: 2 });
242 expect(parseOption('step_input=0')).toEqual({});
248 expect(parseOption('range_input=2h')).toEqual({ range: 7200 });
251 expect(parseOption('range_input=h')).toEqual({});
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwk/
H A Doption.go54 parseOption() methodSpec
57 type parseOption struct { struct
61 func (*parseOption) parseOption() {} func
62 func (*parseOption) readFileOption() {} argument
122 return &parseOption{
151 return &parseOption{
160 return &parseOption{option.New(identLocalRegistry{}, r)}
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwk/
H A Doption.go54 parseOption() methodSpec
57 type parseOption struct { struct
61 func (*parseOption) parseOption() {} argument
62 func (*parseOption) readFileOption() {} argument
122 return &parseOption{
151 return &parseOption{
160 return &parseOption{option.New(identLocalRegistry{}, r)}
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Domain/Finishers/
H A DEmailFinisher.php89 $subject = $this->parseOption('subject');
90 $recipientAddress = $this->parseOption('recipientAddress');
91 $recipientName = $this->parseOption('recipientName');
92 $senderAddress = $this->parseOption('senderAddress');
93 $senderName = $this->parseOption('senderName');
94 $replyToAddress = $this->parseOption('replyToAddress');
95 $carbonCopyAddress = $this->parseOption('carbonCopyAddress');
96 $blindCarbonCopyAddress = $this->parseOption('blindCarbonCopyAddress');
97 $format = $this->parseOption('format');
98 $attachUploads = $this->parseOption('attachUploads');
[all …]
H A DFlashMessageFinisher.php69 $messageBody = $this->parseOption('messageBody');
73 $messageTitle = $this->parseOption('messageTitle');
74 $messageArguments = $this->parseOption('messageArguments');
75 $messageCode = $this->parseOption('messageCode');
76 $severity = $this->parseOption('severity');
H A DSaveToDatabaseFinisher.php272 $table = $this->parseOption('table');
273 $elementsConfiguration = $this->parseOption('elements');
274 $databaseColumnMappingsConfiguration = $this->parseOption('databaseColumnMappings');
280 $value = $this->parseOption('databaseColumnMappings.' . $databaseColumnName . '.value');
310 $whereClause[$columnName] = $this->parseOption('whereClause.' . $columnName);
H A DRedirectFinisher.php69 $pageUid = (int)str_replace('pages_', '', $this->parseOption('pageUid'));
70 $additionalParameters = $this->parseOption('additionalParameters');
72 $delay = (int)$this->parseOption('delay');
73 $statusCode = (int)$this->parseOption('statusCode');
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/utils/
H A Dutils.test.ts15 parseOption,
243 expect(parseOption('invalid_prop=foo')).toEqual({});
246 expect(parseOption('expr=foo')).toEqual({ expr: 'foo' });
249 expect(parseOption('stacked=1')).toEqual({ stacked: true });
255 expect(parseOption('moment_input=2019-10-25%2023%3A37')).toEqual({
262 expect(parseOption('step_input=2')).toEqual({ resolution: 2 });
265 expect(parseOption('step_input=0')).toEqual({});
271 expect(parseOption('range_input=2h')).toEqual({ range: 2 * 60 * 60 * 1000 });
274 expect(parseOption('range_input=h')).toEqual({});
280 expect(parseOption('tab=0')).toEqual({ type: PanelType.Graph });
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/react-app/src/utils/
H A Dutils.test.ts15 parseOption,
243 expect(parseOption('invalid_prop=foo')).toEqual({});
246 expect(parseOption('expr=foo')).toEqual({ expr: 'foo' });
249 expect(parseOption('stacked=1')).toEqual({ stacked: true });
255 expect(parseOption('moment_input=2019-10-25%2023%3A37')).toEqual({
262 expect(parseOption('step_input=2')).toEqual({ resolution: 2 });
265 expect(parseOption('step_input=0')).toEqual({});
271 expect(parseOption('range_input=2h')).toEqual({ range: 2 * 60 * 60 * 1000 });
274 expect(parseOption('range_input=h')).toEqual({});
280 expect(parseOption('tab=0')).toEqual({ type: PanelType.Graph });
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/utils/
H A Dutils.test.ts15 parseOption,
243 expect(parseOption('invalid_prop=foo')).toEqual({});
246 expect(parseOption('expr=foo')).toEqual({ expr: 'foo' });
249 expect(parseOption('stacked=1')).toEqual({ stacked: true });
255 expect(parseOption('moment_input=2019-10-25%2023%3A37')).toEqual({
262 expect(parseOption('step_input=2')).toEqual({ resolution: 2 });
265 expect(parseOption('step_input=0')).toEqual({});
271 expect(parseOption('range_input=2h')).toEqual({ range: 2 * 60 * 60 * 1000 });
274 expect(parseOption('range_input=h')).toEqual({});
280 expect(parseOption('tab=0')).toEqual({ type: PanelType.Graph });
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Domain/Finishers/
H A DEmailFinisher.php96 $subject = $this->parseOption('subject');
98 $senderAddress = $this->parseOption('senderAddress');
100 $senderName = $this->parseOption('senderName');
106 $attachUploads = $this->parseOption('attachUploads');
107 $useFluidEmail = $this->parseOption('useFluidEmail');
108 $title = $this->parseOption('title');
340 $recipients = $this->parseOption($listOption);
341 $singleAddress = $this->parseOption($singleAddressOption);
359 $singleAddressName = $this->parseOption($singleAddressNameOption);
389 $format = $this->parseOption('format');
[all …]
H A DFlashMessageFinisher.php73 $messageBody = $this->parseOption('messageBody');
77 $messageTitle = $this->parseOption('messageTitle');
78 $messageArguments = $this->parseOption('messageArguments');
79 $messageCode = $this->parseOption('messageCode');
80 $severity = $this->parseOption('severity');
H A DSaveToDatabaseFinisher.php275 $table = $this->parseOption('table');
277 $elementsConfiguration = $this->parseOption('elements');
279 $databaseColumnMappingsConfiguration = $this->parseOption('databaseColumnMappings');
285 $value = $this->parseOption('databaseColumnMappings.' . $databaseColumnName . '.value');
315 $whereClause[$columnName] = $this->parseOption('whereClause.' . $columnName);
H A DRedirectFinisher.php69 $pageUid = $this->parseOption('pageUid');
71 $additionalParameters = $this->parseOption('additionalParameters');
74 $delay = (int)$this->parseOption('delay');
75 $statusCode = (int)$this->parseOption('statusCode');
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Domain/Finishers/
H A DFlashMessageFinisher.php89 $messageBody = $this->parseOption('messageBody');
93 $messageTitle = $this->parseOption('messageTitle');
94 $messageArguments = $this->parseOption('messageArguments');
95 $messageCode = $this->parseOption('messageCode');
96 $severity = $this->parseOption('severity');
H A DEmailFinisher.php91 $subject = $this->parseOption('subject');
93 $senderAddress = $this->parseOption('senderAddress');
95 $senderName = $this->parseOption('senderName');
100 $addHtmlPart = $this->parseOption('addHtmlPart') ? true : false;
101 $attachUploads = $this->parseOption('attachUploads');
102 $useFluidEmail = $this->parseOption('useFluidEmail');
103 $title = $this->parseOption('title');
335 $recipients = $this->parseOption($listOption) ?? [];
H A DSaveToDatabaseFinisher.php275 $table = $this->parseOption('table');
277 $elementsConfiguration = $this->parseOption('elements');
279 $databaseColumnMappingsConfiguration = $this->parseOption('databaseColumnMappings');
285 $value = $this->parseOption('databaseColumnMappings.' . $databaseColumnName . '.value');
315 $whereClause[$columnName] = $this->parseOption('whereClause.' . $columnName);
H A DRedirectFinisher.php63 $pageUid = $this->parseOption('pageUid');
65 $additionalParameters = $this->parseOption('additionalParameters');
68 $statusCode = (int)$this->parseOption('statusCode');
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/
H A Doptions.go45 parseOption() methodSpec
48 type parseOption struct { struct
53 return &parseOption{option.New(n, v)}
56 func (*parseOption) parseOption() {} func
57 func (*parseOption) readFileOption() {} argument
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwt/
H A Doptions.go45 parseOption() methodSpec
48 type parseOption struct { struct
53 return &parseOption{option.New(n, v)}
56 func (*parseOption) parseOption() {} argument
57 func (*parseOption) readFileOption() {} argument
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/hscolour-1.24.4/
H A DHsColour.hs47 parseOption :: String -> Either String Option
48 parseOption ('-':'o':s) = Right (Output s) function
49 parseOption ('-':'a':'n':'n':'o':'t':'=':s) = Right (Annot s) function
50 parseOption s@('-':_) = maybe (Left s) Right function
52 parseOption s = Right (Input s) function
59 let options = map parseOption args

12345678910>>...14