Searched refs:rootDir (Results 1 – 4 of 4) sorted by relevance
| /plugin/bpmnio/build/ ! |
| H A D | build-vendor.mjs | 6 const rootDir = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..'); constant 7 const nodeModulesDir = path.join(rootDir, 'node_modules'); 8 const vendorDir = path.join(rootDir, 'vendor'); 9 const fontDir = path.join(rootDir, 'font'); 20 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-viewer.js'), 24 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-modeler.js'), 37 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-viewer.js'), 41 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-modeler.js'), 153 console.log(`Built ${packageName} bundle: ${path.relative(rootDir, outFile)}`);
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ ! |
| D | SetupDecorator.php | 151 function _getFiles($dir, $filenamePattern, $exclude, $rootDir) argument 174 $tmp = str_replace($rootDir, '', $filename); 191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
|
| /plugin/xtern/scripts/ ! |
| D | chk_links.php | 58 function scanDirectories($rootDir, $allData=array()) { argument 63 $dirContent = scandir($rootDir); 66 $path = $rootDir.'/'.$content;
|
| /plugin/xtern/ ! |
| D | admin.php | 305 function scanDirectories($rootDir, $allData=array()) { argument 309 $dirContent = scandir($rootDir); 312 $path = $rootDir.'/'.$content;
|