Home
last modified time | relevance | path

Searched +refs:html +refs:relative +refs:root +refs:path (Results 126 – 150 of 15712) sorted by relevance

12345678910>>...629

/dports/devel/boost-libs/boost_1_72_0/libs/random/doc/
H A DJamfile.v215 import path ;
17 path-constant here : . ;
74 path-constant boost-root : ../../.. ;
76 # Figure out where the root of the boost tree is relative
77 # to the html directory.
78 local BOOST_ROOT = [ path.relative-to
79 [ path.join [ path.pwd ] html ]
80 [ path.root
81 [ path.make $(boost-root) ]
183 <xsl:param>boost.root=../../../..
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/random/doc/
H A DJamfile.v215 import path ;
17 path-constant here : . ;
74 path-constant boost-root : ../../.. ;
76 # Figure out where the root of the boost tree is relative
77 # to the html directory.
78 local BOOST_ROOT = [ path.relative-to
79 [ path.join [ path.pwd ] html ]
80 [ path.root
81 [ path.make $(boost-root) ]
183 <xsl:param>boost.root=../../../..
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/docs/
H A DUriRewriting.wiki.md3 Minify uses an algorithm to rewrite relative URIs in CSS output to root-relative URIs so that each …
26 You can manually rewrite relative URIs in CSS in a couple ways. The simplest is to prepend a string…
36 …gets confused when `min` is placed in a subdirectory of the real document root. There's now a [sim…
40 Whether you use [aliases](http://httpd.apache.org/docs/2.2/mod/mod_alias.html), [symlinks](http://e…
42 | document root | `/var/www` |
49 // map URL path to file path
54 This lets Minify know during the rewriting process that an internal file path starting with `/etc/s…
64 ### What's my document root?
72 …1. Check that `$_SERVER['DOCUMENT_ROOT']` is a real directory path. If not, URI rewriting will fai…
/dports/devel/sope2/SOPE/sope-core/NGExtensions/FdExt.subproj/
H A DNSURL+misc.m107 /* check whether we are already marked relative to _base .. */
142 [self path], [_base path], relPath);
147 NSLog(@"%s: same namespace, but no direct relative (%@, base %@) => '%@'",
186 eg: "/a/b/c.html"
187 should resolve to: "c.html"
216 /* don't know better ... what is root-relative-to-root ? */
333 common prefix is root. That is, nothing in common:
341 (number of slashes without root * "..", then the trailer?)
353 for (i = 1 /* skip root */; i < len; i++) {
360 base: /dev/en/projects/bsd/index.html
[all …]
/dports/devel/sope/SOPE/sope-core/NGExtensions/FdExt.subproj/
H A DNSURL+misc.m107 /* check whether we are already marked relative to _base .. */
142 [self path], [_base path], relPath);
147 NSLog(@"%s: same namespace, but no direct relative (%@, base %@) => '%@'",
186 eg: "/a/b/c.html"
187 should resolve to: "c.html"
216 /* don't know better ... what is root-relative-to-root ? */
333 common prefix is root. That is, nothing in common:
341 (number of slashes without root * "..", then the trailer?)
353 for (i = 1 /* skip root */; i < len; i++) {
360 base: /dev/en/projects/bsd/index.html
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@nodelib/fs.walk/
H A DREADME.md42 …y. [Readable Stream](https://nodejs.org/dist/latest-v12.x/docs/api/stream.html#stream_readable_str…
50 ### .walkSync(path, [optionsOrSettings])
55 const entries = fsWalk.walkSync('path');
60 #### path subsubsection
90 * `path` — The path of the entry relative to call directory (`root/unknown.txt`).
101 By default, all paths are built relative to the root path. You can use this option to set custom ro…
103 In the example below we read the files from the `root` directory, but in the results the root path
106 fsWalk.walkSync('root'); // → ['root/file.txt']
107 fsWalk.walkSync('root', { basePath: 'custom' }); // → ['custom/file.txt']
117 …of [thread pool work scheduling](http://docs.libuv.org/en/v1.x/threadpool.html#thread-pool-work-sc…
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@nodelib/fs.walk/
H A DREADME.md42 …y. [Readable Stream](https://nodejs.org/dist/latest-v12.x/docs/api/stream.html#stream_readable_str…
50 ### .walkSync(path, [optionsOrSettings])
55 const entries = fsWalk.walkSync('path');
60 #### path subsubsection
90 * `path` — The path of the entry relative to call directory (`root/unknown.txt`).
101 By default, all paths are built relative to the root path. You can use this option to set custom ro…
103 In the example below we read the files from the `root` directory, but in the results the root path
106 fsWalk.walkSync('root'); // → ['root/file.txt']
107 fsWalk.walkSync('root', { basePath: 'custom' }); // → ['custom/file.txt']
117 …of [thread pool work scheduling](http://docs.libuv.org/en/v1.x/threadpool.html#thread-pool-work-sc…
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/@nodelib/fs.walk/
H A DREADME.md42 …y. [Readable Stream](https://nodejs.org/dist/latest-v12.x/docs/api/stream.html#stream_readable_str…
50 ### .walkSync(path, [optionsOrSettings])
55 const entries = fsWalk.walkSync('path');
60 #### path subsubsection
90 * `path` — The path of the entry relative to call directory (`root/unknown.txt`).
101 By default, all paths are built relative to the root path. You can use this option to set custom ro…
103 In the example below we read the files from the `root` directory, but in the results the root path
106 fsWalk.walkSync('root'); // → ['root/file.txt']
107 fsWalk.walkSync('root', { basePath: 'custom' }); // → ['custom/file.txt']
117 …of [thread pool work scheduling](http://docs.libuv.org/en/v1.x/threadpool.html#thread-pool-work-sc…
[all …]
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/
H A Dconf.py.in5 # https://www.sphinx-doc.org/en/master/usage/configuration.html
10 # add these directories to sys.path here. If the directory is relative to the
11 # documentation root, use os.path.abspath to make it absolute, like shown here.
15 # sys.path.insert(0, os.path.abspath('.'))
41 # Add any paths that contain templates here, relative to this directory.
44 # List of patterns, relative to source directory, that match files and
58 # relative to this directory. They are copied after the builtin static files,
/dports/math/heyoka/heyoka-0.16.0/doc/
H A Dconf.py.in5 # https://www.sphinx-doc.org/en/master/usage/configuration.html
10 # add these directories to sys.path here. If the directory is relative to the
11 # documentation root, use os.path.abspath to make it absolute, like shown here.
15 # sys.path.insert(0, os.path.abspath('.'))
43 # Add any paths that contain templates here, relative to this directory.
46 # List of patterns, relative to source directory, that match files and
69 # relative to this directory. They are copied after the builtin static files,
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/readdirp/
H A DREADME.md5 Recursive version of [fs.readdir](http://nodejs.org/docs/latest/api/fs.html#fs_fs_readdir_path_call…
9 , path = require('path')
14 var stream = readdirp({ root: path.join(__dirname), fileFilter: '*.js' });
22 return { path: entry.path, size: entry.stat.size };
72 [nodejs streams documentation](http://nodejs.org/api/stream.html) or the
78 - **root**: path in which to start reading and recursing into subdirectories
94 - **parentDir** : directory in which entry was found (relative to given root)
97 - **path** : path to the file/directory (relative to given root)
99 - **stat** : built in [stat object](http://nodejs.org/docs/v0.4.9/api/fs.html#fs.Stats)
184 readdirp({ root: './test/bed', depth: 1 })
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/readdirp/
H A DREADME.md5 Recursive version of [fs.readdir](http://nodejs.org/docs/latest/api/fs.html#fs_fs_readdir_path_call…
9 , path = require('path')
14 var stream = readdirp({ root: path.join(__dirname), fileFilter: '*.js' });
22 return { path: entry.path, size: entry.stat.size };
72 [nodejs streams documentation](http://nodejs.org/api/stream.html) or the
78 - **root**: path in which to start reading and recursing into subdirectories
94 - **parentDir** : directory in which entry was found (relative to given root)
97 - **path** : path to the file/directory (relative to given root)
99 - **stat** : built in [stat object](http://nodejs.org/docs/v0.4.9/api/fs.html#fs.Stats)
184 readdirp({ root: './test/bed', depth: 1 })
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/readdirp/
H A DREADME.md5 Recursive version of [fs.readdir](http://nodejs.org/docs/latest/api/fs.html#fs_fs_readdir_path_call…
9 , path = require('path')
14 var stream = readdirp({ root: path.join(__dirname), fileFilter: '*.js' });
22 return { path: entry.path, size: entry.stat.size };
72 [nodejs streams documentation](http://nodejs.org/api/stream.html) or the
78 - **root**: path in which to start reading and recursing into subdirectories
94 - **parentDir** : directory in which entry was found (relative to given root)
97 - **path** : path to the file/directory (relative to given root)
99 - **stat** : built in [stat object](http://nodejs.org/docs/v0.4.9/api/fs.html#fs.Stats)
184 readdirp({ root: './test/bed', depth: 1 })
[all …]
/dports/www/libnghttp3/nghttp3-b9e565c/doc/source/
H A Dconf.py.in28 # https://www.sphinx-doc.org/en/master/usage/configuration.html
33 # add these directories to sys.path here. If the directory is relative to the
34 # documentation root, use os.path.abspath to make it absolute, like shown here.
38 # sys.path.insert(0, os.path.abspath('.'))
56 # Add any paths that contain templates here, relative to this directory.
59 # List of patterns, relative to source directory, that match files and
73 # relative to this directory. They are copied after the builtin static files,
82 manpages_url = 'https://man7.org/linux/man-pages/man{section}/{page}.{section}.html'
/dports/archivers/py-borgbackup/borgbackup-1.1.17/docs/usage/
H A Dhelp.rst.inc10 currently active recursion root. You usually give the recursion root(s)
11 when invoking borg and these can be either relative or absolute paths.
13 So, when you give `relative/` as root, the paths going into the matcher
14 will look like `relative/.../file.ext`. When you give `/absolute/` as
25 accept both absolute and relative paths.
37 `Fnmatch <https://docs.python.org/3/library/fnmatch.html>`_, selector `fm:`
48 for the root path, paths will never end in the path separator when
67 the re module <https://docs.python.org/3/library/re.html>`_.
71 `pp:root/somedir` matches `root/somedir` and everything therein.
77 `pf:root/file.ext` matches `root/file.ext` only.
[all …]
/dports/archivers/R-cran-zip/zip/man/
H A Dzip.Rd16 root = ".",
26 root = ".",
36 root = ".",
46 root = ".",
55 about absolute and relative path names.}
141 }\if{html}{\out{</div>}}\preformatted{## filename
173 dir.create(file.path(tmp, "mydir"))
174 cat("first file", file = file.path(tmp, "mydir", "file1"))
175 cat("second file", file = file.path(tmp, "mydir", "file2"))
184 cat("third file", file = file.path(tmp, "mydir", "file3"))
[all …]
/dports/devel/qbs/qbs-src-1.21.0/doc/reference/items/convenience/
H A Dappleapplicationdiskimage.qdoc23 ** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
45 be copied into the disk image, provided their file paths are relative to the
46 path specified by the \l{sourceBase} property (that is, are located in that
47 directory). Any artifacts tagged \c{"installable"} that are not relative to
60 {"path": "Applications", "x": 128, "y": 128},
61 {"path": "My App.app", "x": 256, "y": 128}
79 This directory is always considered to be relative to \l{qbs::installRoot}
84 relative to the disk image root. Therefore, its full path when the disk
94 each string containing two file paths separated by a colon. The first path is the
95 symlink target, and the second path is the name of the symlink relative to the root of
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/testdata/
H A Dcaddyfile.actual11 path *.txt *.md *.mdown /site/*
17 root * /srv
27 try_files {path}/index.php
29 not path */
31 redir @canonicalPath {path}/ 308
36 try_files {path} {path}/index.php index.php
40 rewrite @indexFiles {http.matchers.file.relative}
44 path *.php
54 path / *.html *.js *.css *.svg
66 @singleLine not path /matcher
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dcaddyfile.actual11 path *.txt *.md *.mdown /site/*
17 root * /srv
27 try_files {path}/index.php
29 not path */
31 redir @canonicalPath {path}/ 308
36 try_files {path} {path}/index.php index.php
40 rewrite @indexFiles {http.matchers.file.relative}
44 path *.php
54 path / *.html *.js *.css *.svg
66 @singleLine not path /matcher
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dcaddyfile.actual11 path *.txt *.md *.mdown /site/*
17 root * /srv
27 try_files {path}/index.php
29 not path */
31 redir @canonicalPath {path}/ 308
36 try_files {path} {path}/index.php index.php
40 rewrite @indexFiles {http.matchers.file.relative}
44 path *.php
54 path / *.html *.js *.css *.svg
66 @singleLine not path /matcher
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dcaddyfile.actual11 path *.txt *.md *.mdown /site/*
17 root * /srv
27 try_files {path}/index.php
29 not path */
31 redir @canonicalPath {path}/ 308
36 try_files {path} {path}/index.php index.php
40 rewrite @indexFiles {http.matchers.file.relative}
44 path *.php
54 path / *.html *.js *.css *.svg
66 @singleLine not path /matcher
/dports/devel/chroma/chroma-0.9.2/lexers/testdata/
H A Dcaddyfile.actual11 path *.txt *.md *.mdown /site/*
17 root * /srv
27 try_files {path}/index.php
29 not path */
31 redir @canonicalPath {path}/ 308
36 try_files {path} {path}/index.php index.php
40 rewrite @indexFiles {http.matchers.file.relative}
44 path *.php
54 path / *.html *.js *.css *.svg
66 @singleLine not path /matcher
/dports/textproc/p5-DocSet/DocSet-0.19/examples/site/tmpl/custom/html/
H A Dnavbar_global4 # rel_doc_root - relative docs path (only for chapters!)
8 [%- # prepare the sects to show where are we relative
9 # to the absolute root
21 SET path = [];
23 path.push(p.parent_rel_path);
26 path.push(rel_doc_root);
31 link = path.join("/");
32 sects.push({link => "$link/index.html", text => p.index_node.stitle});
37 sects.push({link => "$rel_doc_root/index.html",
/dports/www/gohugo/hugo-0.91.2/docs/content/en/functions/
H A Dreaddir.md18 The `os.ReadDir` function resolves the path relative to the root of your project directory. A leadi…
33 ```go-html-template
41 ```html
/dports/www/elixir-phoenix/phoenix-1.3.3/installer/lib/phx_new/
H A Dgenerator.ex22 root = Path.expand("../../templates", __DIR__)
25 path = Path.join(root, source)
69 file = Path.join(path, file)
84 html = Keyword.get(opts, :html, true)
125 html: html,
173 {:mariaex, Ecto.Adapters.MySQL, db_config(app, module, "root", "")}
213 relative = Path.relative_to(absolute, @phoenix)
215 if absolute == relative do
221 |> Path.join(relative)
248 defp phoenix_dep(path), do: ~s[{:phoenix, path: #{inspect path}, override: true}]
[all …]

12345678910>>...629