Home
last modified time | relevance | path

Searched refs:realpathSync (Results 1 – 14 of 14) sorted by relevance

/plugin/asciidocjs/node_modules/fs.realpath/
Dindex.js3 realpath.sync = realpathSync
4 realpath.realpathSync = realpathSync
10 var origRealpathSync = fs.realpathSync
42 function realpathSync (p, cache) { function
51 return old.realpathSync(p, cache)
60 fs.realpathSync = realpathSync
65 fs.realpathSync = origRealpathSync
DREADME.md25 var real = rp.realpathSync(someLongAndLoopingPath)
28 // This replaces the fs.realpath/fs.realpathSync builtins
Dold.js86 exports.realpathSync = function realpathSync(p, cache) { function
DLICENSE19 This library bundles a version of the `fs.realpath` and `fs.realpathSync`
/plugin/asciidocjs/node_modules/resolve/lib/
Dsync.js9 …atform !== 'win32' && fs.realpathSync && typeof fs.realpathSync.native === 'function' ? fs.realpat…
39 var defaultRealpathSync = function realpathSync(x) { function
50 var maybeRealpathSync = function maybeRealpathSync(realpathSync, x, opts) { argument
52 return realpathSync(x);
82 var realpathSync = opts.realpathSync || defaultRealpathSync;
97 var absoluteStart = maybeRealpathSync(realpathSync, path.resolve(basedir), opts);
103 if (m) return maybeRealpathSync(realpathSync, m, opts);
108 if (n) return maybeRealpathSync(realpathSync, n, opts);
145 var pkgfile = path.join(maybeRealpathSync(realpathSync, dir, opts), 'package.json');
162 var pkgfile = path.join(maybeRealpathSync(realpathSync, x, opts), '/package.json');
/plugin/asciidocjs/node_modules/resolve/test/
Dmock_sync.js26 realpathSync: function (file) {
76 realpathSync: function (file) {
112 realpathSync: function (file) {
168 realpathSync: function (file) {
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown188 * opts.realpathSync - function to synchronously resolve a potential symlink to its real path
252 realpathSync: function realpathSync(file) {
254 …var realpath = typeof fs.realpathSync.native === 'function' ? fs.realpathSync.native : fs.realpath…
/plugin/asciidocjs/node_modules/resolve/bin/
Dresolve14 …|| (process.env.npm_lifecycle_event !== 'npx' && process.env._ && fs.realpathSync(path.resolve(pro…
/plugin/asciidocjs/node_modules/glob/
Dsync.js59 var real = rp.realpathSync(p, self.realpathCache)
/plugin/sequencediagram/bower_components/lodash/perf/
Dperf.js46 result = require('fs').realpathSync(result);
/plugin/asciidocjs/node_modules/commander/
Dindex.js767 const resolvedLink = fs.realpathSync(scriptPath);
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dnodejs.js513 return executeIOAction(function(){return __fs__.realpathSync(pathname, cache)})
Dindex.cjs23855 return executeIOAction(function(){return __fs__.realpathSync(pathname, cache)})
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js225 result = require('fs').realpathSync(result);