Home
last modified time | relevance | path

Searched refs:file (Results 2601 – 2625 of 3491) sorted by last modified time

1...<<101102103104105106107108109110>>...140

/plugin/flattr/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/avatar/
H A Dhelper.php81 $file = 'monsterid.php?seed='.$seed.'&size='.$size.'&.png';
87 $file = 'images/default_'.$size.'.png';
90 $file = 'images/default_120.png';
93 $default = ml(DOKU_URL.'/lib/plugins/avatar/'.$file, 'cache=recache', true, '&', true);
H A Dmonsterid.php35 $file = dirname(__FILE__).'/parts/'.$part.'_'.$num.'.png';
37 $im = @imagecreatefrompng($file);
38 if(!$im) die('Failed to load '.$file);
H A DCOPYING
/plugin/avatar/parts/
H A Dmonsterparts.xcf1 gimp xcf filexxB�B� S gimp-commentCreated with The GIMPgimp-image-grid(style intersections)
/plugin/discoursesearch/
H A DREADME.md27 See the COPYING file in your DokuWiki folder for details
/plugin/mapillary/_test/
H A Dgeneral.test.php32 $file = __DIR__ . '/../plugin.info.txt';
33 $this->assertFileExists($file);
35 $info = confToHash($file);
/plugin/jspolyfill/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/database2/
H A Dstyle.css4 * This file is part of DokuWiki plugin database2 and is available under
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/database2/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/preventzerowidthchars/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/preventzerowidthchars/
H A D.travis.yml1 # Config file for travis-ci.org
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/showphperrors/
H A DREADME3 Small plugin to show php errors without changing php.ini file. Intended for development
27 See the COPYING file in your DokuWiki folder for details
H A Dplugin.info.txt6 desc Small plugin to show php errors without changing php.ini file. Intended for development
/plugin/logstats/
H A DREADME28 See the COPYING file in your DokuWiki folder for details
/plugin/wikistats/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A Dsyntax.php228 $file = str_replace("/", ":", $file);
248 $path = $file;
249 $file = substr($file, 1);
250 $file = substr($file, 0, strrpos($file, ':'));
256 $data['dir_label']['ns'][$file]['pages']++;
260 $data['dir_label']['ns'][$file]['medias']++;
268 $data['dir_label']['ns'][$file]['medias']++;
277 $data['dir_label']['ns'][$file]['medias']++;
283 $data['dir_label']['ns'][$file]['medias']++;
290 $data['dir_label']['ns'][$file]['medias']++;
[all …]
H A DREADME.md228 See the COPYING file in your DokuWiki folder for details
/plugin/issuetracker/
H A DREADME13 if the issue was added successfully to the log file or a red one with details
14 to provide missing information. The issue will be stored to a file of issues
148 There are multiple files created. First there is a project file containing all
149 issue information except comments. Each issue will have a related comments file
150 where the communication is stored to. Additionally a status log file will
152 to data/meta directory with file extension �.issue� or �.cmnts�.
H A Dprototype.js4461 file: function(elem){
H A Dsyntax.php1869 while (false!==($file=readdir($handle))) {
1870 if ($file<>"." AND $file<>"..") {
1871 if (is_file($path.'/'.$file)) {
1872 $ext = explode('.',$file);
1875 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));
H A Daction.php3374 foreach($file_array as $file) {
3375 $parts = explode(".", $file);
3377 $pfile = $path.'/'.$file;
3493 if($file !== '.' && $file !== '..') {
3495 $parts = explode(".", $file);
3499 $files[] = $file;
3500 $a = $file.chr(10);
3676 if ($file<>"." AND $file<>"..") {
3677 if (is_file($path.'/'.$file)) {
3678 $ext = explode('.',$file);
[all …]
H A Dassilist.php37 while (false!==($file=readdir($handle))) {
38 if ($file<>"." AND $file<>"..") {
39 if (is_file($path.'/'.$file)) {
40 $ext = explode('.',$file);
42 if (stristr($file, $fileextension)!==false) {
43 $assignees_lists .= ','.$file;

1...<<101102103104105106107108109110>>...140