Home
last modified time | relevance | path

Searched refs:glob (Results 26 – 50 of 100) sorted by relevance

1234

/plugin/filelist/
H A Dplugin.info.txt6 desc Lists files matching a given glob pattern.
/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/recommend/helper/
H A Dlog.php20 …return array_map([$this, 'recommend_strip_extension'], glob(DOKU_INC . 'data/cache/recommend/*.log…
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php57 $files = glob($dirPath . '*', GLOB_MARK);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DFileCacheTest.php20 array_map('unlink', glob($this->dir . '/*'));
/plugin/infomail/
H A Dhelper.php58 $lists = glob("$listdir/list_*.txt");
/plugin/flowchartjs/
H A Dadmin.php57 glob(DOKU_PLUGIN.'flowchartjs/styles/*.json')
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFactory.php82 if ($locals = glob($path, GLOB_ONLYDIR)) {
/plugin/dlcount/
H A Dadmin.php48 $result = glob($mask);
52 $dirs = glob(implode(DIRECTORY_SEPARATOR, $dirs) . '/*', GLOB_ONLYDIR);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDartFilter.php69 foreach (glob($file.'*') as $related) {
/plugin/subjectindex/inc/
H A Dmatcher.php21 $files = glob(SUBJ_IDX_PLUGINS . 'Entry*.php');
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php55 $files = glob("$dir/*");
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php78 $candidates = glob('.eslintrc{.js,.yaml,.yml,.json}', GLOB_BRACE);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php47 foreach (\glob($dirname) as $file)
/plugin/dropfiles/
H A Dyarn.lock437 is-glob "^2.0.0"
866 glob "^7.1.2"
1154 glob-base@^0.3.0:
1161 glob-parent@^2.0.0:
1167 glob@^7.0.3, glob@^7.1.2:
1178 glob@^7.1.3:
1199 glob "^7.0.3"
1209 glob "^7.0.3"
1446 is-glob@^2.0.0, is-glob@^2.0.1:
2031 parse-glob@^3.0.4:
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js38 (function (glob) {
423 (function (glob, factory) {
428 return factory(glob, eve);
437 factory(glob, glob.eve);
853 var glob = { class in AnonymousFunction6de3020a0600.Snap
857 Snap._.glob = glob;
1477 var i = glob.doc.getElementsByTagName("head")[0] || glob.doc.getElementsByTagName("svg")[0],
1923 var contains = glob.doc.contains || glob.doc.compareDocumentPosition ?
2314 res = make("svg", glob.doc.body);
2643 glob.win.Snap = Snap;
[all …]
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php56 $files = glob("$dir/*");
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1474 glob-base@^0.3.0:
1481 glob-parent@^2.0.0:
1487 glob@^5.0.1, glob@^5.0.15:
1497 glob@^7.0.5, glob@^7.1.1:
1738 is-glob@^2.0.0, is-glob@^2.0.1:
1809 glob "^5.0.15"
1881 glob "^5.0.1"
2108 glob "^7.0.5"
2381 parse-glob@^3.0.4:
2796 glob "^7.0.5"
[all …]
/plugin/captcha/
H A Dhelper.php265 $fonts = glob(__DIR__ . '/fonts/*.ttf');
337 $fonts = glob(__DIR__ . '/fonts/*.svg');
/plugin/swiftmail/Swift/Cache/
H A DDisk.php124 $list = glob(self::$save_path . "/" . $this->prefix . "*");
/plugin/strata/syntax/
H A Dinfo.php47 foreach(glob(DOKU_PLUGIN."*/${kind}s/*.php") as $type) {
/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);

1234