Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 145) sorted by relevance

123456

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.dirscan.php141glob($root.'/*', GLOB_ONLYDIR), glob($root.'/*/*', GLOB_ONLYDIR), glob($root.'/*/*/*', GLOB_ONLYDI…
158 $s = glob($search, GLOB_BRACE);
/plugin/asciidocjs/node_modules/lazy-cache/
DREADME.md29 // `npm install glob`
30 utils('glob');
32 // glob sync
33 console.log(utils.glob.sync('*.js'));
35 // glob async
36 utils.glob('*.js', function (err, files) {
45 var glob = utils('glob');
47 // `glob` is a now a function that may be called when needed
48 glob().sync('foo/*.js');
75 require('glob');
[all …]
/plugin/pagenav/
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/asciidocjs/node_modules/glob/
DREADME.md5glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Build Status](https://ci.appv…
7 This is a glob implementation in JavaScript. It uses the `minimatch`
10 ![a fun cartoon logo made of glob characters](logo/glob.png)
17 npm i glob
21 var glob = require("glob")
24 glob("**/*.js", options, function (er, files) {
66 then it will not match any glob pattern unless that pattern's
73 You can make glob treat dots as normal characters by setting
102 ## glob.hasMagic(pattern, [options])
113 ## glob(pattern, [options], cb)
[all …]
Dglob.js41 module.exports = glob
62 function glob (pattern, options, cb) { function
75 glob.sync = globSync
76 var GlobSync = glob.GlobSync = globSync.GlobSync
79 glob.glob = glob
94 glob.hasMagic = function (pattern, options_) {
115 glob.Glob = Glob
587 case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
/plugin/ckgdoku/ckeditor/images/fileicons/
Dindex.php33 foreach (glob('*.png') as $img) {
41 foreach (glob('*.png') as $img) {
51 foreach (glob('32x32/*.png') as $img) {
59 foreach (glob('32x32/*.png') as $img) {
/plugin/ckgedit/ckeditor/images/fileicons/
Dindex.php33 foreach (glob('*.png') as $img) {
41 foreach (glob('*.png') as $img) {
51 foreach (glob('32x32/*.png') as $img) {
59 foreach (glob('32x32/*.png') as $img) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DGlobAsset.php99 foreach ($this->globs as $glob) {
100 $glob = VarUtils::resolve($glob, $this->getVars(), $this->getValues());
102 if (false !== $paths = glob($glob)) {
/plugin/freechat/phpfreechat/src/
Dpfci18n.class.php134 $files = array_merge($files, glob(dirname(__FILE__)."/*.php"));
135 $files = array_merge($files, glob(dirname(__FILE__)."/commands/*.php"));
136 $files = array_merge($files, glob(dirname(__FILE__)."/containers/*.php"));
137 $files = array_merge($files, glob(dirname(__FILE__)."/proxies/*.php"));
138 $files = array_merge($files, glob(dirname(__FILE__)."/client/*.php"));
139 $files = array_merge($files, glob(dirname(__FILE__)."/../themes/default/*.php"));
/plugin/doxycode/
Dhelper.php94 glob(DOKU_PLUGIN . $this->getPluginName() . '/*.php')
98 glob(DOKU_PLUGIN . $this->getPluginName() . '/syntax/*.php')
102 glob(DOKU_PLUGIN . $this->getPluginName() . '/helper/*.php')
/plugin/captcha/_test/
H A DHelperTest.php105 $dirs = glob("$path*");
113 $dirs = glob("$path*");
123 $dirs = glob("$path*");
139 $dirs = glob("$path*");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DRotatingFileHandler.php142 $logFiles = glob($this->getGlobPattern());
192 $glob = str_replace(
198 $glob .= '.'.$fileInfo['extension'];
201 return $glob;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/
Dnode.js295 UglifyJS.simple_glob = function simple_glob(glob) { argument
296 if (Array.isArray(glob)) {
297 return [].concat.apply([], glob.map(simple_glob));
299 if (glob.match(/\*|\?/)) {
300 var dir = path.dirname(glob);
305 var pattern = "^" + path.basename(glob)
319 return [ glob ];
/plugin/asciidocjs/node_modules/minimatch/
DREADME.md10 It works by converting glob expressions into JavaScript `RegExp`
25 Supports these glob features:
28 * Extended glob matching
40 **Please only use forward-slashes in glob expressions.**
43 characters are used by this glob implementation. You must use
44 forward-slashes **only** in glob expressions. Back-slashes in patterns
48 Windows, and will match against `/` in glob expressions.
95 used by a glob-walker that needs to avoid excessive filesystem calls.
119 files, in the style of fnmatch or glob. If nothing is matched, and
209 against paths containing literal glob pattern characters, but
[all …]
/plugin/datatables/
Daction.php149 $glob = self::ASSET_DIR . '/datatables.net-i18n/' . $lang . '*.json';
150 $result = glob($glob);
/plugin/calendar/classes/
H A DEventCache.php176 foreach (glob($pattern) as $file) {
195 foreach (glob($pattern) as $file) {
210 $files = glob($cacheDir . "*.cache");
245 $files = glob($cacheDir . "*.cache");
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
DREADME.md63 ' <glob>\t provide a glob\t [required]'
74 <glob> provide a glob [required]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
DFilesystem.php36 $files = glob($pattern, $flags);
40 $dirs = glob(dirname($pattern).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR|GLOB_NOSORT);
/plugin/toolbox/
Dextension.php36 $scripts = glob(__DIR__ . '/Toolbox*.js');
67 $files = glob(__DIR__ . '/extension/*');
/plugin/sequencediagram/bower_components/lodash/lib/common/
Dfile.js5 const glob = require('glob'); constant
33 return _.transform(glob.sync(pattern), (result, filePath) => {
/plugin/asciidocjs/node_modules/filelist/
DREADME.md4 of glob patterns for possible files to be included in the file
16 Add files to the list with the `include` method. You can add glob
67 `include`: Add a filename/glob/regex to the list
69 `exclude`: Override inclusions by excluding a filename/glob/regex
/plugin/authorstats/
Dhelper.php73 $files = glob($pattern, $flags);
74 foreach (glob(dirname($pattern) . "/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
/plugin/asciidocjs/node_modules/cliui/
DREADME.md92 ' <glob>\t provide a glob\t [required]'
103 <glob> provide a glob [required]
/plugin/tablelayout/
Dyarn.lock297 glob-parent "^2.0.0"
300 is-glob "^2.0.0"
329 glob "^7.1.1"
626 glob "^7.1.2"
814 is-glob "^2.0.1"
822 glob "~5.0.0"
921 glob-base@^0.3.0:
923 …resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea32…
925 glob-parent "^2.0.0"
926 is-glob "^2.0.0"
[all …]
/plugin/mikioplugin/
H A Daction.php20 $files = glob($pattern, $flags);
21 foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {

123456