Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 7256) sorted by relevance

12345678910>>...291

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/
H A DClassMapGeneratorTest.php31 $this->workspace = realpath($this->workspace);
79 'Namespaced\\Bar' => realpath(__DIR__).'/Fixtures/Namespaced/Bar.php',
80 'Namespaced\\Foo' => realpath(__DIR__).'/Fixtures/Namespaced/Foo.php',
95 'Pearlike_Foo' => realpath(__DIR__).'/Fixtures/Pearlike/Foo.php',
96 'Pearlike_Bar' => realpath(__DIR__).'/Fixtures/Pearlike/Bar.php',
97 'Pearlike_Baz' => realpath(__DIR__).'/Fixtures/Pearlike/Baz.php',
103 'A' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
104 'Alpha\\A' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
105 'Alpha\\B' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
106 'Beta\\A' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/Tests/
H A DClassMapGeneratorTest.php31 $this->workspace = realpath($this->workspace);
79 'Namespaced\\Bar' => realpath(__DIR__).'/Fixtures/Namespaced/Bar.php',
80 'Namespaced\\Foo' => realpath(__DIR__).'/Fixtures/Namespaced/Foo.php',
95 'Pearlike_Foo' => realpath(__DIR__).'/Fixtures/Pearlike/Foo.php',
96 'Pearlike_Bar' => realpath(__DIR__).'/Fixtures/Pearlike/Bar.php',
97 'Pearlike_Baz' => realpath(__DIR__).'/Fixtures/Pearlike/Baz.php',
103 'A' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
104 'Alpha\\A' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
105 'Alpha\\B' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
106 'Beta\\A' => realpath(__DIR__).'/Fixtures/classmap/multipleNs.php',
[all …]
/dports/devel/remake/remake-4.3+dbg-1.5/tests/scripts/functions/
H A Drealpath6 # Check the local directory's realpath
8 ifneq ($(realpath .),$(CURDIR))
12 ifneq ($(realpath ./),$(CURDIR))
16 ifneq ($(realpath .///),$(CURDIR))
32 ifneq ($(realpath /.),#ROOT#)
36 ifneq ($(realpath /./),#ROOT#)
40 ifneq ($(realpath /.///),#ROOT#)
44 ifneq ($(realpath /..),#ROOT#)
48 ifneq ($(realpath /../),#ROOT#)
71 ifneq ($(realpath ///),#ROOT#)
[all …]
/dports/devel/gmake/make-4.3/tests/scripts/functions/
H A Drealpath6 # Check the local directory's realpath
8 ifneq ($(realpath .),$(CURDIR))
12 ifneq ($(realpath ./),$(CURDIR))
16 ifneq ($(realpath .///),$(CURDIR))
32 ifneq ($(realpath /.),#ROOT#)
36 ifneq ($(realpath /./),#ROOT#)
40 ifneq ($(realpath /.///),#ROOT#)
44 ifneq ($(realpath /..),#ROOT#)
48 ifneq ($(realpath /../),#ROOT#)
71 ifneq ($(realpath ///),#ROOT#)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tests/nacl_io_test/
H A Dsyscalls_test.cc70 EXPECT_STREQ("/", realpath("/", buffer)); in TEST_F()
71 EXPECT_STREQ("/", realpath("/tmp/..", buffer)); in TEST_F()
72 EXPECT_STREQ("/tmp", realpath("/tmp", buffer)); in TEST_F()
73 EXPECT_STREQ("/tmp", realpath("/tmp/", buffer)); in TEST_F()
80 EXPECT_EQ(NULL, realpath("/blah", buffer)); in TEST_F()
92 EXPECT_EQ(NULL, realpath(NULL, buffer)); in TEST_F()
98 EXPECT_STREQ("/", realpath("..", buffer)); in TEST_F()
99 EXPECT_STREQ("/tmp", realpath(".", buffer)); in TEST_F()
100 EXPECT_STREQ("/tmp", realpath("./", buffer)); in TEST_F()
103 EXPECT_STREQ("/tmp", realpath(".///", buffer)); in TEST_F()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Foundation/Console/
H A DStubPublishCommand.php48realpath(__DIR__.'/../../Database/Console/Factories/stubs/factory.stub') => $stubsPath.'/factory.s…
49realpath(__DIR__.'/../../Database/Console/Seeds/stubs/seeder.stub') => $stubsPath.'/seeder.stub',
51realpath(__DIR__.'/../../Database/Migrations/stubs/migration.stub') => $stubsPath.'/migration.stub…
53realpath(__DIR__.'/../../Foundation/Console/stubs/console.stub') => $stubsPath.'/console.stub',
54realpath(__DIR__.'/../../Foundation/Console/stubs/policy.plain.stub') => $stubsPath.'/policy.plain…
55realpath(__DIR__.'/../../Foundation/Console/stubs/policy.stub') => $stubsPath.'/policy.stub',
56realpath(__DIR__.'/../../Foundation/Console/stubs/rule.stub') => $stubsPath.'/rule.stub',
57realpath(__DIR__.'/../../Routing/Console/stubs/controller.api.stub') => $stubsPath.'/controller.ap…
60realpath(__DIR__.'/../../Routing/Console/stubs/controller.model.stub') => $stubsPath.'/controller.…
64realpath(__DIR__.'/../../Routing/Console/stubs/controller.stub') => $stubsPath.'/controller.stub',
[all …]
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/docbuilder/includes/
H A Dutilities.php139 $parent[realpath($path)] = false;
147 $rnode = &$parent[realpath($path)];
149 if (isset($parent_indexes[realpath($path)])) $parenti = $parent_indexes[realpath($path)];
159 if (@is_dir(realpath("$path$pd$file"))) {
160 if (!isset($parent_indexes[realpath($path)])) $parent_indexes[realpath($path)] = true;
163 …(addslashes(realpath("$path$pd$file")),"javascript:setHelpVal('".addslashes(realpath($path.$pd.$fi…
170 if (isset($parent_indexes[realpath($path)]))
176 $rnode = &$parent[realpath($path)];
178 if (isset($parent_indexes[realpath($path)])) $parenti = $parent_indexes[realpath($path)];
196 $rnode = &$parent[realpath($path)];
[all …]
/dports/www/matomo/piwik/core/
H A DFilechecks.php45 $directory = Filesystem::realpath($directoryToCheck);
68 $realpath = Filesystem::realpath($dir);
69 if (!empty($realpath) && $bool === false) {
76 $realpath = Filesystem::realpath(PIWIK_INCLUDE_PATH . '/');
108 $realpath = Filesystem::realpath(PIWIK_INCLUDE_PATH . '/');
111 $message .= self::getMakeWritableCommand($realpath);
198 * @param string $realpath
201 private static function getMakeWritableCommand($realpath) argument
203 $realpath = Common::sanitizeInputValue($realpath);
207 …return "<code>find $realpath -type f -exec chmod 644 {} \;</code><br /><code>find $realpath -type …
[all …]
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Drealpath.sh20 print_ver_ realpath
43 realpath -Pqz . >/dev/null || fail=1
45 returns_ 1 realpath >/dev/null || fail=1
47 returns_ 1 realpath --relative-base . || fail=1
51 realpath -e --relative-to=dir1/ --relative-base=. . || fail=1
54 returns_ 1 realpath -m '' || fail=1
58 this=$(realpath .)
69 test $(realpath -sm --relative-to=/usr /) = '..' || fail=1
71 test $(realpath -sm --relative-to=/ /usr) = 'usr' || fail=1
79 out=$(realpath -sm --relative-base=/usr /tmp /usr) || fail=1
[all …]
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Drealpath.sh20 print_ver_ realpath
43 realpath -Pqz . >/dev/null || fail=1
45 returns_ 1 realpath >/dev/null || fail=1
47 returns_ 1 realpath --relative-base . || fail=1
51 realpath -e --relative-to=dir1/ --relative-base=. . || fail=1
54 returns_ 1 realpath -m '' || fail=1
58 this=$(realpath .)
69 test $(realpath -sm --relative-to=/usr /) = '..' || fail=1
71 test $(realpath -sm --relative-to=/ /usr) = 'usr' || fail=1
79 out=$(realpath -sm --relative-base=/usr /tmp /usr) || fail=1
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/FileCache/
H A DFileCacheTest.php49 $realpath = realpath($filename);
50 $cid = 'prefix:test:' . $realpath;
52 'mtime' => filemtime($realpath),
53 'filepath' => $realpath,
76 $realpath = realpath($filename);
77 $cid = 'prefix:test:' . $realpath;
79 'mtime' => filemtime($realpath),
80 'filepath' => $realpath,
106 $realpath = realpath($filename);
110 'filepath' => $realpath,
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/FileCache/
H A DFileCacheTest.php49 $realpath = realpath($filename);
50 $cid = 'prefix:test:' . $realpath;
52 'mtime' => filemtime($realpath),
53 'filepath' => $realpath,
76 $realpath = realpath($filename);
77 $cid = 'prefix:test:' . $realpath;
79 'mtime' => filemtime($realpath),
80 'filepath' => $realpath,
106 $realpath = realpath($filename);
110 'filepath' => $realpath,
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/tests/scripts/functions/
H A Drealpath7 ifneq ($(realpath .),$(CURDIR))
19 ifneq ($(realpath /),/)
23 ifneq ($(realpath /.),/)
27 ifneq ($(realpath /./),/)
31 ifneq ($(realpath /.///),/)
35 ifneq ($(realpath /..),/)
39 ifneq ($(realpath /../),/)
43 ifneq ($(realpath /..///),/)
62 ifneq ($(realpath ///),/)
66 ifneq ($(realpath ///.),/)
[all …]
/dports/net/rclone/rclone-1.57.0/backend/hdfs/
H A Dobject.go47 realpath := o.fs.realpath(o.Remote())
76 realpath := o.realpath()
77 fs.Debugf(o.fs, "open [%s]", realpath)
78 f, err := o.fs.client.Open(realpath)
109 realpath := o.fs.realpath(src.Remote())
110 dirname := path.Dir(realpath)
120 err = o.fs.client.Remove(realpath)
132 rerr := o.fs.client.Remove(realpath)
166 realpath := o.fs.realpath(o.remote)
168 return o.fs.client.Remove(realpath)
[all …]
H A Dfs.go164 realpath := f.realpath(remote)
165 fs.Debugf(f, "new [%s]", realpath)
167 info, err := f.ensureFile(realpath)
182 realpath := f.realpath(dir)
183 fs.Debugf(f, "list [%s]", realpath)
185 err = f.ensureDirectory(realpath)
233 realpath := f.realpath(dir)
236 err := f.ensureDirectory(realpath)
250 return f.client.Remove(realpath)
255 realpath := f.realpath(dir)
[all …]
/dports/mail/lbdb/lbdb-0.42.1/
H A Ddotlock.c125 char realpath[_POSIX_PATH_MAX]; in dotlock_dispatch() local
138 if (dotlock_prepare (realpath, sizeof (realpath), f, fd) != 0) in dotlock_dispatch()
257 char realpath[_POSIX_PATH_MAX]; in dotlock_prepare() local
263 if (dotlock_deference_symlink (realpath, sizeof (realpath), f) == -1) in dotlock_prepare()
270 dirname = realpath; in dotlock_prepare()
274 basename = realpath; in dotlock_prepare()
353 char realpath[_POSIX_PATH_MAX]; in dotlock_deference_symlink() local
379 strfcpy (realpath, linkpath, sizeof (realpath)); in dotlock_deference_symlink()
380 pathptr = realpath; in dotlock_deference_symlink()
517 unlink (realpath); in dotlock_unlink()
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A Drealpath.fish7 # However, we only want our builtin if there is no external realpath command.
9 if command -sq realpath
10 function realpath -w realpath -d "print the resolved path [command realpath]"
11 command realpath $argv
24 function realpath -d "return an absolute path without symlinks"
28 argparse -n realpath $options -- $argv
32 __fish_print_help realpath
45 printf (_ "%s: These flags are not allowed by fish realpath: '%s'") realpath "$flags" >&2
47 __fish_print_help realpath
52 printf (_ "%ls: Expected at least %d args, got only %d\n") realpath 1 0
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Ddotlock.c251 char realpath[_POSIX_PATH_MAX]; in dotlock_dispatch() local
264 if (dotlock_prepare (realpath, sizeof (realpath), f, fd) != 0) in dotlock_dispatch()
442 char realpath[_POSIX_PATH_MAX]; in dotlock_prepare() local
448 if (dotlock_deference_symlink (realpath, sizeof (realpath), f) == -1) in dotlock_prepare()
455 dirname = realpath; in dotlock_prepare()
459 basename = realpath; in dotlock_prepare()
564 strfcpy (realpath, linkpath, sizeof (realpath)); in dotlock_deference_symlink()
565 pathptr = realpath; in dotlock_deference_symlink()
700 realpath); in dotlock_unlock()
724 unlink (realpath); in dotlock_unlink()
[all …]
H A Dmutt_dotlock.c251 char realpath[_POSIX_PATH_MAX]; in dotlock_dispatch() local
264 if (dotlock_prepare (realpath, sizeof (realpath), f, fd) != 0) in dotlock_dispatch()
442 char realpath[_POSIX_PATH_MAX]; in dotlock_prepare() local
448 if (dotlock_deference_symlink (realpath, sizeof (realpath), f) == -1) in dotlock_prepare()
455 dirname = realpath; in dotlock_prepare()
459 basename = realpath; in dotlock_prepare()
564 strfcpy (realpath, linkpath, sizeof (realpath)); in dotlock_deference_symlink()
565 pathptr = realpath; in dotlock_deference_symlink()
700 realpath); in dotlock_unlock()
724 unlink (realpath); in dotlock_unlink()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/builtin/
H A Drealpath.tst1 # : : generated from /home/gsf/src/cmd/builtin/realpath.rt by mktest : : #
3 # regression tests for the realpath command
5 UNIT realpath
124 ERROR - 'realpath: t/dd: cannot read link text [Invalid argument]'
128 ERROR - 'realpath: t/d: cannot read link text [Invalid argument]'
131 ERROR - 'realpath: t/z: cannot read link text [Invalid argument]'
137 ERROR - 'realpath: t/z/g: cannot read link text [Invalid argument]'
140 ERROR - 'realpath: t/f: cannot read link text [Invalid argument]'
300 ERROR - 'realpath: t/d: cannot read link text [Invalid argument]'
303 ERROR - 'realpath: t/z: cannot read link text [Invalid argument]'
[all …]
/dports/devel/tlsh/tlsh-d842e75/py_ext/
H A Dsetup.py4 from os.path import join, realpath
13 with open(join(realpath('..'), 'CMakeLists.txt'), 'r') as f:
27 join(realpath('..'), 'src', 'tlsh.cpp'), \
28 join(realpath('..'), 'src', 'tlsh_impl.cpp'), \
29 join(realpath('..'), 'src', 'tlsh_util.cpp') \
31 include_dirs = [join(realpath('..'), 'include'),
32 join(realpath('..'), 'Windows')],\
38 join(realpath('..'), 'src', 'tlsh.cpp'), \
39 join(realpath('..'), 'src', 'tlsh_impl.cpp'), \
40 join(realpath('..'), 'src', 'tlsh_util.cpp') \
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/scn/phptal/src/
H A DStringSource.php34 private $realpath; variable in PhpTal\\StringSource
41 * @param string $realpath
43 public function __construct($data, ?string $realpath = null) argument
46 $this->realpath = $realpath ?: self::NO_PATH_PREFIX . md5($data) . '>';
53 if (strpos($this->realpath, self::NO_PATH_PREFIX) !== 0 && file_exists($this->realpath)) {
54 $mTime = @filemtime($this->realpath);
75 return $this->realpath ?? '<string>';
/dports/finance/prestashop/prestashop/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DMinApp.php72 $realpath = realpath($file);
73 if ($realpath && is_file($realpath)) {
74 $sources[] = $this->_getFileSource($realpath, $cOptions);
140 … $allowDirs[] = realpath(str_replace('//', $_SERVER['DOCUMENT_ROOT'] . '/', $allowDir));
146 $realpath = realpath($path);
147 if (false === $realpath || ! is_file($realpath)) {
148 …$this->log("The path \"{$path}\" (realpath \"{$realpath}\") could not be found (or was not a file)…
159 parent::checkNotHidden($realpath);
160 parent::checkAllowDirs($realpath, $allowDirs, $uri);
165 $sources[] = $this->_getFileSource($realpath, $cOptions);
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DMinApp.php72 $realpath = realpath($file);
73 if ($realpath && is_file($realpath)) {
74 $sources[] = $this->_getFileSource($realpath, $cOptions);
140 … $allowDirs[] = realpath(str_replace('//', $_SERVER['DOCUMENT_ROOT'] . '/', $allowDir));
146 $realpath = realpath($path);
147 if (false === $realpath || ! is_file($realpath)) {
148 …$this->log("The path \"{$path}\" (realpath \"{$realpath}\") could not be found (or was not a file)…
159 parent::checkNotHidden($realpath);
160 parent::checkAllowDirs($realpath, $allowDirs, $uri);
165 $sources[] = $this->_getFileSource($realpath, $cOptions);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DMinApp.php72 $realpath = realpath($file);
73 if ($realpath && is_file($realpath)) {
74 $sources[] = $this->_getFileSource($realpath, $cOptions);
140 … $allowDirs[] = realpath(str_replace('//', $_SERVER['DOCUMENT_ROOT'] . '/', $allowDir));
146 $realpath = realpath($path);
147 if (false === $realpath || ! is_file($realpath)) {
148 …$this->log("The path \"{$path}\" (realpath \"{$realpath}\") could not be found (or was not a file)…
159 parent::checkNotHidden($realpath);
160 parent::checkAllowDirs($realpath, $allowDirs, $uri);
165 $sources[] = $this->_getFileSource($realpath, $cOptions);
[all …]

12345678910>>...291