Searched refs:file_name (Results 1 – 12 of 12) sorted by relevance
/plugin/projects/lib/ |
H A D | layout.php | 14 protected $file_name = NULL; variable in ProjectFileLayout 26 $this->file_name = array_pop(explode(":", $ID)); 41 $errors = $this->project->error($this->file_name); 79 $id = $this->file_name; 120 $renderer->doc .= $this->file_name; 128 $renderer->doc .= button_delete($this->project->id($this->file_name)); 150 $renderer->internalmedia($this->file_name, NULL, NULL, NULL, NULL, NULL, 'linkonly'); 156 $name = $this->file_name; 167 $name = $this->file_name; 181 $renderer->doc .= button_remake($this->project->id($this->file_name));
|
/plugin/html2pdf/html2pdf/html2ps/features/ |
H A D | _factory.php | 24 $file_name = HTML2PS_DIR.'features/'.$normalized_name.'.php'; 27 if (!file_exists($file_name)) { 32 require_once($file_name);
|
/plugin/advanced/admin/ |
H A D | config.php | 186 $file_name = $file_info['localName']; 202 msg(sprintf($this->getLang('conf_file_save_success'), $file_name), 1); 205 msg(sprintf($this->getLang('conf_file_save_fail'), $file_name), -1); 256 $file_name = $file_info[$file . '_name']; 261 echo '<h3>' . "$file_name</h3>"; 286 $file_name = $file_info['local_name']; 291 echo "<h3>$lng_edit $file_name</h3>";
|
H A D | import.php | 196 $file_name = $_FILES['file']['name']; 197 $file_path = $conf['tmpdir'] . "/$file_name";
|
/plugin/quickstats/ |
H A D | helper.php | 111 $file_name = wikiFN($ID);
112 $lines = file($file_name, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | googlecode_upload.py | 134 file_name = os.path.basename(file_path) 142 % file_name,
|
/plugin/mediatooltip/ |
H A D | action.php | 56 $file_name = $dt . $parts['filename'] . $user . $parts['extension']; 58 $path = $parts['dirname'] . "/$file_name";
|
/plugin/xcom/scripts/ |
H A D | xcom_save.php | 204 function media_save($file_name,$id,$auth=255) { argument 205 $file = array('name'=>$file_name);
|
/plugin/projects/plugins/target/ |
H A D | plot.php | 231 $file_name =$this->plot->name(); 233 $this->log($working_path, "Successfully plotted $file_name as $plot_name\ntitle: $title\n");
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | RemoteWebElement.php | 637 $file_name = $info['basename']; 638 $zip->addFile($fileToZip, $file_name);
|
/plugin/judge/ |
H A D | script.js | 108 file_name: document.getElementById("code-" + problem_name).files[0].name
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitLabClient.js | 459 var fileName = data.file_name; 512 var fileName = data.file_name;
|