Home
last modified time | relevance | path

Searched refs:pathto (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/py-deepdiff/deepdiff-5.6.0/docs/
H A Dfaq.rst14 ... "key": "some/pathto/customers/foo/",
19 ... "key": "some/pathto/customers/foo/account_number",
27 ... "key": "some/pathto/customers/foo/account_number",
32 ... "key": "some/pathto/customers/foo/",
39 {'values_changed': {"root[0]['key']": {'new_value': 'some/pathto/customers/foo/account_number',
40 'old_value': 'some/pathto/customers/foo/'},
43 "root[1]['key']": {'new_value': 'some/pathto/customers/foo/',
44 'old_value': 'some/pathto/customers/foo/account_number'},
/dports/www/habari/habari-0.8/system/classes/
H A Dmedia.php121 * @param string $pathto The virtual path destination
124 public static function copy( $pathfrom, $pathto ) argument
127 return Media::put( $pathto, $source );
139 * @param string $pathto The virtual path destination
142 public static function move( $pathfrom, $pathto ) argument
144 if ( Media::copy( $pathfrom, $pathto ) ) {
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/
H A DREADME.md39 cd /pathto/ncnn
52 cd /pathto/ncnn/python
58 cd /pathto/ncnn/python
65 cd /pathto/ncnn/python
72 cd /pathto/ncnn/python
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/
H A DREADME.md39 cd /pathto/ncnn
52 cd /pathto/ncnn/python
58 cd /pathto/ncnn/python
65 cd /pathto/ncnn/python
72 cd /pathto/ncnn/python
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/
H A DREADME.md39 cd /pathto/ncnn
52 cd /pathto/ncnn/python
58 cd /pathto/ncnn/python
65 cd /pathto/ncnn/python
72 cd /pathto/ncnn/python
/dports/misc/ncnn/ncnn-20211208/python/
H A DREADME.md39 cd /pathto/ncnn
52 cd /pathto/ncnn
58 cd /pathto/ncnn
65 cd /pathto/ncnn/python
72 cd /pathto/ncnn/python
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/
H A DREADME.md39 cd /pathto/ncnn
52 cd /pathto/ncnn/python
58 cd /pathto/ncnn/python
65 cd /pathto/ncnn/python
72 cd /pathto/ncnn/python
/dports/lang/gawk/gawk-5.1.1/pc/awklib/
H A Digawk.awk4 function pathto(file, i, t, junk) function
35 fpath = pathto($2)
/dports/lang/nim/nim-1.6.2/tests/testament/
H A Dtspecialpaths.nim5 …doAssert splitTestFile("/pathto/tests/fakedir/tfakename.nim") == ("fakedir", "/pathto/tests/fakedi…
/dports/japanese/gawk/gawk-3.0.6/pc/awklib/
H A Digawk.awk4 function pathto(file, i, t, junk) function
38 fpath = pathto($2)
/dports/textproc/py-pallets-sphinx-themes/Pallets-Sphinx-Themes-1.2.3/src/pallets_sphinx_themes/
H A Dversions.py128 pathto = context["pathto"]
132 builder = pathto.__closure__[0].cell_contents
133 master = pathto(master_doc).rstrip("#/") or "."
/dports/devel/tclvfs/tclvfs-20080503/library/template/
H A Dtemplatevfs.tcl133 lappend pathto $path
134 lappend pathto $to
135 return $pathto
168 set pathto [eval MountProcedure $args]
173 set path [lindex $pathto 0]
174 set to [lindex $pathto 1]
H A Ddeltavfs.tcl161 lappend pathto $path
162 lappend pathto $to
163 return $pathto
H A Dcollatevfs.tcl249 lappend pathto {}
250 lappend pathto $to
251 return $pathto
/dports/databases/grass7/grass-7.8.6/gui/wxpython/docs/wxgui_sphinx/_templates/
H A Dlayout.html.template3 <link rel="stylesheet" href="{{ pathto('_static/pygrass.css', 1) }}" type="text/css" />
/dports/databases/grass7/grass-7.8.6/lib/python/docs/_templates/
H A Dlayout.html.template3 <link rel="stylesheet" href="{{ pathto('_static/pygrass.css', 1) }}" type="text/css" />
/dports/textproc/liblrdf/LRDF-0.6.1/src/
H A Dlrdf.c416 int *pathto; in lrdf_rebuild_taxonomic_closure() local
464 pathto = calloc(class_count * class_count, sizeof(int)); in lrdf_rebuild_taxonomic_closure()
471 pathto[c + class_count * r] = 1; in lrdf_rebuild_taxonomic_closure()
483 if (pathto[i + class_count * j] != 1) { in lrdf_rebuild_taxonomic_closure()
484 pathto[i + class_count * j] = in lrdf_rebuild_taxonomic_closure()
485 pathto[i + class_count * k] && in lrdf_rebuild_taxonomic_closure()
486 pathto[k + class_count * j]; in lrdf_rebuild_taxonomic_closure()
523 if (pathto[j + class_count * i]) { in lrdf_rebuild_taxonomic_closure()
544 free(pathto); in lrdf_rebuild_taxonomic_closure()
/dports/games/widelands/widelands-build21/src/logic/
H A Dmapastar.cc32 void MapAStarBase::pathto(Coords dest, Path& path) const { in pathto() function in Widelands::MapAStarBase
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dfs.c344 static void FS_AddDataFiles(char *pathto, searchpath_t *parent, char *extension, searchpathfuncs_t … in FS_AddDataFiles() argument
360 snprintf (pakfile, sizeof(pakfile), "%spak%i.%s", pathto, i, extension); in FS_AddDataFiles()
370 snprintf (pakfile, sizeof(pakfile), "%spak%i.%s/", pathto, i, extension); in FS_AddDataFiles()
377 wp.parentdesc = pathto; in FS_AddDataFiles()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dfs.c344 static void FS_AddDataFiles(char *pathto, searchpath_t *parent, char *extension, searchpathfuncs_t … in FS_AddDataFiles() argument
360 snprintf (pakfile, sizeof(pakfile), "%spak%i.%s", pathto, i, extension); in FS_AddDataFiles()
370 snprintf (pakfile, sizeof(pakfile), "%spak%i.%s/", pathto, i, extension); in FS_AddDataFiles()
377 wp.parentdesc = pathto; in FS_AddDataFiles()
/dports/cad/qrouter/qrouter-1.4.85/
H A Doutput.c194 pathto(cmd, lastx, y, FALSE, lastx, lasty, invscale, 0); in pathto()
196 pathto(cmd, x, lasty, TRUE, lastx, lasty, invscale, 0); in pathto()
259 pathto(cmd, x, lasty, TRUE, lastx, lasty, invscale, 0); in pathvia()
261 pathto(cmd, x, y, FALSE, x, lasty, invscale, 0); in pathvia()
1508 pathto(Cmd, x, y, horizontal, x2, y2, invscale, nextvia); in emit_routed_net()
1731 pathto(Cmd, x2, y2, horizontal, x, y, invscale, 0); in emit_routed_net()
1750 pathto(Cmd, x2, y2, horizontal, x, y, invscale, 0); in emit_routed_net()
2564 pathto(Cmd, x2, y2, 1, x, y, invscale, 0); in emit_routed_net()
2583 pathto(Cmd, x2, y2, 0, x, y, invscale, 0); in emit_routed_net()
2604 pathto(Cmd, x2, y2, 1, x, y, invscale, 0); in emit_routed_net()
[all …]
/dports/textproc/py-sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4/sphinxcontrib/websupport/
H A Dbuilder.py125 def pathto(otheruri, resource=False, function
135 ctx['pathto'] = pathto
/dports/devel/mercurial/mercurial-6.0/mercurial/interfaces/
H A Ddirstate.py66 def pathto(f, cwd=None): member in idirstate
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dcheck.c1571 char pathto[PATH_MAX]; in state_check_process() local
1605 pathprint(pathto, sizeof(pathto), "%s%s", disk->dir, slink->linkto); in state_check_process()
1606 ret = stat(pathto, &stto); in state_check_process()
1624 log_error("Error stating hardlink-to '%s'. %s.\n", pathto, strerror(errno)); in state_check_process()
1635 log_error("Mismatch hardlink '%s' and '%s'. Different inode.\n", path, pathto); in state_check_process()
1693 ret = hardlink(pathto, path); in state_check_process()
1696 log_fatal("Error writing hardlink '%s' to '%s'. %s.\n", path, pathto, strerror(errno)); in state_check_process()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dsubrepoutil.py73 % repo.pathto(f)
79 _(b"subrepo spec file \'%s\' not found") % repo.pathto(f)
103 % (repo.pathto(b'.hgsubstate'), (i + 1))

12345