Home
last modified time | relevance | path

Searched refs:anything (Results 26 – 50 of 17327) sorted by relevance

12345678910>>...694

/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/rdata/
H A Dnull.rs42 anything: Option<Vec<u8>>, field
52 pub fn with(anything: Vec<u8>) -> NULL { in with()
54 anything: Some(anything), in with()
59 pub fn anything(&self) -> Option<&[u8]> { in anything() method
60 self.anything.as_ref().map(|bytes| &bytes[..]) in anything()
68 let anything = decoder.read_vec(rdata_length)?.unverified(/*any byte array is good*/); in read() localVariable
69 Ok(NULL::with(anything)) in read()
77 if let Some(anything) = nil.anything() { in emit()
78 for b in anything.iter() { in emit()
88 if let Some(thing) = &self.anything { in fmt()
/dports/textproc/elixir-earmark/earmark-1.2.5/src/
H A Dlink_text_parser.yrl30 rest -> anything.
31 rest -> anything rest.
33 anything -> exclamation_mark.
34 anything -> verbatim.
35 anything -> open_paren.
36 anything -> close_paren.
37 anything -> open_bracket.
38 anything -> close_bracket.
39 anything -> any_quote.
40 anything -> escaped.
[all …]
/dports/devel/R-cran-lintr/lintr/tests/testthat/
H A Dtest-object_usage_linter.R29 rex("local variable", anything, "assigned but may not be used"),
37 rex("local variable", anything, "assigned but may not be used"),
44 rex("local variable", anything, "assigned but may not be used"),
53 rex("local variable", anything, "assigned but may not be used"),
54 rex("no visible binding for global variable ", anything)
62 rex("no visible global function definition for ", anything),
69 rex("no visible global function definition for ", anything),
77 rex("no visible global function definition for ", anything),
84 rex("no visible global function definition for ", anything),
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/trust-dns-proto-0.19.5/src/rr/rdata/
H A Dnull.rs41 anything: Option<Vec<u8>>, field
51 pub fn with(anything: Vec<u8>) -> NULL { in with()
53 anything: Some(anything), in with()
58 pub fn anything(&self) -> Option<&[u8]> { in anything() method
59 self.anything.as_ref().map(|bytes| &bytes[..]) in anything()
67 let anything = decoder.read_vec(rdata_length)?.unverified(/*any byte array is good*/); in read() localVariable
68 Ok(NULL::with(anything)) in read()
76 if let Some(anything) = nil.anything() { in emit()
77 for b in anything.iter() { in emit()
/dports/net/proby/proby-1.0.2/cargo-crates/trust-dns-proto-0.18.0-alpha.2/src/rr/rdata/
H A Dnull.rs41 anything: Option<Vec<u8>>, field
51 pub fn with(anything: Vec<u8>) -> NULL { in with()
53 anything: Some(anything), in with()
58 pub fn anything(&self) -> Option<&[u8]> { in anything() method
59 self.anything.as_ref().map(|bytes| &bytes[..]) in anything()
67 let anything = decoder.read_vec(rdata_length)?.unverified(/*any byte array is good*/); in read() localVariable
68 Ok(NULL::with(anything)) in read()
76 if let Some(anything) = nil.anything() { in emit()
77 for b in anything.iter() { in emit()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/css/supports/
H A Dsyntax.hrx121 <===> anything/ident_only/input.scss
124 <===> anything/ident_only/output.css
131 <===> anything/idents/options.yml
136 <===> anything/idents/input.scss
139 <===> anything/idents/output.css
146 <===> anything/symbols/options.yml
151 <===> anything/symbols/input.scss
154 <===> anything/symbols/output.css
161 <===> anything/no_space/options.yml
166 <===> anything/no_space/input.scss
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/nonreg_tests/
H A Dbug_4359.tst14 // M(:,:)='anything' produces erroneous result.
17 M(:,:)="anything";
18 if M<>"anything" then pause,end
20 M(:)="anything";
21 if M<>"anything" then pause,end
24 M(:,:)=["anything" "blabla"];
25 if or(M<>["anything" "blabla"]) then pause,end
28 M(:)=["anything" "blabla"];
29 if or(M<>["anything" "blabla"]) then pause,end
H A Dbug_4359.dia.ref14 // M(:,:)='anything' produces erroneous result.
16 M(:,:)="anything";
17 if M<>"anything" then bugmes();quit;end
19 M(:)="anything";
20 if M<>"anything" then bugmes();quit;end
22 M(:,:)=["anything" "blabla"];
23 if or(M<>["anything" "blabla"]) then bugmes();quit;end
25 M(:)=["anything" "blabla"];
26 if or(M<>["anything" "blabla"]) then bugmes();quit;end
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyjson5/src/json5/
H A Djson5.g7 | anything:x ?( is_unicat(x, 'Zs') ) -> x
12 comment = '//' (~eol anything)*
13 | '/*' (~'*/' anything)* '*/'
34 | ~bslash ~squote ~eol anything:c -> c
38 | ~bslash ~dquote ~eol anything:c -> c
55 | ~('x'|'u'|digit|eol) anything:c -> c
82 other_id_start = anything:x ?(is_unicat(x, 'Ll')) -> x
83 | anything:x ?(is_unicat(x, 'Lm')) -> x
84 | anything:x ?(is_unicat(x, 'Lo')) -> x
85 | anything:x ?(is_unicat(x, 'Lt')) -> x
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyjson5/src/json5/
H A Djson5.g7 | anything:x ?( is_unicat(x, 'Zs') ) -> x
12 comment = '//' (~eol anything)*
13 | '/*' (~'*/' anything)* '*/'
34 | ~bslash ~squote ~eol anything:c -> c
38 | ~bslash ~dquote ~eol anything:c -> c
80 other_id_start = anything:x ?(is_unicat(x, 'Ll')) -> x
81 | anything:x ?(is_unicat(x, 'Lm')) -> x
82 | anything:x ?(is_unicat(x, 'Lo')) -> x
83 | anything:x ?(is_unicat(x, 'Lt')) -> x
84 | anything:x ?(is_unicat(x, 'Lu')) -> x
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/third_party/pyjson5/src/json5/
H A Djson5.g7 | anything:x ?( is_unicat(x, 'Zs') ) -> x
12 comment = '//' (~eol anything)*
13 | '/*' (~'*/' anything)* '*/'
34 | ~bslash ~squote ~eol anything:c -> c
38 | ~bslash ~dquote ~eol anything:c -> c
80 other_id_start = anything:x ?(is_unicat(x, 'Ll')) -> x
81 | anything:x ?(is_unicat(x, 'Lm')) -> x
82 | anything:x ?(is_unicat(x, 'Lo')) -> x
83 | anything:x ?(is_unicat(x, 'Lt')) -> x
84 | anything:x ?(is_unicat(x, 'Lu')) -> x
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/third_party/pyjson5/src/json5/
H A Djson5.g7 | anything:x ?( is_unicat(x, 'Zs') ) -> x
12 comment = '//' (~eol anything)*
13 | '/*' (~'*/' anything)* '*/'
34 | ~bslash ~squote ~eol anything:c -> c
38 | ~bslash ~dquote ~eol anything:c -> c
80 other_id_start = anything:x ?(is_unicat(x, 'Ll')) -> x
81 | anything:x ?(is_unicat(x, 'Lm')) -> x
82 | anything:x ?(is_unicat(x, 'Lo')) -> x
83 | anything:x ?(is_unicat(x, 'Lt')) -> x
84 | anything:x ?(is_unicat(x, 'Lu')) -> x
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/physics/
H A DAnchors.cpp228 anything = std::min(anything, center.y); in ANCHOR_IsPolyInCylinder()
241 anything = std::min(anything, center.y); in ANCHOR_IsPolyInCylinder()
249 anything = std::min(anything, center.y); in ANCHOR_IsPolyInCylinder()
258 anything = std::min(anything, center.y); in ANCHOR_IsPolyInCylinder()
265 anything = std::min(anything, ep->v[n].p.y); in ANCHOR_IsPolyInCylinder()
276 anything = std::min(anything, ep->min.y); in ANCHOR_IsPolyInCylinder()
278 return anything; in ANCHOR_IsPolyInCylinder()
348 if (ep) anything = std::min(anything, ep->min.y); in ANCHOR_CheckAnythingInCylinder()
353 anything = std::min(anything, tempo); in ANCHOR_CheckAnythingInCylinder()
355 anything = anything - cyl->origin.y; in ANCHOR_CheckAnythingInCylinder()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/test/t01_valid_cycle/
H A DtgaCycle.inp4 #env_help = anything
19 cycle_cal_ip_help = anything
30 cycle_cal_ip_mh_help = anything
146 cycle_cal_fp_help = anything
159 cycle_cal_fp_mc_help = anything
167 #cycle_cal_fp_mc_pseq_stats_help = anything
187 #cycle_cal_fp_mc_qseq_stats_help = anything
231 cycle_val_ip_help = anything
242 cycle_val_ip_mh_help = anything
358 cycle_val_fp_help = anything
[all …]
/dports/devel/R-cran-covr/covr/tests/testthat/
H A Dtest-print.R20 rex::rex("R/TestPrint.R: ", anything, "66.67%"))
23 rex::rex("TestPrint Coverage: ", anything, "0.00%"))
26 rex::rex("R/TestPrint.R: ", anything, "0.00%"))
30 rex::rex("TestPrint Coverage: ", anything, "0.00%"))
33 rex::rex("R/TestPrint.R: ", anything, "0.00%"))
39 rex::rex("test_me", anything, "0.00%"))
42 rex::rex("test_me", anything, "66.67%"))
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_diff.cpp36 diff.anything = diff.canvas = true; in compare_docs()
41 diff.anything = diff.totalFrames = true; in compare_docs()
46 diff.anything = diff.frameDuration = true; in compare_docs()
54 diff.anything = diff.frameTags = true; in compare_docs()
67 diff.anything = diff.frameTags = true; in compare_docs()
84 diff.anything = diff.palettes = true; in compare_docs()
92 diff.anything = diff.layers = true; in compare_docs()
109 diff.anything = diff.layers = true; in compare_docs()
120 diff.anything = diff.cels = true; in compare_docs()
126 diff.anything = diff.cels = true; in compare_docs()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/backup/
H A Dgitaly_backup_spec.rb43 …expect(Open3).to receive(:popen2).with(expected_env, anything, 'create', '-path', anything).and_ca…
64 …expect(Open3).to receive(:popen2).with(expected_env, anything, 'create', '-path', anything, '-para…
75 …expect(Open3).to receive(:popen2).with(expected_env, anything, 'create', '-path', anything, '-para…
115 …expect(Open3).to receive(:popen2).with(ssl_env, anything, 'create', '-path', anything).and_call_or…
140 …expect(Open3).to receive(:popen2).with(expected_env, anything, 'restore', '-path', anything).and_c…
163 …expect(Open3).to receive(:popen2).with(expected_env, anything, 'restore', '-path', anything, '-par…
174 …expect(Open3).to receive(:popen2).with(expected_env, anything, 'restore', '-path', anything, '-par…
/dports/net/czmq4/czmq-4.2.1/api/
H A Dzlistx.api21 <return type = "anything" />
45 <return type = "anything" mutable = "1" />
53 <return type = "anything" mutable = "1" />
63 <return type = "anything" mutable = "1" />
68 <return type = "anything" mutable = "1" />
74 <return type = "anything" mutable = "1" />
81 <return type = "anything" mutable = "1" />
88 <return type = "anything" mutable = "1" />
94 <return type = "anything" mutable = "1" />
100 <return type = "anything" mutable = "1" />
[all …]
/dports/net/czmq/czmq-4.1.1/api/
H A Dzlistx.api21 <return type = "anything" />
45 <return type = "anything" mutable = "1" />
53 <return type = "anything" mutable = "1" />
63 <return type = "anything" mutable = "1" />
68 <return type = "anything" mutable = "1" />
74 <return type = "anything" mutable = "1" />
81 <return type = "anything" mutable = "1" />
88 <return type = "anything" mutable = "1" />
94 <return type = "anything" mutable = "1" />
100 <return type = "anything" mutable = "1" />
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm109 ':key' => { name => \&custom_2, value => \&anything },
179 ':key' => { name => \&string, value => \&anything },
219 ':key' => { name => \&string, value => \&anything },
241 ':key' => { name => \&string, value => \&anything },
250 ':key' => { name => \&string, value => \&anything },
312 ':key' => { name => \&string, value => \&anything },
325 ':key' => { name => \&string, value => \&anything },
387 ':key' => { name => \&string, value => \&anything },
410 ':key' => { name => \&string, value => \&anything },
433 ':key' => { name => \&string, value => \&anything },
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm109 ':key' => { name => \&custom_2, value => \&anything },
179 ':key' => { name => \&string, value => \&anything },
219 ':key' => { name => \&string, value => \&anything },
241 ':key' => { name => \&string, value => \&anything },
250 ':key' => { name => \&string, value => \&anything },
312 ':key' => { name => \&string, value => \&anything },
325 ':key' => { name => \&string, value => \&anything },
387 ':key' => { name => \&string, value => \&anything },
410 ':key' => { name => \&string, value => \&anything },
433 ':key' => { name => \&string, value => \&anything },
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm109 ':key' => { name => \&custom_2, value => \&anything },
179 ':key' => { name => \&string, value => \&anything },
219 ':key' => { name => \&string, value => \&anything },
241 ':key' => { name => \&string, value => \&anything },
250 ':key' => { name => \&string, value => \&anything },
312 ':key' => { name => \&string, value => \&anything },
325 ':key' => { name => \&string, value => \&anything },
387 ':key' => { name => \&string, value => \&anything },
410 ':key' => { name => \&string, value => \&anything },
433 ':key' => { name => \&string, value => \&anything },
[all …]
/dports/devel/p5-CPAN-Meta/CPAN-Meta-2.150010/lib/CPAN/Meta/
H A DValidator.pm109 ':key' => { name => \&custom_2, value => \&anything },
179 ':key' => { name => \&string, value => \&anything },
219 ':key' => { name => \&string, value => \&anything },
241 ':key' => { name => \&string, value => \&anything },
250 ':key' => { name => \&string, value => \&anything },
312 ':key' => { name => \&string, value => \&anything },
325 ':key' => { name => \&string, value => \&anything },
387 ':key' => { name => \&string, value => \&anything },
410 ':key' => { name => \&string, value => \&anything },
433 ':key' => { name => \&string, value => \&anything },
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm109 ':key' => { name => \&custom_2, value => \&anything },
179 ':key' => { name => \&string, value => \&anything },
219 ':key' => { name => \&string, value => \&anything },
241 ':key' => { name => \&string, value => \&anything },
250 ':key' => { name => \&string, value => \&anything },
312 ':key' => { name => \&string, value => \&anything },
325 ':key' => { name => \&string, value => \&anything },
387 ':key' => { name => \&string, value => \&anything },
410 ':key' => { name => \&string, value => \&anything },
433 ':key' => { name => \&string, value => \&anything },
[all …]
/dports/net/chrony/chrony-4.2/
H A Dlocal.c74 void *anything; member
88 void *anything; member
222 LCL_AddParameterChangeHandler(LCL_ParameterChangeHandler handler, void *anything) in LCL_AddParameterChangeHandler() argument
228 if (!(ptr->handler != handler || ptr->anything != anything)) { in LCL_AddParameterChangeHandler()
236 new_entry->anything = anything; in LCL_AddParameterChangeHandler()
258 if (ptr->handler == handler && ptr->anything == anything) { in LCL_RemoveParameterChangeHandler()
291 (ptr->handler)(raw, cooked, dfreq, doffset, change_type, ptr->anything); in invoke_parameter_change_handlers()
304 if (!(ptr->handler != handler || ptr->anything != anything)) { in LCL_AddDispersionNotifyHandler()
312 new_entry->anything = anything; in LCL_AddDispersionNotifyHandler()
335 if (ptr->handler == handler && ptr->anything == anything) { in LCL_RemoveDispersionNotifyHandler()
[all …]

12345678910>>...694