Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 100) sorted by last modified time

1234

/plugin/struct/meta/
H A DColumn.php193 $files = glob(DOKU_PLUGIN . 'struct/types/*.php');
/plugin/openlayersmap/icons/
H A Dindex.php46 foreach (glob('*.png') as $img) {
/plugin/sqlite/
H A Dadmin.php152 $dbfiles = glob($conf['metadir'] . '/*.sqlite3');
/plugin/mikioplugin/
H A Daction.php20 $files = glob($pattern, $flags);
21 foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/dev/
H A Dcli.php433 $files = glob('./lang/*/lang.php');
438 $files = glob('./lang/*/settings.php');
/plugin/recommend/helper/
H A Dlog.php20 …return array_map([$this, 'recommend_strip_extension'], glob(DOKU_INC . 'data/cache/recommend/*.log…
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php454 $this->assertEquals(0, count(glob($path . '/*')));
456 $this->assertEquals(1, count(glob($path . '/*')));
/plugin/farmer/
H A Dhelper.php88 $list = glob(DOKU_FARMDIR . '*/conf/', GLOB_ONLYDIR);
/plugin/blogtng/helper/
H A Dentry.php751 $files = glob($pattern, GLOB_BRACE);
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/captcha/
H A Dhelper.php265 $fonts = glob(__DIR__ . '/fonts/*.ttf');
337 $fonts = glob(__DIR__ . '/fonts/*.svg');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc54 $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php47 foreach (\glob($dirname) as $file)
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
/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/epub/scripts/
H A Depub_utils.php628 $paths = glob("$dir/*.txt",GLOB_NOSORT);
/plugin/evesso/classes/
H A DoAuthStorage.php188 array_map('unlink', glob("$directory/*.oauth"));
189 foreach (glob("$directory/*", GLOB_ONLYDIR) as $dir) {
/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/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/authorstats/
H A Dhelper.php73 $files = glob($pattern, $flags);
74 foreach (glob(dirname($pattern) . "/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
H A Daction.php99 array_map("unlink", glob($this->helpers->basedir . "/*.json"));
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php308 return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');
/plugin/csv/_test/
H A DCSVTest.php37 $files = glob(__DIR__ . '/csv/*.csv');
/plugin/strata/syntax/
H A Dinfo.php47 foreach(glob(DOKU_PLUGIN."*/${kind}s/*.php") as $type) {

1234