Home
last modified time | relevance | path

Searched refs:locate (Results 1 – 25 of 8526) sorted by relevance

12345678910>>...342

/dports/devel/ros-rosinstall/rosinstall-0.7.8/test/local/
H A Dtest_locate.py3 import rosinstall.locate as locate namespace
12 self.assertRaises(locate.InvalidData,
17 self.assertRaises(locate.InvalidData,
22 self.assertRaises(locate.InvalidData,
25 self.assertRaises(locate.InvalidData,
28 self.assertRaises(locate.InvalidData,
31 self.assertRaises(locate.InvalidData,
34 self.assertRaises(locate.InvalidData,
38 self.assertRaises(locate.InvalidData,
102 locate.get_rosinstall('myname',
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dudf_locate.q3 DESCRIBE FUNCTION locate;
7 SELECT locate('abc', 'abcd'),
8 locate('ccc', 'abcabc'),
9 locate('23', 123),
10 locate(23, 123),
13 locate(1, TRUE),
14 locate(1, FALSE),
28 locate('23', 123),
29 locate(23, 123),
32 locate(1, TRUE),
[all …]
/dports/misc/findutils/findutils-4.8.0/locate/testsuite/
H A DMakefile.am22 LOCATE = ../locate
26 DEJATOOL = locate
36 locate.gnu/regex1.exp \
37 locate.gnu/exists1.exp \
38 locate.gnu/exists2.exp \
39 locate.gnu/exists3.exp \
40 locate.gnu/slocate.exp \
58 locate.gnu/exists1.xo \
59 locate.gnu/exists2.xo \
60 locate.gnu/exists3.xo \
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7523_partitionOptimization_aCreateViews.test51 select locate('o_clerk', trace) > 0 as o_clerk_accessed;
64 select locate('l_tax', trace) > 0 as l_tax_accessed;
77 select locate('c_name', trace) > 0 as c_name_accessed;
80 select locate('c_phone', trace) > 0 as c_phone_accessed;
88 select locate('p_name', trace) > 0 as p_name_accessed;
89 select locate('p_mfgr', trace) > 0 as p_mfgr_accessed;
91 select locate('p_type', trace) > 0 as p_type_accessed;
92 select locate('p_size', trace) > 0 as p_size_accessed;
108 select locate('s_name', trace) > 0 as s_name_accessed;
118 select locate('n_name', trace) > 0 as n_name_accessed;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7523_partitionOptimization_aCreateViews.test51 select locate('o_clerk', trace) > 0 as o_clerk_accessed;
64 select locate('l_tax', trace) > 0 as l_tax_accessed;
77 select locate('c_name', trace) > 0 as c_name_accessed;
80 select locate('c_phone', trace) > 0 as c_phone_accessed;
88 select locate('p_name', trace) > 0 as p_name_accessed;
89 select locate('p_mfgr', trace) > 0 as p_mfgr_accessed;
91 select locate('p_type', trace) > 0 as p_type_accessed;
92 select locate('p_size', trace) > 0 as p_size_accessed;
108 select locate('s_name', trace) > 0 as s_name_accessed;
118 select locate('n_name', trace) > 0 as n_name_accessed;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7523_partitionOptimization_aCreateViews.result68 select locate('o_clerk', trace) > 0 as o_clerk_accessed;
80 select locate('l_tax', trace) > 0 as l_tax_accessed;
92 select locate('c_name', trace) > 0 as c_name_accessed;
95 select locate('c_phone', trace) > 0 as c_phone_accessed;
102 select locate('p_name', trace) > 0 as p_name_accessed;
103 select locate('p_mfgr', trace) > 0 as p_mfgr_accessed;
105 select locate('p_type', trace) > 0 as p_type_accessed;
106 select locate('p_size', trace) > 0 as p_size_accessed;
120 select locate('s_name', trace) > 0 as s_name_accessed;
129 select locate('n_name', trace) > 0 as n_name_accessed;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7523_partitionOptimization_aCreateViews.result68 select locate('o_clerk', trace) > 0 as o_clerk_accessed;
80 select locate('l_tax', trace) > 0 as l_tax_accessed;
92 select locate('c_name', trace) > 0 as c_name_accessed;
95 select locate('c_phone', trace) > 0 as c_phone_accessed;
102 select locate('p_name', trace) > 0 as p_name_accessed;
103 select locate('p_mfgr', trace) > 0 as p_mfgr_accessed;
105 select locate('p_type', trace) > 0 as p_type_accessed;
106 select locate('p_size', trace) > 0 as p_size_accessed;
120 select locate('s_name', trace) > 0 as s_name_accessed;
129 select locate('n_name', trace) > 0 as n_name_accessed;
[all …]
/dports/biology/py-cutadapt/cutadapt-3.3/tests/
H A Dtest_align.py22 return aligner.locate(query)
29 aligner.locate('CC')
34 aligner.locate('CAA')
44 result = aligner.locate("")
81 return aligner.locate(query)
87 return aligner.locate(query)
153 assert comparer.locate('TTG') is None
156 assert comparer.locate('CGT') is None
191 assert aligner.locate('TTC') is None
207 assert aligner.locate('TGC') is None
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_locate.py6 import salt.modules.locate as locate namespace
18 return {locate: {}}
27 with patch.dict(locate.__salt__, {"cmd.run": mock}):
28 self.assertListEqual(locate.version(), ["mlocate 0.26"])
50 with patch.dict(locate.__salt__, {"cmd.run": MagicMock(return_value=mock_ret)}):
51 self.assertDictEqual(locate.stats(), ret)
60 with patch.dict(locate.__salt__, {"cmd.run": mock}):
61 self.assertListEqual(locate.updatedb(), [])
70 with patch.dict(locate.__salt__, {"cmd.run": mock}):
71 self.assertListEqual(locate.locate("wholename", database="myfile"), [])
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dlocate.fish2 complete -c locate -s A -l all -d 'Match all non-option arguments'
3 complete -c locate -s b -l basename -d 'Match against the base name of the file'
4 complete -c locate -s c -l count -d 'Print only the number of matches found'
5 complete -c locate -s d -l database -r -d 'Use different DATABASE file[s]'
6 complete -c locate -s e -l existing -d 'Match only existing files'
10 complete -c locate -s i -l ignore-case -d 'Ignore case distinctions'
11 complete -c locate -s l -l limit -r -d 'Limit the number of matches'
12 complete -c locate -s 0 -l null -d 'Use ASCII NUL as a separator'
15 complete -c locate -s r -l regex -d 'The pattern is a regular expression'
16 complete -c locate -s h -l help -d 'Print a summary of the options and exit'
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/LINKERN/
H A Dflip_sg1.c71 } locate; member
121 &(p)->locate.lower : &(p)->locate.higher) : \
483 if (p->locate.higher && p->locate.higher->high >= x) {
485 } else if (p->locate.parent && p->locate.parent->high >= x) {
494 if (p->locate.lower && p->locate.lower->low <= x) {
496 } else if (p->locate.parent && p->locate.parent->low <= x) {
586 if (p->locate.higher) {
587 PARENT_HOOKUP (p->locate.higher, p->locate.parent, p);
592 PARENT_HOOKUP (p->locate.lower, p->locate.parent, p);
594 q = p->locate.lower;
[all …]
H A Dflip_sg3.c72 } locate; member
122 &(p)->locate.lower : &(p)->locate.higher) : \
540 if (p->locate.higher && p->locate.higher->high >= x) {
542 } else if (p->locate.parent && p->locate.parent->high >= x) {
551 if (p->locate.lower && p->locate.lower->low <= x) {
553 } else if (p->locate.parent && p->locate.parent->low <= x) {
651 if (p->locate.higher) {
652 PARENT_HOOKUP (p->locate.higher, p->locate.parent, p);
657 PARENT_HOOKUP (p->locate.lower, p->locate.parent, p);
659 q = p->locate.lower;
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-locate.t24 $ hg locate a
30 $ hg locate
42 $ hg locate a
48 $ hg locate
55 $ hg locate -r 0 a
61 $ hg locate -r 0
73 $ hg locate
80 $ hg locate -I ../t
92 $ hg locate 't/**'
145 $ hg locate b
[all …]
/dports/misc/findutils/findutils-4.8.0/
H A DTODO44 locate or
45 locate and
49 locate -b
50 locate -P -e
52 locate -S
57 locate -w
59 locate -L
60 locate -H
61 locate -P
62 locate -l
[all …]
/dports/science/paje/Paje_1.97/Tracers/JRastro/src/
H A Dhash.c210 int locate; in hash_locate() local
215 locate = h->hash_func(key); in hash_locate()
217 if(h->hash[locate].key != NULL){ in hash_locate()
219 return &h->hash[locate].data; in hash_locate()
252 int locate; in hash_insert() local
263 locate = h->hash_func(key); in hash_insert()
265 if(h->hash[locate].key == NULL){ in hash_insert()
286 int locate; in hash_remove() local
297 locate = h->hash_func(key); in hash_remove()
318 h->hash[locate].next=NULL; in hash_remove()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/unit_tests/
H A Dlocate.tst7 // Unit test of locate()
22 locate(-1,1)
25 // a) locate must return []
27 locate(-1,1)
40 locate(-1,1)
59 locate(-1,1)
67 locate(-1,1)
71 locate(-1,1)
82 locate(3,1)
95 locate(3,1)
[all …]
/dports/japanese/lipsf/lipsf-200/
H A Dinput.c240 locate(x, y + ++dy);
362 locate(x, y);
408 locate(x, y);
519 locate(x + i,
558 locate(0, 1);
570 locate(0, 1);
669 locate(x, y);
754 locate(x, y);
756 locate(x, y);
792 locate(x, y);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/commands/
H A Dcargo-locate-project.md1 # cargo-locate-project(1)
9 `cargo locate-project` [_options_]
20 …class="option-term" id="option-cargo-locate-project---workspace"><a class="option-anchor" href="#o…
39 <dt class="option-term" id="option-cargo-locate-project--v"><a class="option-anchor" href="#option-…
40 … class="option-term" id="option-cargo-locate-project---verbose"><a class="option-anchor" href="#op…
47 <dt class="option-term" id="option-cargo-locate-project--q"><a class="option-anchor" href="#option-…
48 …t class="option-term" id="option-cargo-locate-project---quiet"><a class="option-anchor" href="#opt…
88 <dt class="option-term" id="option-cargo-locate-project--h"><a class="option-anchor" href="#option-…
89 …t class="option-term" id="option-cargo-locate-project---help"><a class="option-anchor" href="#opti…
93 <dt class="option-term" id="option-cargo-locate-project--Z"><a class="option-anchor" href="#option-…
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/src/commands/
H A Dcargo-locate-project.md1 # cargo-locate-project(1)
9 `cargo locate-project` [_options_]
20 …class="option-term" id="option-cargo-locate-project---workspace"><a class="option-anchor" href="#o…
39 <dt class="option-term" id="option-cargo-locate-project--v"><a class="option-anchor" href="#option-…
40 … class="option-term" id="option-cargo-locate-project---verbose"><a class="option-anchor" href="#op…
47 <dt class="option-term" id="option-cargo-locate-project--q"><a class="option-anchor" href="#option-…
48 …t class="option-term" id="option-cargo-locate-project---quiet"><a class="option-anchor" href="#opt…
88 <dt class="option-term" id="option-cargo-locate-project--h"><a class="option-anchor" href="#option-…
89 …t class="option-term" id="option-cargo-locate-project---help"><a class="option-anchor" href="#opti…
93 <dt class="option-term" id="option-cargo-locate-project--Z"><a class="option-anchor" href="#option-…
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/commands/
H A Dcargo-locate-project.md1 # cargo-locate-project(1)
9 `cargo locate-project` [_options_]
20 …class="option-term" id="option-cargo-locate-project---workspace"><a class="option-anchor" href="#o…
39 <dt class="option-term" id="option-cargo-locate-project--v"><a class="option-anchor" href="#option-…
40 … class="option-term" id="option-cargo-locate-project---verbose"><a class="option-anchor" href="#op…
47 <dt class="option-term" id="option-cargo-locate-project--q"><a class="option-anchor" href="#option-…
48 …t class="option-term" id="option-cargo-locate-project---quiet"><a class="option-anchor" href="#opt…
88 <dt class="option-term" id="option-cargo-locate-project--h"><a class="option-anchor" href="#option-…
89 …t class="option-term" id="option-cargo-locate-project---help"><a class="option-anchor" href="#opti…
93 <dt class="option-term" id="option-cargo-locate-project--Z"><a class="option-anchor" href="#option-…
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/GSM/src/
H A DGSM3ShieldV1MultiServerProvider.cpp206 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
217 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
226 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
235 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
244 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
253 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
262 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
271 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
280 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
290 if(theGSM3ShieldV1ModemCore.gss.cb.locate(auxLocate)) in recognizeUnsolicitedEvent()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/
H A DFileLocatorTest.php50 $loader->locate('FileLocatorTest.php', __DIR__),
56 $loader->locate('foo.xml', __DIR__),
62 $loader->locate(__DIR__.'/Fixtures'.\DIRECTORY_SEPARATOR.'foo.xml', __DIR__),
70 $loader->locate('foo.xml', __DIR__, false),
76 $loader->locate('foo.xml', __DIR__.'/Fixtures', false),
84 $loader->locate('foo.xml', __DIR__.'/Fixtures', false),
95 $loader->locate('foobar.xml', __DIR__);
103 $loader->locate(__DIR__.'/Fixtures/foobar.xml', __DIR__);
112 $loader->locate(null, __DIR__);
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Tests/
H A DFileLocatorTest.php50 $loader->locate('FileLocatorTest.php', __DIR__),
56 $loader->locate('foo.xml', __DIR__),
62 $loader->locate(__DIR__.'/Fixtures'.\DIRECTORY_SEPARATOR.'foo.xml', __DIR__),
70 $loader->locate('foo.xml', __DIR__, false),
76 $loader->locate('foo.xml', __DIR__.'/Fixtures', false),
84 $loader->locate('foo.xml', __DIR__.'/Fixtures', false),
95 $loader->locate('foobar.xml', __DIR__);
103 $loader->locate(__DIR__.'/Fixtures/foobar.xml', __DIR__);
112 $loader->locate(null, __DIR__);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/
H A DFileLocatorTest.php50 $loader->locate('FileLocatorTest.php', __DIR__),
56 $loader->locate('foo.xml', __DIR__),
62 $loader->locate(__DIR__.'/Fixtures'.\DIRECTORY_SEPARATOR.'foo.xml', __DIR__),
70 $loader->locate('foo.xml', __DIR__, false),
76 $loader->locate('foo.xml', __DIR__.'/Fixtures', false),
84 $loader->locate('foo.xml', __DIR__.'/Fixtures', false),
95 $loader->locate('foobar.xml', __DIR__);
103 $loader->locate(__DIR__.'/Fixtures/foobar.xml', __DIR__);
112 $loader->locate(null, __DIR__);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/
H A DResourceLocator.java52 public static Optional<URL> locate(String bundleSymbolicName, String filePath) { in locate() method in ResourceLocator
95 public static Optional<URL> locate(Class<?> classFromBundle, String filePath) { in locate() method in ResourceLocator
121 Optional<URL> locate = locate(bundleSymbolicName, imageFilePath); in imageDescriptorFromBundle() local
122 if (locate.isPresent()) { in imageDescriptorFromBundle()
123 return Optional.of(ImageDescriptor.createFromURL(locate.get())); in imageDescriptorFromBundle()
150 Optional<URL> locate = locate(classFromBundle, imageFilePath); in imageDescriptorFromBundle() local
151 if (locate.isPresent()) { in imageDescriptorFromBundle()
152 return Optional.of(ImageDescriptor.createFromURL(locate.get())); in imageDescriptorFromBundle()

12345678910>>...342