Searched refs:log_file (Results 1 – 4 of 4) sorted by relevance
/plugin/json/ |
D | helper.php | 698 $log_file = array('filename' => '***JSON code***'); 707 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 710 $log_file['error'] = 'JSON '.json_last_error_msg(); 712 $log['src'][] = $log_file; 756 $log_file = array('filename' => $filename_log); 760 $log_file = array('filename' => $filename, 'extenal_link' => true); 765 $log_file['filename'] .= '#'.$src['fragment']; 786 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 814 $log_file['elements'][] = $log_elem; 819 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); [all …]
|
/plugin/removeold/ |
D | admin.php | 240 $log_file = DOKU_INC."/".$conf["savedir"].'/tmp/removeold.log'; 242 else $log_file = $conf["savedir"].'/tmp/removeold.log'; 247 $fh = fopen($log_file, 'a+');
|
/plugin/projects/lib/ |
D | project_file.php | 159 $log = $this->log_file($working_path); 189 protected function log_file($working_path) { function in ProjectGenerated 194 $log = $this->log_file($working_path); 243 $log = $this->log_file($working_path);
|
/plugin/shibbolethauth/files/ |
D | shibboleth.class.php | 32 var $log_file = null; variable in auth_shibboleth
|