Home
last modified time | relevance | path

Searched refs:subpath (Results 1 – 25 of 3710) sorted by relevance

12345678910>>...149

/dports/www/py-grip/grip-4.5.2/grip/
H A Dreaders.py36 if subpath is None:
41 def filename_for(self, subpath): argument
52 if subpath is None:
76 def read(self, subpath=None): argument
166 if subpath is None:
170 subpath = posixpath.normpath(subpath)
175 subpath += '/'
177 return subpath
190 if subpath is None:
287 if subpath is not None:
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/xpdftest/
H A Dtext_1_out.def14 clipPath subpath 1 0.000000 0.000000 0 612.000000 0.000000 0 612.000000 792.000000 0 0.000000 792.0…
18 eoClipPath subpath 1 0.000000 -0.100000 0 612.100000 -0.100000 0 612.100000 792.000000 0 0.000000 7…
1024 eoFillPath subpath 1 181.700000 -9810.900000 0 494.500000 -9810.900000 0 494.500000 -9810.900000 0 …
40495 eoFillPath subpath 1 181.700000 -942.700000 0 494.500000 -942.700000 0 494.500000 -942.700000 0 181…
43055 eoFillPath subpath 1 181.700000 -136.500000 0 494.500000 -136.500000 0 494.500000 -136.500000 0 181…
45483 eoFillPath subpath 1 181.700000 669.700000 0 494.500000 669.700000 0 494.500000 669.700000 0 181.70…
48638 eoFillPath subpath 1 181.700000 1475.900000 0 494.500000 1475.900000 0 494.500000 1475.900000 0 181…
51052 eoFillPath subpath 1 181.700000 2282.100000 0 494.500000 2282.100000 0 494.500000 2282.100000 0 181…
54254 eoFillPath subpath 1 181.700000 3088.300000 0 494.500000 3088.300000 0 494.500000 3088.300000 0 181…
60475 eoFillPath subpath 1 181.700000 3894.500000 0 494.500000 3894.500000 0 494.500000 3894.500000 0 181…
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/xpdftest/
H A Dtext_1_out.def14 clipPath subpath 1 0.000000 0.000000 0 612.000000 0.000000 0 612.000000 792.000000 0 0.000000 792.0…
18 eoClipPath subpath 1 0.000000 -0.100000 0 612.100000 -0.100000 0 612.100000 792.000000 0 0.000000 7…
1024 eoFillPath subpath 1 181.700000 -9810.900000 0 494.500000 -9810.900000 0 494.500000 -9810.900000 0 …
40495 eoFillPath subpath 1 181.700000 -942.700000 0 494.500000 -942.700000 0 494.500000 -942.700000 0 181…
43055 eoFillPath subpath 1 181.700000 -136.500000 0 494.500000 -136.500000 0 494.500000 -136.500000 0 181…
45483 eoFillPath subpath 1 181.700000 669.700000 0 494.500000 669.700000 0 494.500000 669.700000 0 181.70…
48638 eoFillPath subpath 1 181.700000 1475.900000 0 494.500000 1475.900000 0 494.500000 1475.900000 0 181…
51052 eoFillPath subpath 1 181.700000 2282.100000 0 494.500000 2282.100000 0 494.500000 2282.100000 0 181…
54254 eoFillPath subpath 1 181.700000 3088.300000 0 494.500000 3088.300000 0 494.500000 3088.300000 0 181…
60475 eoFillPath subpath 1 181.700000 3894.500000 0 494.500000 3894.500000 0 494.500000 3894.500000 0 181…
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/freespace2/
H A Dresources.cmake5 set(subpath resources/win) variable
8 ${subpath}/freespace.rc
9 ${subpath}/version.rc2
13 ${subpath}/app_icon.ico
15 ${subpath}/dbg_icon.ico
16 ${subpath}/goal_com.bmp
18 ${subpath}/goal_inc.bmp
21 ${subpath}/V_app.ico
22 ${subpath}/V_debug.ico
23 ${subpath}/V_sse-d.ico
[all …]
/dports/archivers/pear-PHP_Archive/PHP_Archive-0.14.0/data/
H A Dphar_frontcontroller.tpl10 if (!$subpath || $subpath == '/') {
11 $subpath = '/@initfile@';
13 if ($subpath[0] != '/') {
14 $subpath = '/' . $subpath;
16 if (!@file_exists('phar://' . $archive . $subpath)) {
22 if (preg_match($pattern, $subpath)) {
27 $inf = pathinfo(basename($subpath));
31 readfile('phar://' . $archive . $subpath);
35 include 'phar://' . $archive . '/' . $subpath;
41 readfile('phar://' . $archive . $subpath);
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1656 pathnode->subpath = subpath; in create_gather_merge_path()
1747 pathnode->subpath = subpath; in create_gather_path()
1784 pathnode->subpath = subpath; in create_subqueryscan_path()
2320 pathnode->subpath = subpath; in create_projection_path()
2488 pathnode->subpath = subpath; in create_set_projection_path()
2553 pathnode->subpath = subpath; in create_sort_path()
2599 pathnode->subpath = subpath; in create_group_path()
2656 pathnode->subpath = subpath; in create_upper_unique_path()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/utils/
H A Dsubpath.go26 func getSubpathScript(subpath string) string {
27 if subpath == "" {
28 subpath = "/"
31 newPath := path.Join(subpath, "static") + "/"
37 func GetSubpathScriptHash(subpath string) string {
39 if subpath == "" || subpath == "/" {
43 scriptHash := sha256.Sum256([]byte(getSubpathScript(subpath)))
50 func UpdateAssetsSubpathInDir(subpath, directory string) error { argument
51 if subpath == "" {
52 subpath = "/"
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c1404 pathnode->subpath = subpath; in create_material_path()
1474 pathnode->subpath = subpath; in create_unique_path()
1687 pathnode->subpath = subpath; in create_gather_path()
1724 pathnode->subpath = subpath; in create_subqueryscan_path()
2210 pathnode->subpath = subpath; in create_projection_path()
2377 pathnode->subpath = subpath; in create_sort_path()
2423 pathnode->subpath = subpath; in create_group_path()
2480 pathnode->subpath = subpath; in create_upper_unique_path()
2537 pathnode->subpath = subpath; in create_agg_path()
2599 pathnode->subpath = subpath; in create_groupingsets_path()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath; in create_material_path()
1607 pathnode->subpath = subpath; in create_unique_path()
1790 pathnode->subpath = subpath; in create_gather_merge_path()
1881 pathnode->subpath = subpath; in create_gather_path()
1918 pathnode->subpath = subpath; in create_subqueryscan_path()
2457 subpath = subpp->subpath; in create_projection_path()
2474 pathnode->subpath = subpath; in create_projection_path()
2656 pathnode->subpath = subpath; in create_set_projection_path()
2721 pathnode->subpath = subpath; in create_sort_path()
2767 pathnode->subpath = subpath; in create_group_path()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath; in create_material_path()
1607 pathnode->subpath = subpath; in create_unique_path()
1790 pathnode->subpath = subpath; in create_gather_merge_path()
1881 pathnode->subpath = subpath; in create_gather_path()
1918 pathnode->subpath = subpath; in create_subqueryscan_path()
2457 subpath = subpp->subpath; in create_projection_path()
2474 pathnode->subpath = subpath; in create_projection_path()
2656 pathnode->subpath = subpath; in create_set_projection_path()
2721 pathnode->subpath = subpath; in create_sort_path()
2767 pathnode->subpath = subpath; in create_group_path()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath; in create_material_path()
1607 pathnode->subpath = subpath; in create_unique_path()
1790 pathnode->subpath = subpath; in create_gather_merge_path()
1881 pathnode->subpath = subpath; in create_gather_path()
1918 pathnode->subpath = subpath; in create_subqueryscan_path()
2457 subpath = subpp->subpath; in create_projection_path()
2474 pathnode->subpath = subpath; in create_projection_path()
2656 pathnode->subpath = subpath; in create_set_projection_path()
2721 pathnode->subpath = subpath; in create_sort_path()
2767 pathnode->subpath = subpath; in create_group_path()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath; in create_material_path()
1607 pathnode->subpath = subpath; in create_unique_path()
1790 pathnode->subpath = subpath; in create_gather_merge_path()
1881 pathnode->subpath = subpath; in create_gather_path()
1918 pathnode->subpath = subpath; in create_subqueryscan_path()
2457 subpath = subpp->subpath; in create_projection_path()
2474 pathnode->subpath = subpath; in create_projection_path()
2656 pathnode->subpath = subpath; in create_set_projection_path()
2721 pathnode->subpath = subpath; in create_sort_path()
2767 pathnode->subpath = subpath; in create_group_path()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c1531 pathnode->subpath = subpath; in create_material_path()
1607 pathnode->subpath = subpath; in create_unique_path()
1790 pathnode->subpath = subpath; in create_gather_merge_path()
1881 pathnode->subpath = subpath; in create_gather_path()
1918 pathnode->subpath = subpath; in create_subqueryscan_path()
2457 subpath = subpp->subpath; in create_projection_path()
2474 pathnode->subpath = subpath; in create_projection_path()
2656 pathnode->subpath = subpath; in create_set_projection_path()
2721 pathnode->subpath = subpath; in create_sort_path()
2767 pathnode->subpath = subpath; in create_group_path()
[all …]

12345678910>>...149