Home
last modified time | relevance | path

Searched refs:file (Results 251 – 275 of 3491) sorted by path

1...<<11121314151617181920>>...140

/plugin/authucenter/
H A Dauth.php526 while(false !== ( $file = readdir($dir)) ) {
527 if (( $file != '.' ) && ( $file != '..' )) {
528 if ( is_dir($src . '/' . $file) ) {
529 $this->_recurse_copy($src . '/' . $file,$dst . '/' . $file);
532 copy($src . '/' . $file,$dst . '/' . $file);
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php52 foreach((array)$this->map as $file => $modules) {
59 @file_put_contents(UC_DATADIR."./cache/$file.php", $s);
/plugin/authvk/
H A Dauth.php357 $lines = file($config_cascade['plainauth.users']['default']);
/plugin/authyubikey/
H A Dauth.php227 $lines = file($config_cascade['plainauth.users']['default']);
248 $lines = file(DOKU_CONF . 'users.yubikeys.php');
H A Dauth.php.org94 * in the file database
320 * loads the user file into a datastructure
331 $lines = file($config_cascade['plainauth.users']['default']);
/plugin/authyubikey/lib/
H A DREADME27 This is an example of how you can use the `Yubico.php` inside an HTML *.php file:
72 The project is licensed under a BSD license. See the file COPYING for
/plugin/autlogin/
H A Daction.php89 $ACTUAL_ACL = file(DOKU_PLUGIN.'/autlogin/settings/transl.php');
256 $file_line = file(DOKU_PLUGIN.'/autlogin/settings/visit.php');
H A Dadmin.php1046 $ACTUAL_ACL = file(DOKU_CONF.'acl.auth.php');
1100 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
1156 $actual_users = file(DOKU_CONF.'users.auth.php');
1233 $actual_users = file(DOKU_CONF.'users.auth.php');
1268 $actual_users = file(DOKU_CONF.'users.auth.php');
1307 $acl_config = file(DOKU_CONF.'acl.auth.php');
1376 $AUTH_ACL = file(DOKU_CONF.'users.auth.php');
1468 $file = file(DOKU_PLUGIN.'/autlogin/settings/browsers.php');
1469 foreach($file as $line){
1480 $file = file(DOKU_PLUGIN.'/autlogin/settings/systems.php');
[all …]
/plugin/autogallery/
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 COPYING file in your DokuWiki folder for details
/plugin/autogroup/
H A DLICENSE630 to attach them to the start of each source file to most effectively
631 state the exclusion of warranty; and each file should have at least
/plugin/autoincludeindex/
H A DremoveBox.php7 foreach($dirs as $file)
9 if (($file == '.')||($file == '..'))
12 elseif (is_dir($tdir.'/'.$file))
14 filesInDir($tdir.'/'.$file);
19 clean($tdir.'/'.$file);
24 function clean($file) argument
28 $fileContent = file_get_contents($file);
36 $handle = fopen($file, 'w');
/plugin/autoindentcontrol/
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/autoindex/
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/autolink2/
H A Dadmin.php110 function search(&$data,$base,$file,$type,$lvl,$opts){ argument
111 if(!preg_match('#\.txt$#',$file)) return true;;
115 return search_regex(&$data,$base,$file,$reg,$words);
H A Dhelper.php28 $this->page_idx = @file($this->idx_dir.'/page.idx');
32 $this->page_idx = @file($this->idx_dir.'/page.idx');
37 $autolink_index = @file($this->idx_dir.'/autolink.idx');
/plugin/autolink3/
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 Dadmin.php70 $page_tree .= "<option value='".$file."'>".$file."</option>";
75 $data_tree .= "<option value='".$file."'>".$file."</option>";
122 $page_tree .= "<option value='".$file."'>".$file."</option>";
127 $data_tree .= "<option value='".$file."'>".$file."</option>";
/plugin/autologoff/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/plugin/autostartpage/
H A DREADME.md29 See the COPYING file in your DokuWiki folder for details
H A Daction.php47 $file=wikiFN($id);
101 if(!@file_exists($file)){
104 $ok = @file_exists($file);
/plugin/autotabber/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
H A DREADME.md12 * Adjustable tab size (not yet via config, must edit the JS file, last line)
/plugin/autotranslation/
H A DREADME25 See the COPYING file in your DokuWiki folder for details

1...<<11121314151617181920>>...140