Home
last modified time | relevance | path

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

1234

/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/ckgdoku/ckeditor/images/fileicons/
H A 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/
H A 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/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/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/freechat/phpfreechat/src/
H A 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php142 $logFiles = glob($this->getGlobPattern());
192 $glob = str_replace(
198 $glob .= '.'.$fileInfo['extension'];
201 return $glob;
/plugin/captcha/_test/
H A DHelperTest.php
/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/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js5 const glob = require('glob'); constant
33 return _.transform(glob.sync(pattern), (result, filePath) => {
/plugin/toolbox/
H A Dextension.php36 $scripts = glob(__DIR__ . '/Toolbox*.js');
67 $files = glob(__DIR__ . '/extension/*');
/plugin/authorstats/
H A Dhelper.php73 $files = glob($pattern, $flags);
74 foreach (glob(dirname($pattern) . "/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
/plugin/evesso/classes/
H A DoAuthStorage.php188 array_map('unlink', glob("$directory/*.oauth"));
189 foreach (glob("$directory/*", GLOB_ONLYDIR) as $dir) {
/plugin/mikioplugin/
H A Daction.php20 $files = glob($pattern, $flags);
21 foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
/plugin/tablelayout/
H A Dyarn.lock329 glob "^7.1.1"
626 glob "^7.1.2"
822 glob "~5.0.0"
921 glob-base@^0.3.0:
934 glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
945 glob@~5.0.0:
955 glob@~7.0.0:
992 glob "^7.0.3"
1001 glob "~7.1.1"
1103 glob "~7.0.0"
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dcookbook.rst5 :glob:
H A Dreference.rst5 :glob:
/plugin/openlayersmap/icons/
H A Dindex.php46 foreach (glob('*.png') as $img) {
/plugin/maintenance/
H A Dhelper.php39 $locks = glob($this->temp_dir.'/*.lock');
103 $locks = glob($this->temp_dir.'/*.lock');
/plugin/cronojob/jobs/
H A Dclearcache.php30 foreach (glob($fileglob) as $filename) {
86 foreach (glob($fileglob) as $filename) {
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js5 const glob = require('glob'); constant
119 const modulePaths = glob.sync(path.join(target, '*.js'), {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dindex.php19 $testfiles = glob('test.*.php');
/plugin/htmlokay/conf/access/
H A Dget_inf.php10 foreach (glob("*") as $filename) {
/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')

1234