Home
last modified time | relevance | path

Searched refs:glob (Results 26 – 50 of 100) sorted by last modified time

1234

/plugin/strata/
H A Daction.php186 // glob to find the required file
187 $filenames = glob(DOKU_PLUGIN."*/{$kind}s/{$name}.php");
/plugin/userpagecreate/
H A Daction.php208 $files = glob($conf['olddir'] . '/' . utf8_encodeFN($page) . '.*.txt.*');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D64.64.js.map1 … 'dict',\n 'cd',\n 'clock',\n 'exec',\n 'glob',\n 'pid',\n…
H A Dbundle.js.map1glob.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/hash.js","webpack:///./node_m…
H A D39.39.js.map1 …sockopt',\n 'reverse',\n 'undef',\n 'chr',\n 'glob',\n 'rewindd…
/plugin/custombuttons/
H A Dadmin.php153 $files = glob(dirname(__FILE__).'/ico/*.png');
/plugin/userhistory/
H A Dadmin.php55 $files = glob ( $dir.'/'.$pattern );
56 $subdirs = glob ( $dir.'/*', GLOB_ONLYDIR ); /* Rework by bugmenot2 */
/plugin/flowchartjs/
H A Daction.php36 glob(DOKU_PLUGIN.'flowchartjs/styles/*.json')
H A Dadmin.php57 glob(DOKU_PLUGIN.'flowchartjs/styles/*.json')
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php56 $files = glob("$dir/*");
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php55 $files = glob("$dir/*");
/plugin/abc/
H A Dsyntax.php237 $filesArrABC = glob(dirname($fileBase)."/{".basename($fileBase)."*.abc}", GLOB_BRACE);
251 … $filesArrAll = glob(dirname($fileBase)."/{".basename($fileBase)."_".$o."*}", GLOB_BRACE);
/plugin/structsection/
H A Dyarn.lock1423 glob-parent "^5.0.0"
1428 is-glob "^4.0.0"
1623 glob-parent@^5.0.0:
1628 is-glob "^4.0.1"
1630 glob-to-regexp@^0.4.1:
1635 glob@^7.1.3:
1637 …resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c4667927…
1804 is-glob@^4.0.0, is-glob@^4.0.1:
2443 glob "^7.1.3"
2780 glob-to-regexp "^0.4.1"
[all …]
/plugin/pagenav/
H A Dsyntax.php41 list($mode, $glob) = explode(' ', $match, 2);
45 return array(strtolower(trim($glob)), $mode);
55 list($glob, $mode) = $data;
56 $glob = preg_quote($glob, '/');
87 if ($glob && !preg_match('/' . $glob . '/', noNS($list[$i]['id']))) continue;
/plugin/infomail/
H A Dhelper.php58 $lists = glob("$listdir/list_*.txt");
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php99 foreach ($this->globs as $glob) {
100 $glob = VarUtils::resolve($glob, $this->getVars(), $this->getValues());
102 if (false !== $paths = glob($glob)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md302 elements, one for each asset referenced by the `css/src/*.sass` glob. The
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php36 $files = glob($pattern, $flags);
40 $dirs = glob(dirname($pattern).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR|GLOB_NOSORT);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php141glob($root.'/*', GLOB_ONLYDIR), glob($root.'/*/*', GLOB_ONLYDIR), glob($root.'/*/*/*', GLOB_ONLYDI…
158 $s = glob($search, GLOB_BRACE);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php351 protected function createGlobAsset($glob, $root = null, $vars) argument
353 return new GlobAsset($glob, array(), $root, $vars);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDartFilter.php69 foreach (glob($file.'*') as $related) {
/plugin/filelist/
H A Dplugin.info.txt6 desc Lists files matching a given glob pattern.
/plugin/backup/
H A Dadmin.php101 $backups = glob(dirname(mediaFN("$ns:foo")) . '/*.tar*');
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1glob","gmtime","goto","grep","hex","import","index","int","ioctl","join","keys","kill","last","lc"…
H A Dphp.min.js.map1 …ack get_browser crypt opendir closedir chdir getcwd rewinddir readdir dir glob fileatime filectime…

1234