Home
last modified time | relevance | path

Searched refs:existsSync (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/plugins/
H A Dworkflow.ts20 if (fs.existsSync(jobsFolder)) {
25 if (fs.existsSync(p)) {
51 if (fs.existsSync(jobsFolder)) {
56 if (fs.existsSync(dir)) {
59 if (fs.existsSync(s)) {
65 if (fs.existsSync(r)) {
83 if (fs.existsSync(jobsFolder)) {
89 if (fs.existsSync(summary)) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/core/
H A Dfile-path.test.ts132 assert.isFalse(f.existsSync());
144 assert.isTrue(f.existsSync());
149 assert.isFalse(f.existsSync());
378 assert.isTrue(fp.existsSync());
385 assert.isTrue(fp.existsSync());
387 assert.isTrue(fp.existsSync());
402 assert.isTrue(fp.existsSync());
418 assert.isFalse(fp.existsSync());
426 assert.isFalse(fp.existsSync());
668 assert.isTrue(testDir.existsSync());
[all …]
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/vscode-languageserver/bin/
H A DinstallServerIntoExtension13 if (!fs.existsSync(extensionDirectory)) {
24 if (!fs.existsSync(packageFile)) {
34 if (!fs.existsSync(tsconfigFile)) {
52 if (!fs.existsSync(extensionServerDirectory)) {
61 if (fs.existsSync(shrinkwrapFile)) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/main/
H A Dutils.ts16 import fs, { existsSync } from 'fs';
106 if (!fs.existsSync(lockFilePath)) {
132 if (existsSync(releaseFile)) {
216 if (buildRoot && !existsSync(buildRoot)) {
236 if (sessionPath.existsSync()) {
274 if (!fallbackPath.existsSync()) {
H A Ddetect-r.ts20 import { existsSync } from 'fs';
231 if (existsSync(location)) {
273 return existsSync(rBinPath);
313 if (x64InstallPath && existsSync(x64InstallPath)) {
322 if (i386InstallPath && existsSync(i386InstallPath)) {
H A Dapplication.ts116 if (!confPath.existsSync()) {
120 if (!this.sessionPath.existsSync()) {
209 if (this.supportPath.completePath('Info.plist').existsSync()) {
242 if (!dir?.isEmpty() && dir?.existsSync()) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/ui/
H A Dmodal-dialog.ts17 import { existsSync, readFileSync } from 'fs';
69 if (existsSync(cssStylesPath)) {
76 if (existsSync(jsLoadPath)) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/ui/widgets/choose-r/
H A Dpreload.ts16 import { existsSync } from 'fs';
66 if (existsSync(r64)) {
75 if (existsSync(r32)) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/core/
H A Dfile-path.ts104 static existsSync(filePath: string): boolean { method in FilePath
111 return fs.existsSync(p);
209 if (!fs.existsSync(safePath.path)) {
403 if (!this.existsSync()) {
431 existsSync(): boolean { method in FilePath
433 return !this.isEmpty() && fs.existsSync(this.path);
525 if (!this.existsSync()) {
H A Dxdg.ts239 if (resolved.existsSync()) {
274 if (resolved.existsSync()) {
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/config/
H A Djest.plugin.config.ts18 if (fs.existsSync(`${filePath}.js`)) {
21 if (fs.existsSync(`${filePath}.ts`)) {
107 if (!fs.existsSync(cfgpath)) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/scripts/
H A Dpackage-helper.ts29 if (!fs.existsSync(getProjectRootDir())) {
51 if (!fs.existsSync(packageDir)) {
58 if (!fs.existsSync(rstudioInstallDir)) {
/dports/textproc/write-good/write-good-1.0.8/node_modules/tsconfig-paths/lib/
H A Dtsconfig-loader.d.ts27 export declare function walkForTsConfig(directory: string, existsSync?: (path: string) => boolean):…
28 export declare function loadTsconfig(configFilePath: string, existsSync?: (path: string) => boolean…
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/config/webpack/
H A Dloaders.ts19 if (fs.existsSync(`${p}.${e}`)) {
40 if (fs.existsSync(`${current}.css`) || fs.existsSync(`${current}.scss`)) {
/dports/www/grafana8/grafana-8.3.6/.yarn/sdks/typescript/bin/
H A Dtsc3 const {existsSync} = require(`fs`);
12 if (existsSync(absPnpApiPath)) {
H A Dtsserver3 const {existsSync} = require(`fs`);
12 if (existsSync(absPnpApiPath)) {
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/cli/tasks/
H A Dplugin.ci.ts58 if (fs.existsSync(dir)) {
112 if (fs.existsSync(d)) {
120 if (fs.existsSync(contents)) {
173 if (fs.existsSync(docsDir)) {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/lib/npm/
H A Dnode-platform.ts81 if (!fs.existsSync(binPath)) {
114 if (!fs.existsSync(binTargetPath)) {
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/lib-js/spec-directory/
H A Dreal-directory.ts18 return fs.existsSync(filepath)
46 if (fs.existsSync(archive)) {
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Dtracing.spec.ts42 if (fs.existsSync(outputFile)) {
53 expect(fs.existsSync(outputFile)).toBe(true);
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Dtracing.spec.ts42 if (fs.existsSync(outputFile)) {
53 expect(fs.existsSync(outputFile)).toBe(true);
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/node/
H A DLauncher.ts126 if (!fs.existsSync(userDataDir)) {
344 if (!fs.existsSync(userDataDir)) {
693 if (fs.existsSync(prefsPath)) {
797 const missingText = !fs.existsSync(executablePath)
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/.github/workflows/
H A Dfips-label.yml44 if ( fs.existsSync('./fips_changed') ) {
51 } else if ( fs.existsSync('./fips_unchanged') ) {
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/.github/workflows/
H A Dfips-label.yml44 if ( fs.existsSync('./fips_changed') ) {
51 } else if ( fs.existsSync('./fips_unchanged') ) {
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/.github/workflows/
H A Dfips-label.yml44 if ( fs.existsSync('./fips_changed') ) {
51 } else if ( fs.existsSync('./fips_unchanged') ) {

1234567