Home
last modified time | relevance | path

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

1234

/plugin/dlcount/
H A Dadmin.php48 $result = glob($mask);
52 $dirs = glob(implode(DIRECTORY_SEPARATOR, $dirs) . '/*', GLOB_ONLYDIR);
/plugin/navbox/
H A Dsyntax.php182 foreach (glob($dir.'/*.txt') as $filename) {
/plugin/swiftmail/Swift/Cache/
H A DDisk.php124 $list = glob(self::$save_path . "/" . $this->prefix . "*");
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
/plugin/callflow/
H A Draphael.js28 (function (glob) {
378 …typeof define != "undefined" ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
388 (function (glob, factory) {
393 return factory(glob, eve);
398 factory(glob, glob.eve);
/plugin/htmlokay/conf/access/
H A Dget_inf.php10 foreach (glob("*") as $filename) {
/plugin/cacherevisionseraser/
H A Dadmin.php371 foreach (glob($fileglob) as $filename) {
416 foreach (glob($fileglob) as $filename) {
459 foreach (glob($fileglob) as $filename) {
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php78 $candidates = glob('.eslintrc{.js,.yaml,.yml,.json}', GLOB_BRACE);
/plugin/xfortune/
H A Dhelper.php69 $files = glob("$dir/*.txt");
/plugin/toolbox/
H A Dextension.php36 $scripts = glob(__DIR__ . '/Toolbox*.js');
67 $files = glob(__DIR__ . '/extension/*');
/plugin/judge/
H A Dsyntax.php308 …$media_files = array_filter(glob($conf['mediadir'] . "/" . str_replace("%3A", "/", urlencode($data…
/plugin/judge/helper/
H A Dcrud.php192 array_map("unlink", glob("$file_pattern"));
/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/odp/
H A Drenderer.php489 foreach(glob($f.'/*') as $sf) {
/plugin/mellelexport/
H A Drenderer.php81 $dirs = glob('/var/www/kolchose.org/inge/wiki/data/pages/*');
/plugin/subjectindex/inc/
H A Dmatcher.php21 $files = glob(SUBJ_IDX_PLUGINS . 'Entry*.php');
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dindex.php19 $testfiles = glob('test.*.php');
/plugin/advrack/
H A Draphael.js28 (function (glob) {
378 …typeof define != "undefined" ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
388 (function (glob, factory) {
393 return factory(glob, eve);
398 factory(glob, glob.eve);
/plugin/maintenance/
H A Dhelper.php39 $locks = glob($this->temp_dir.'/*.lock');
103 $locks = glob($this->temp_dir.'/*.lock');
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php57 $files = glob($dirPath . '*', GLOB_MARK);
/plugin/cronojob/jobs/
H A Dclearcache.php30 foreach (glob($fileglob) as $filename) {
86 foreach (glob($fileglob) as $filename) {
/plugin/translation2/
H A Daction.php37 $supportedLanguages = glob(DOKU_INC . 'inc/lang/*', GLOB_ONLYDIR);
/plugin/svg/
H A Dsyntax.php.save99 foreach( glob(
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …sgget:1,map:1,stat:1,getlogin:1,unless:1,elsif:1,truncate:1,exec:1,keys:1,glob:1,tied:1,closedir:1…

1234