Home
last modified time | relevance | path

Searched refs:file (Results 226 – 250 of 3491) sorted by path

12345678910>>...140

/plugin/authlinotp/
H A DREADME.md24 You can revert to the originial auth plugin by editing the file conf/local.php:
/plugin/authloginapi/
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/authnc/
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 DREADME.md57 See the LICENSING file for details
/plugin/authorlist/
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/authorstats/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
H A Daction.php103 foreach ($files as $file) {
104 $this->_updateStats($file, $sd, $lastchange, false);
124 $file = $this->_getChangesFileForPage($event->data["id"]);
125 $this->_updateStats($file, $sd, $lastchange);
183 $file_contents = array_reverse(file($change_file));
H A Dhelper.php40 $file = @file_get_contents($this->summaryfile);
41 if (!$file) return array();
42 return json_decode($file, true);
/plugin/authowncloud/
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/authphpbb3/
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/authplaincas/
H A Dauth.php21 foreach ($phpcas_paths as $file) {
22 if (file_exists($file)) {
23 require_once $file;
584 $lines = file($this->casuserfile);
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/authradius/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/authremoteuser/
H A DREADME.md21 It uses the default plain text file `conf/users.auth.php` to store user
48 1. Save file `phpinfo.php` on your web server:
63 4. Remove file `phpinfo.php`.
89 Copy the configuration settings to the `conf/local.protected.php` file to
132 Since `conf/users.auth.php` is a plain text file, it can be edited with any
H A Dauth.php354 $lines = file($config_cascade['plainauth.users']['default']);
/plugin/authsaml/
H A Dsaml.php281 $lines = file($this->saml_user_file);
/plugin/authshibboleth/
H A DREADME.md49 …bboleth.conf.php` file from the repository to `DOKUWIKI_HOME/conf` and include it in your `DOKUWIK…
55 The `authshibboleth.conf.php` file contains all available directives, set to their default values a…
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php122 $lines = file(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE));
/plugin/authsmartcard/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
H A DREADME.md71 // If log_to_file is enabled, where to log? Make sure apache/php can write to this file
/plugin/authsmf20/
H A Dstyle.css5 * @file style.css
/plugin/authsplit/
H A DREADME190 conf/users.auth.php file.
H A Dauth.php22 * @param int $line The line in $file that triggered the message.
23 * @param string $file The filename that triggered the message.
26 protected function _debug($message, $err, $line, $file) { argument
29 msg($message, $err, $line, $file);
/plugin/authucenter/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);

12345678910>>...140