Home
last modified time | relevance | path

Searched refs:glob (Results 51 – 75 of 100) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DChangeLog.md35 * [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-ite…
/plugin/fetchmedia/
H A Dyarn.lock856 is-glob "^2.0.0"
1308 glob "^7.1.2"
1584 glob-base@^0.3.0:
1589 is-glob "^2.0.0"
1591 glob-parent@^2.0.0:
1595 is-glob "^2.0.0"
1597 glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
1618 glob "^7.0.3"
1841 is-glob@^2.0.0, is-glob@^2.0.1:
2356 parse-glob@^3.0.4:
[all …]
/plugin/xfortune/
H A Dhelper.php69 $files = glob("$dir/*.txt");
/plugin/custombuttons/
H A Dadmin.php153 $files = glob(dirname(__FILE__).'/ico/*.png');
/plugin/csv/_test/
H A DCSVTest.php37 $files = glob(__DIR__ . '/csv/*.csv');
/plugin/struct/meta/
H A DColumn.php193 $files = glob(DOKU_PLUGIN . 'struct/types/*.php');
/plugin/translation2/
H A Daction.php37 $supportedLanguages = glob(DOKU_INC . 'inc/lang/*', GLOB_ONLYDIR);
/plugin/dev/
H A Dcli.php433 $files = glob('./lang/*/lang.php');
438 $files = glob('./lang/*/settings.php');
/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/sequencediagram/bower_components/eve-raphael/
H A Deve.js20 (function (glob) {
425 …=== "function" && define.amd ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
/plugin/sentry/
H A Dhelper.php194 $files = glob($cachedir . '/*.json');
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php308 return $certDir && @is_dir($certDir) && @is_readable($certDir) && glob($certDir . '/*');
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock460 glob "^7.1.3"
511 glob-parent "^3.1.0"
514 is-glob "^4.0.0"
997 is-glob "^3.1.0"
1108 glob-parent@^3.1.0:
1112 is-glob "^3.1.0"
1115 glob@^7.0.5:
1126 glob@^7.1.3:
1397 is-glob@^3.1.0:
1403 is-glob@^4.0.0:
[all …]
/plugin/accscounter/
H A Dadmin.php197 foreach(glob($path . "/*") as $file) {
H A Daction.php194 foreach(glob($path . "/*") as $file) {
/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/navbox/
H A Dsyntax.php182 foreach (glob($dir.'/*.txt') as $filename) {
/plugin/judge/helper/
H A Dcrud.php192 array_map("unlink", glob("$file_pattern"));
/plugin/farmer/
H A Dhelper.php88 $list = glob(DOKU_FARMDIR . '*/conf/', GLOB_ONLYDIR);
/plugin/tcycle/
H A Dsyntax.php130 …if ($namespace !== 0) { $files = glob($conf['mediadir'].'/'.$namespace."/*.{jp*g,png,gif}", GLOB_…
/plugin/sqlite/
H A Dadmin.php152 $dbfiles = glob($conf['metadir'] . '/*.sqlite3');
/plugin/cacherevisionseraser/
H A Dadmin.php371 foreach (glob($fileglob) as $filename) {
416 foreach (glob($fileglob) as $filename) {
459 foreach (glob($fileglob) as $filename) {
/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/authorstats/
H A Daction.php99 array_map("unlink", glob($this->helpers->basedir . "/*.json"));

1234