Home
last modified time | relevance | path

Searched refs:extract_string (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/modules/
H A Dprintcsv.lua5 function extract_string(orig_url, feature, positions_and_sizes) function
22 scheme = extract_string(orig_url, "scheme", positions_and_sizes)
23 credential = extract_string(orig_url, "credential", positions_and_sizes)
24 subdomain = extract_string(orig_url, "subdomain", positions_and_sizes)
25 domain = extract_string(orig_url, "domain", positions_and_sizes)
27 host = extract_string(orig_url, "host", positions_and_sizes)
28 tld = extract_string(orig_url, "tld", positions_and_sizes)
29 port = extract_string(orig_url, "port", positions_and_sizes)
30 resource_path = extract_string(orig_url, "resource_path", positions_and_sizes)
31 query_string = extract_string(orig_url, "query_string", positions_and_sizes)
[all …]
H A Dipv4toint.lua6 function extract_string(orig_url, feature, positions_and_sizes) function
24 table_strings['scheme'] = extract_string(orig_url, "scheme", positions_and_sizes)
25 table_strings['credential'] = extract_string(orig_url, "credential", positions_and_sizes)
26 table_strings['subdomain'] = extract_string(orig_url, "subdomain", positions_and_sizes)
27 table_strings['domain'] = extract_string(orig_url, "domain", positions_and_sizes)
29 table_strings['host'] = extract_string(orig_url, "host", positions_and_sizes)
30 table_strings['tld'] = extract_string(orig_url, "tld", positions_and_sizes)
31 table_strings['port'] = extract_string(orig_url, "port", positions_and_sizes)
32 …table_strings['resource_path'] = extract_string(orig_url, "resource_path", positions_and_size…
33 table_strings['query_string'] = extract_string(orig_url, "query_string", positions_and_sizes)
[all …]
H A Dwriteall.lua6 function extract_string(orig_url, feature, positions_and_sizes) function
24 table_strings['scheme'] = extract_string(orig_url, "scheme", positions_and_sizes)
25 table_strings['credential'] = extract_string(orig_url, "credential", positions_and_sizes)
26 table_strings['subdomain'] = extract_string(orig_url, "subdomain", positions_and_sizes)
27 table_strings['domain'] = extract_string(orig_url, "domain", positions_and_sizes)
29 table_strings['host'] = extract_string(orig_url, "host", positions_and_sizes)
30 table_strings['tld'] = extract_string(orig_url, "tld", positions_and_sizes)
31 table_strings['port'] = extract_string(orig_url, "port", positions_and_sizes)
32 …table_strings['resource_path'] = extract_string(orig_url, "resource_path", positions_and_size…
33 table_strings['query_string'] = extract_string(orig_url, "query_string", positions_and_sizes)
[all …]
H A Dredis-url-threatintel.lua9 function extract_string(orig_url, feature, positions_and_sizes) function
27 table_strings['scheme'] = extract_string(orig_url, "scheme", positions_and_sizes)
28 table_strings['credential'] = extract_string(orig_url, "credential", positions_and_sizes)
29 table_strings['subdomain'] = extract_string(orig_url, "subdomain", positions_and_sizes)
30 table_strings['domain'] = extract_string(orig_url, "domain", positions_and_sizes)
32 table_strings['host'] = extract_string(orig_url, "host", positions_and_sizes)
33 table_strings['tld'] = extract_string(orig_url, "tld", positions_and_sizes)
34 table_strings['port'] = extract_string(orig_url, "port", positions_and_sizes)
35 …table_strings['resource_path'] = extract_string(orig_url, "resource_path", positions_and_size…
36 table_strings['query_string'] = extract_string(orig_url, "query_string", positions_and_sizes)
[all …]
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/ssh_proxy/protocols/
H A Dsftp.py131 self.path = self.extract_string()
134 self.path = self.extract_string()
139 self.path = self.extract_string()
159 if self.handle == self.extract_string():
165 self.handle = self.extract_string()
168 if self.handle == self.extract_string():
172 self.path = self.extract_string()
176 cmd = self.extract_string()
177 self.path = self.extract_string()
211 self.command = b'ln -s ' + self.extract_string() + b' ' + self.extract_string()
[all …]
H A Dssh.py121 service = self.extract_string()
129 self.extract_string() # service
143 auth_list = self.extract_string()
155 self.extract_string()
156 self.extract_string()
157 self.extract_string()
160 request = self.extract_string()
170 response = self.extract_string()
192 dst_ip = self.extract_string()
195 src_ip = self.extract_string()
[all …]
/dports/devel/p5-DateTime-Format-Natural/DateTime-Format-Natural-1.12/lib/DateTime/Format/Natural/
H A DExtract.pm40 my ($extract_string) = @_;
42 $extract_string =~ s/^[,;.]//;
43 $extract_string =~ s/[,;.]$//;
45 while ($extract_string =~ /([,;.])/g) {
58 1 while $extract_string =~ s/^$timespan_sep\s+//i;
59 1 while $extract_string =~ s/\s+$timespan_sep$//i;
61 $self->_rewrite(\$extract_string);
63 my @tokens = split /\s+/, $extract_string;
68 if ($extract_string =~ /\s+ $timespan_sep \s+/ix) {
69 $self->_extract_duration($extract_string, \@tokens, \@expressions, \%skip);
[all …]
/dports/lang/retro12/RETRO12-2021.4/vm/nga-python/
H A Dretro.py153 named = self.extract_string(header + 3)
166 if named == self.extract_string(header + 3):
388 name = self.extract_string(self.stack.pop())
535 view = self.extract_string(self.stack.pop())
536 name = self.extract_string(self.stack.pop())
554 name = self.extract_string(self.stack.pop())
559 name = self.extract_string(self.stack.pop())
604 def extract_string(self, at): member in Retro
623 a = self.extract_string(self.stack.pop())
624 b = self.extract_string(self.stack.pop())
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tera-1.12.1/src/builtins/
H A Dtesters.rs54 pub fn extract_string<'a>( in extract_string() function
165 let value = extract_string("starting_with", "on a variable", value)?; in starting_with()
166 let needle = extract_string("starting_with", "with a parameter", params.first())?; in starting_with()
175 let value = extract_string("ending_with", "on a variable", value)?; in ending_with()
176 let needle = extract_string("ending_with", "with a parameter", params.first())?; in ending_with()
187 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
192 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
204 let value = extract_string("matching", "on a variable", value)?; in matching()
205 let regex = extract_string("matching", "with a parameter", params.first())?; in matching()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/tera-1.6.1/src/builtins/
H A Dtesters.rs54 pub fn extract_string<'a>( in extract_string() function
165 let value = extract_string("starting_with", "on a variable", value)?; in starting_with()
166 let needle = extract_string("starting_with", "with a parameter", params.first())?; in starting_with()
175 let value = extract_string("ending_with", "on a variable", value)?; in ending_with()
176 let needle = extract_string("ending_with", "with a parameter", params.first())?; in ending_with()
187 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
192 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
204 let value = extract_string("matching", "on a variable", value)?; in matching()
205 let regex = extract_string("matching", "with a parameter", params.first())?; in matching()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/src/builtins/
H A Dtesters.rs54 pub fn extract_string<'a>( in extract_string() function
165 let value = extract_string("starting_with", "on a variable", value)?; in starting_with()
166 let needle = extract_string("starting_with", "with a parameter", params.first())?; in starting_with()
175 let value = extract_string("ending_with", "on a variable", value)?; in ending_with()
176 let needle = extract_string("ending_with", "with a parameter", params.first())?; in ending_with()
187 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
192 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
204 let value = extract_string("matching", "on a variable", value)?; in matching()
205 let regex = extract_string("matching", "with a parameter", params.first())?; in matching()
/dports/www/zola/zola-0.15.2/cargo-crates/tera-1.15.0/src/builtins/
H A Dtesters.rs54 pub fn extract_string<'a>( in extract_string() function
165 let value = extract_string("starting_with", "on a variable", value)?; in starting_with()
166 let needle = extract_string("starting_with", "with a parameter", params.first())?; in starting_with()
175 let value = extract_string("ending_with", "on a variable", value)?; in ending_with()
176 let needle = extract_string("ending_with", "with a parameter", params.first())?; in ending_with()
187 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
192 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
204 let value = extract_string("matching", "on a variable", value)?; in matching()
205 let regex = extract_string("matching", "with a parameter", params.first())?; in matching()
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/src/builtins/
H A Dtesters.rs54 pub fn extract_string<'a>( in extract_string() function
165 let value = extract_string("starting_with", "on a variable", value)?; in starting_with()
166 let needle = extract_string("starting_with", "with a parameter", params.first())?; in starting_with()
175 let value = extract_string("ending_with", "on a variable", value)?; in ending_with()
176 let needle = extract_string("ending_with", "with a parameter", params.first())?; in ending_with()
187 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
192 let needle = extract_string("containing", "with a parameter", params.first())?; in containing()
204 let value = extract_string("matching", "on a variable", value)?; in matching()
205 let regex = extract_string("matching", "with a parameter", params.first())?; in matching()
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dparameters.adb66 sel_profile := extract_string (master_section, global_01, live_system);
200 res.dir_packages := extract_string (profile, Field_01, LS_Packages);
206 res.dir_portsdir := extract_string (profile, Field_03,
209 res.dir_portsdir := extract_string (profile, Field_03,
218 res.dir_distfiles := extract_string
222 res.dir_buildbase := extract_string (profile, Field_05, LS_Buildbase);
223 res.dir_logs := extract_string (profile, Field_06, LS_Logs);
224 res.dir_ccache := extract_string (profile, Field_07, no_ccache);
231 res.operating_sys := extract_string (profile, Field_12, std_opsys);
233 res.operating_sys := extract_string
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/http/client/
H A Dresponse_extract_tests.cpp76 TEST_FIXTURE(uri_address, extract_string) in SUITE()
84 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
88 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
92 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
96 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
100 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
115 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
120 VERIFY_ARE_EQUAL(to_string_t(data), rsp.extract_string().get()); in SUITE()
303 VERIFY_THROWS(rsp.extract_string().get(), http_exception); in SUITE()
307 VERIFY_THROWS(rsp.extract_string().get(), http_exception); in SUITE()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Drepo.c40 static const char *extract_string (const char **);
57 extract_string (const char **pp) in extract_string() function
98 const char *q = extract_string (&p); in get_base_filename()
108 output = extract_string (&p); in get_base_filename()
217 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Drepo.c34 static const char *extract_string (const char **);
51 extract_string (const char **pp) in extract_string() function
92 const char *q = extract_string (&p); in get_base_filename()
102 output = extract_string (&p); in get_base_filename()
211 set_random_seed (extract_string (&p) + strlen ("-frandom-seed=")); in init_repo()

12345678910>>...21