Home
last modified time | relevance | path

Searched refs:fname (Results 26 – 48 of 48) sorted by last modified time

12

/plugin/ajaxloader/
H A Dcommon.php4 $fname = DOKU_INC."lib/plugins/{$name[0]}/ajax" . variable
6 if (is_file($fname)) {
7 require $fname;
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1349 request = "history.php?fname=" + encodeURI(item) + "&hash=" + encodeURI(hash);
1375 historyQuery.open("GET", "history.php?fname=" + encodeURI(item), true);
1573 /// @param fname The file name of the added sketch.
1576 this.postData = function(fname, target, requestDelete){ argument
1592 var request = "fname=" + encodeURI(fname);
/plugin/bureaucracyau/script/
H A Dfieldsets.js55 var fname = jQuery(this).find('span.bureaucracyau_depends_fname').html(),
66 .has(":first-child:contains('" + fname + "')").first()
/plugin/bureaucracy-au/script/
H A Dfieldsets.js55 var fname = jQuery(this).find('span.bureaucracy_depends_fname').html(),
66 .has(":first-child:contains('" + fname + "')").first()
/plugin/dlcounter/
H A Dsyntax.php100 $fname = DOKU_INC.'data/counts/download_counts.json';
101 $json = json_decode( file_get_contents($fname), TRUE );
H A Daction.php56 $fname = $path.'/download_counts.json';
58 if( file_exists( $fname ) ){
59 $json = json_decode( file_get_contents($fname), TRUE );
69 file_put_contents( $fname, json_encode($json) );
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc39 var downloadable_header = function(type,fname) {
41 var file = fname ? fname: 'temp.' + type;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php480 function DWFCK_cfg_dbg($fname) { argument
485 …file_put_contents($fname, $Config['UserFilesAbsolutePath'] . "\r\n" . $Config['UserFilesPath'] . "…
H A Dutil.php268 $fname = "other.txt";
273 $fname = "img.txt";
/plugin/ckgdoku/action/
H A Dmediamanager.php33 $fname = substr($event->data[3],0,29) . '. . .';
35 else $fname = $event->data[3];
36 msg($this->getLang('mediamgr_imgonly') . $fname);
/plugin/dwcommits/
H A Dhelper.php80 function save_dbnames_ser($fname,$content) { argument
82 return io_saveFile($fname,$content);
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js159 function downloadable_snippet(mySelection, fname) { argument
162 matches = fname.match(/\.(\w+)$/);
169 + 'title="Download Snippet" class="' + media_file + '">' + fname +'</a></dt>'
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php471 function DWFCK_cfg_dbg($fname) { argument
476 …file_put_contents($fname, $Config['UserFilesAbsolutePath'] . "\r\n" . $Config['UserFilesPath'] . "…
H A Dutil.php268 $fname = "other.txt";
273 $fname = "img.txt";
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js623 var fname = sFile;
626 var tmp = fname.split(result[1]);
627 fname = tmp.pop();
/plugin/odp/
H A Drenderer.php520 foreach ($this->fields as $fname=>$fvalue) {
521 …$value .= '<text:user-field-decl office:value-type="string" text:name="'.$fname.'" office:string-v…
/plugin/ajaxpeon/
H A Dhelper.php35 foreach($filelist as $fname){
36 if(strpos($fname,".changes")){
37 $tmphf = fopen($learndir.$fname,"r");
39 $namelen =strlen($fname);
42 $learnlist[]=substr($tmpstr,0,10)."\t".substr($fname,0,$rawnlen);
68 foreach($filelist as $fname){
69 if(is_dir($fname)){
70 if($fname!="." and $fname!=".."){
71 $file_array["dir"][$fname]=$this->get_file_list($fname);
74 if(is_file($fname)) {
[all …]
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php329 public function setConfigFile($fname) { argument
330 $this->cfgFile = $fname;
/plugin/fedauth/images/
H A Dcleanico3 for fname in *.png
5 mv $fname ${fname/\.ico/}
/plugin/latex/
H A Dadmin.php248 $fname = $tmpf.'.'.$ext;
249 if(is_file($fname)) {
251 $rendstr = $this->render('{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
254 $rendstr = $fname;
257 ptln('<div class="error">File missing! <code>'.$fname.'</code></div>');
/plugin/processing/
H A Dscript.js3153 var XMLAttribute = function(fname, n, nameSpace, v, t){ argument
3154 this.fullName = fname || "";
/plugin/darcspatch/
H A Dadmin.php137 $fname = substr($line,0,$pos);
139 $fname = realpath(dirname($fname)).'/'.basename($fname);
140 if (isset($files[$fname])) {
141 $target_lines = explode("\n",$files[$fname]);
146 … if(($offset > 0) && (isset($files[$fname]) || (($target_lines = @file($fname)) !== false))) {
175 $files[$fname] = implode('',$target_lines);
185 foreach($files as $fname => $contents) {
187 $return_string .= ' '.$this->lang['msg_test'].': '.$fname."\n";
188 elseif(io_saveFile($fname,$contents))
189 $return_string .= ' '.$this->lang['msg_success'].': '.$fname."\n";
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat21 my $fname = "JsHttpRequest-$k.js";
24 writeFile($debugDir . '/' . $fname, $newComment . "\n" . $main . "\n\n" . $v);
25 minify($debugDir . '/' . $fname, $miniDir . '/' . $fname);

12