Home
last modified time | relevance | path

Searched refs:file (Results 26 – 50 of 3491) sorted by path

12345678910>>...140

/plugin/accscounter/syntax/
H A Dpopularity.php101 $array = @file($achelper->counterFN($page, '.number'));
/plugin/aceeditor/
H A DNEWS17 * Same languages as GeSHI allowed in code/file blocks
63 * Syntax hihglighting of content inside code, file, html, php and latex tags
H A DREADME23 See the COPYING file in your DokuWiki folder for details
/plugin/achart/
H A DREADME.md30 ### Data from a local file
49 ### Data from a remote file
163 See the COPYING file in your DokuWiki folder for details
H A Dsyntax.php93 $file = '';
100 $file = $v;
104 if (!empty($file)) {
106 if($file !== '' && !preg_match('/^https?:\/\//i', $file)) {
107 $file = cleanID($file);
109 $file = $INFO['namespace'] . ':' . $file;
124 $fileNS = getNS($file);
125 $file = mediaFN($file);
129 if(!file_exists($file))
137 if(!utf8_check($file)) $file = utf8_encode($file);
[all …]
/plugin/acknowledge/
H A DLICENSE289 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 DREADME27 See the LICENSING file for details
/plugin/aclauditor/
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/aclplusregex/
H A DLICENSE289 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 DREADME27 See the LICENSING file for details
H A Daction.php245 $file = file(static::CONFFILE);
246 foreach ($file as $line) {
/plugin/aclregex/
H A DREADME.md20 the file system.
/plugin/acmenu/
H A Dsyntax.php258 foreach ($files as $file) {
259 if (is_file($dir . "/" . $file)) {
260 $pg_name = cleanID(utf8_decodeFN(substr_replace($file, "", -strlen(".txt"))));
275 $id = implode(":", array_filter(array($ns_acmenu, $file, $conf["start"]), "strlen"));
279 $heading = $file;
283 if (file_exists($dir . "/" . $file . "/" . $conf["sidebar"] . ".txt")) {
295 "sub" => $this->_tree(implode(":", array_filter(array($ns_acmenu, $file), "strlen")), $level));
/plugin/acronym/
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/acronymedit/
H A DREADME.md5 …or for dokuwiki acronyms. Basicly it is very simple viewer and editor for file acronyms.local.conf…
H A Dadmin.php26 $file = DOKU_PLUGIN.'/'.$parts[2].'/plugin.info.txt';
28 if(!@file_exists($file)) {
32 $info= confToHash($file);
/plugin/actickets/
H A DLICENSE289 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/actionrenderer/
H A D.travis.yml1 # Config file for travis-ci.org
H A DLICENSE289 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 DREADME27 See the LICENSING file for details
H A Drenderer.php309 public function file($text, $language = null, $filename = null, $options = null) function in renderer_plugin_actionrenderer
/plugin/actionrenderer/_test/
H A Dgeneral.test.php16 $file = __DIR__ . '/../plugin.info.txt';
17 $this->assertFileExists($file);
19 $info = confToHash($file);
/plugin/addressbook/
H A DLICENSE289 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 DREADME.md65 * Upload/Download sqlite3-file in admin section
/plugin/addressbook/helper/
H A Ddb.php93 $file = $this->sqlite->getAdapter()->getDbFile();
94 if (!$file) {
97 unlink($file);
98 clearstatcache(true, $file);

12345678910>>...140