Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 4 of 4) sorted by relevance

/plugin/json/
Dhelper.php698 $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/
Dadmin.php240 $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/
Dproject_file.php159 $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/
Dshibboleth.class.php32 var $log_file = null; variable in auth_shibboleth