Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 18252) sorted by relevance

12345678910>>...731

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/scripts/
H A Dshaderc.lua21 path.join(SPIRV_TOOLS, "include"),
23 path.join(SPIRV_TOOLS, "source"),
24 path.join(SPIRV_HEADERS, "include"),
564 path.join(FCPP_DIR, "**.h"),
565 path.join(FCPP_DIR, "cpp1.c"),
566 path.join(FCPP_DIR, "cpp2.c"),
567 path.join(FCPP_DIR, "cpp3.c"),
568 path.join(FCPP_DIR, "cpp4.c"),
569 path.join(FCPP_DIR, "cpp5.c"),
570 path.join(FCPP_DIR, "cpp6.c"),
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/scripts/
H A Dshaderc.lua21 path.join(SPIRV_TOOLS, "include"),
23 path.join(SPIRV_TOOLS, "source"),
24 path.join(SPIRV_HEADERS, "include"),
564 path.join(FCPP_DIR, "**.h"),
565 path.join(FCPP_DIR, "cpp1.c"),
566 path.join(FCPP_DIR, "cpp2.c"),
567 path.join(FCPP_DIR, "cpp3.c"),
568 path.join(FCPP_DIR, "cpp4.c"),
569 path.join(FCPP_DIR, "cpp5.c"),
570 path.join(FCPP_DIR, "cpp6.c"),
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dgeneratedutf8.inc6 join: TArabicJoin;
10 (de:'≮'; re:'≮'; join:arNone),
11 (de:'≠'; re:'≠'; join:arNone),
12 (de:'≯'; re:'≯'; join:arNone),
13 (de:'À'; re:'À'; join:arNone),
14 (de:'Á'; re:'Á'; join:arNone),
15 (de:'Â'; re:'Â'; join:arNone),
16 (de:'Ã'; re:'Ã'; join:arNone),
17 (de:'Ā'; re:'Ā'; join:arNone),
18 (de:'Ă'; re:'Ă'; join:arNone),
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dgeneratedutf8.inc6 join: TArabicJoin;
10 (de:'≮'; re:'≮'; join:arNone),
11 (de:'≠'; re:'≠'; join:arNone),
12 (de:'≯'; re:'≯'; join:arNone),
13 (de:'À'; re:'À'; join:arNone),
14 (de:'Á'; re:'Á'; join:arNone),
15 (de:'Â'; re:'Â'; join:arNone),
16 (de:'Ã'; re:'Ã'; join:arNone),
17 (de:'Ā'; re:'Ā'; join:arNone),
18 (de:'Ă'; re:'Ă'; join:arNone),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dre_testoutput1_split_test.erl24 join([]) -> []; function
25 join([A]) -> [A]; function
26 join([H|T]) -> [H,<<":">>|join(T)]. function
27412 ">> = iolist_to_binary(join(re:split("a
27555 ">> = iolist_to_binary(join(re:split("a
27589 ">> = iolist_to_binary(join(re:split("a
27604 ">> = iolist_to_binary(join(re:split("a
27619 ">> = iolist_to_binary(join(re:split("a
27634 ">> = iolist_to_binary(join(re:split("a
27902 ">> = iolist_to_binary(join(re:split("a
[all …]
/dports/www/py-django-extensions/django-extensions-3.0.5/tests/
H A Dtest_runserver.py23 [join(location, 'hello'), None, join(location, 'hello.crt'), join(location, 'hello.key')],
24 [None, join(location, 'hello'), join(location, 'hello.crt'), join(location, 'hello.key')],
25 …[join(location, 'hello'), join(location, 'hello'), join(location, 'hello.crt'), join(location, 'he…
26 …[join(location, 'hello.crt'), join(location, 'hello.key'), join(location, 'hello.crt'), join(locat…
27 …[join(location, 'hello.key'), join(location, 'hello.crt'), join(location, 'hello.key'), join(locat…
28 …[join(location, 'cert.pem'), join(location, 'key.pem'), join(location, 'cert.pem'), join(location,…
29 [join(location, 'hello.crt'), join(location, 'hello.key'), join(location, 'hello.crt'),
31 [join(location, 'other'), join(location, 'hello.key'), join(location, 'other.crt'),
33 [join(location, 'hello.key'), join(location, 'hello.crt'), join(location, 'hello.key'),
37 …[join(location, 'hello.crt'), join(different_path, 'hello.key'), join(location, 'hello.crt'), join
[all …]
/dports/www/web2ldap/web2ldap-1.6.27/etc/web2ldap/web2ldapcnf/
H A Dhosts.py121 '_': os.path.join(TEMPLATES_DIR, 'msad', 'searchform.html'),
149 'User': os.path.join(TEMPLATES_DIR, 'msad', 'add_user.ldif'),
152 'Group': os.path.join(TEMPLATES_DIR, 'add_group.ldif'),
878 '_': os.path.join(TEMPLATES_DIR, 'searchform_base.html'),
887 rename_template=os.path.join(TEMPLATES_DIR, 'rename.html'),
890 top_template=os.path.join(TEMPLATES_DIR, 'top.html'),
893 passwd_template=os.path.join(TEMPLATES_DIR, 'passwd.html'),
896 login_template=os.path.join(TEMPLATES_DIR, 'login.html'),
1050 'Group': os.path.join(TEMPLATES_DIR, 'add_group.ldif'),
1208 'User': os.path.join(TEMPLATES_DIR, 'add_user.ldif'),
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/cases/
H A Dcase-verb-join-mixed-format.sh2 run_mlr --json join -s -j x -f $indir/multi-format-join-a.json $indir/multi-format-join-b.json
3 run_mlr --dkvp join -s -j x -f $indir/multi-format-join-a.dkvp $indir/multi-format-join-b.dkvp
4 run_mlr --csvlite join -s -j x -f $indir/multi-format-join-a.csv $indir/multi-format-join-b.csv
6 run_mlr --json join -j x -f $indir/multi-format-join-a.json $indir/multi-format-join-b.json
7 run_mlr --dkvp join -j x -f $indir/multi-format-join-a.dkvp $indir/multi-format-join-b.dkvp
8 run_mlr --csvlite join -j x -f $indir/multi-format-join-a.csv $indir/multi-format-join-b.csv
11 run_mlr --json join -s -i csvlite -j x -f $indir/multi-format-join-a.csv $indir/multi-format-joi…
12 run_mlr --dkvp join -s -i csvlite -j x -f $indir/multi-format-join-a.csv $indir/multi-format-joi…
13 run_mlr --csvlite join -s -i csvlite -j x -f $indir/multi-format-join-a.csv $indir/multi-format-joi…
15 run_mlr --json join -i csvlite -j x -f $indir/multi-format-join-a.csv $indir/multi-format-joi…
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Dsetup.py8 from os.path import join
74 return os.path.join(sys.prefix, "libs")
631 config.add_include_dirs(join(local_dir))
653 join(codegen_dir, 'genapi.py'),
738 join('src', 'common', 'numpyos.h'),
750 join('src', 'common', 'numpyos.c'),
923 join('src', 'umath', 'clip.h.src'),
926 join('src', 'umath', 'extobj.c'),
998 join('src', '_simd', '_simd.c'),
1005 join('src', '_simd', '_simd.h'),
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/test/unit/Sql/
H A DJoinTest.php27 $join->next();
36 $join->next();
37 $join->next();
61 $join->join($name, $on);
76 $join->join('baz', 'foo.id = baz.id');
102 $join->join([], false);
113 $join->join('baz', 'foo.fooId = baz.fooId', Join::JOIN_LEFT);
114 $join->join('bar', 'foo.fooId = bar.fooId', Join::JOIN_LEFT);
117 self::assertCount($join->count(), $join->getJoins());
129 $join->join('baz', 'foo.fooId = baz.fooId', Join::JOIN_LEFT);
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/gto/basis/
H A D__init__.py21 from os.path import join
95 '321++g' : join('pople-basis', '3-21++G.dat' ),
96 '321++g*' : join('pople-basis', '3-21++Gs.dat' ),
97 '321++gs' : join('pople-basis', '3-21++Gs.dat' ),
98 '321g' : join('pople-basis', '3-21G.dat' ),
99 '321g*' : join('pople-basis', '3-21Gs.dat' ),
100 '321gs' : join('pople-basis', '3-21Gs.dat' ),
101 '431g' : join('pople-basis', '4-31G.dat' ),
102 '631++g' : join('pople-basis', '6-31++G.dat' ),
460 symb = ''.join([i for i in symb if i.isalpha()])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/
H A Dlicenses.py55 os.path.join('build','secondary'),
90 os.path.join('clank'),
96 os.path.join('isolate_deps_dir'),
126 os.path.join('native_client'),
130 os.path.join('tools', 'gyp'),
133 os.path.join('v8'),
136 os.path.join('v8', 'fdlibm'),
144 os.path.join('native_client'): {
290 os.path.join('tools', 'gyp'): {
296 os.path.join('v8'): {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/
H A Dlicenses.py55 os.path.join('build','secondary'),
90 os.path.join('clank'),
96 os.path.join('isolate_deps_dir'),
120 os.path.join('native_client'),
124 os.path.join('tools', 'gyp'),
127 os.path.join('v8'),
130 os.path.join('v8', 'fdlibm'),
138 os.path.join('native_client'): {
249 os.path.join('tools', 'gyp'): {
255 os.path.join('v8'): {
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bx/scripts/
H A Dtoolchain.lua668 path.join(_libDir, "lib/win32_mingw-gcc"),
679 path.join(_libDir, "lib/win64_mingw-gcc"),
971 objdir (path.join(_buildDir, "asmjs/obj"))
972 libdirs { path.join(_libDir, "lib/asmjs") }
1008 objdir (path.join(_buildDir, "netbsd/obj"))
1184 objdir (path.join(_buildDir, "orbis/obj"))
1185 libdirs { path.join(_libDir, "lib/orbis") }
1194 objdir (path.join(_buildDir, "rpi/obj"))
1196 path.join(_libDir, "lib/rpi"),
1222 objdir (path.join(_buildDir, "riscv/obj"))
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/scripts/
H A Dtoolchain.lua668 path.join(_libDir, "lib/win32_mingw-gcc"),
679 path.join(_libDir, "lib/win64_mingw-gcc"),
971 objdir (path.join(_buildDir, "asmjs/obj"))
972 libdirs { path.join(_libDir, "lib/asmjs") }
1008 objdir (path.join(_buildDir, "netbsd/obj"))
1184 objdir (path.join(_buildDir, "orbis/obj"))
1185 libdirs { path.join(_libDir, "lib/orbis") }
1194 objdir (path.join(_buildDir, "rpi/obj"))
1196 path.join(_libDir, "lib/rpi"),
1222 objdir (path.join(_buildDir, "riscv/obj"))
[all …]
/dports/mail/exmh2/exmh-2.9.0/lib/
H A DtclIndex9 set auto_index(Addr_Init) [list source [file join $dir addr.tcl]]
13 set auto_index(Address_Save) [list source [file join $dir addr.tcl]]
14 set auto_index(SaveTo) [list source [file join $dir addr.tcl]]
16 set auto_index(Addr_LoadDB) [list source [file join $dir addr.tcl]]
24 set auto_index(Addr_Save) [list source [file join $dir addr.tcl]]
32 set auto_index(AddrDebug) [list source [file join $dir addr.tcl]]
82 set auto_index(Audit) [list source [file join $dir audit.tcl]]
148 set auto_index(busy) [list source [file join $dir busy.tcl]]
206 set auto_index(exec) [list source [file join $dir exec.tcl]]
842 set auto_index(Inc) [list source [file join $dir inc.tcl]]
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dmdev13607.result58 1 PRIMARY d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
98 17 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
123 16 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
148 15 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
173 14 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
198 13 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
223 12 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
298 9 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
323 8 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
348 7 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dmdev13607.result58 1 PRIMARY d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
98 17 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
123 16 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
148 15 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
173 14 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
198 13 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
223 12 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
298 9 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
323 8 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
348 7 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dmdev13607.result58 1 PRIMARY d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
98 17 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
123 16 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
148 15 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
173 14 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
198 13 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
223 12 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
298 9 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
323 8 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
348 7 DERIVED d1 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join)
[all …]

12345678910>>...731