Home
last modified time | relevance | path

Searched refs:file (Results 3226 – 3250 of 3491) sorted by path

1...<<121122123124125126127128129130>>...140

/plugin/twofactor/
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 DREADME33 See the COPYING file in your DokuWiki folder for details
/plugin/twofactoraltemail/
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 DREADME25 See the COPYING file in your DokuWiki folder for details
/plugin/twofactoremail/
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 DREADME26 See the COPYING file in your DokuWiki folder for details
/plugin/twofactorgoogleauth/
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 DREADME26 See the COPYING file in your DokuWiki folder for details
/plugin/twofactorsmsappliance/
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 DREADME28 See the COPYING file in your DokuWiki folder for details
/plugin/twofactorsmsgateway/
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 DREADME26 See the COPYING file in your DokuWiki folder for details
/plugin/twofactortelegram/
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 DREADME25 See the COPYING file in your DokuWiki folder for details
/plugin/twofactoryubiauth/
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 DREADME29 See the COPYING file in your DokuWiki folder for details
/plugin/txt2tags/
H A DREADME.doku88 …so, include this just before the </body> tag, at the end of your template main.php file, like this:
103 * 2014-05-18: update with an external t2t file to add more control on the result
H A DREADME.t2t88 …so, include this just before the </body> tag, at the end of your template main.php file, like this:
103 - 2014-05-18: update with an external t2t file to add more control on the result
/plugin/txtconf/conf/
H A Dacronyms.metadata.php20 $file['local'] = 'DOKU_CONF."acronyms.local.conf"'; // mandatory (file doesn't have to…
21 $file['default'] = 'DOKU_CONF."acronyms.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dentities.metadata.php20 $file['local'] = 'DOKU_CONF."entities.local.conf"'; // mandatory (file doesn't have to…
21 $file['default'] = 'DOKU_CONF."entities.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dinterwiki.metadata.php20 $file['local'] = 'DOKU_CONF."interwiki.local.conf"'; // mandatory (file doesn't have t…
21 $file['default'] = 'DOKU_CONF."interwiki.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dmime.metadata.php20 $file['local'] = 'DOKU_CONF."mime.local.conf"'; // mandatory (file doesn't have to exi…
21 $file['default'] = 'DOKU_CONF."mime.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dsmileys.metadata.php20 $file['local'] = 'DOKU_CONF."smileys.local.conf"'; // mandatory (file doesn't have to …
21 $file['default'] = 'DOKU_CONF."smileys.conf"'; // optional
22 $file['protected'] = ''; // optional
/plugin/txtconf/
H A Dconfig0.class.php41 if (isset($file['default'])) $this->_default_file = $file['default'];
42 if (isset($file['local'])) $this->_local_file = $file['local'];
43 if (isset($file['protected'])) $this->_protected_file = $file['protected'];
91 if (@file_exists($file.'.bak')) @unlink($file.'.bak');
92 if (!@rename($file, $file.'.bak')) return false;
96 @rename($file.'.bak', $file); // problem opening, restore the backup
118 function _read_config($file) { argument
120 if (!$file) return array();
123 $file = eval('return '.$file.';');
418 $in = join('',@file($file));
[all …]
/plugin/txtconf/lang/en/
H A Dintro_mime.txt4 This list is also take to check if a file is allowed to be uploaded or not.\\

1...<<121122123124125126127128129130>>...140