Home
last modified time | relevance | path

Searched refs:fname (Results 26 – 48 of 48) sorted by path

12

/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3420 …window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.inne…
H A Dviewer.min.js3420 …window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.inne…
/plugin/dlcounter/
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) );
H A Dsyntax.php100 $fname = DOKU_INC.'data/counts/download_counts.json';
101 $json = json_decode( file_get_contents($fname), TRUE );
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php10118 list($orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS($psel, $first, $oddEven);
10129 if ($fname) {
10131 $efname = $fname;
10145 if ($fname) {
10147 $ofname = $fname;
13274 list($pborientation, $pbmgl, $pbmgr, $pbmgt, $pbmgb, $pbmgh, $pbmgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS('', false, 'O');
13282 list($pborientation, $pbmgl, $pbmgr, $pbmgt, $pbmgb, $pbmgh, $pbmgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS('', true, 'O'); // first page
13287 if ($fname) {
13288 $this->firstPageBoxFooter = $fname;
13360 if (isset($fname)
[all...]
/plugin/dwcommits/
H A Dhelper.php80 function save_dbnames_ser($fname,$content) { argument
82 return io_saveFile($fname,$content);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php9 private $fname; variable in GuzzleHttp\\Tests\\Stream\\LazyOpenStreamTest
13 $this->fname = tempnam('/tmp', 'tfile');
15 if (file_exists($this->fname)) {
16 unlink($this->fname);
22 if (file_exists($this->fname)) {
23 unlink($this->fname);
29 $l = new LazyOpenStream($this->fname, 'w+');
32 $this->assertFileExists($this->fname);
33 $this->assertEquals('foo', file_get_contents($this->fname));
39 file_put_contents($this->fname, 'fo
[all...]
/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/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/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/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-was/
H A Dadmin.php249 $fname = $tmpf.'.'.$ext;
250 if(is_file($fname)) {
252 … $rendstr = $plug->render('xhtml', $xhtml, '{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
255 $rendstr = $fname;
258 ptln('<div class="error">File missing! <code>'.$fname.'</code></div>');
/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/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/odt/ODT/
H A DODTDocument.php759 foreach ($this->fields as $fname => $fvalue) {
760 …$value .= '<text:user-field-decl office:value-type="string" text:name="'.$fname.'" office:string-v…
/plugin/openas/
H A Daction.php116 $fname = basename($current_wikifn, '.txt');
117 $path = "$dir/$fname" . $this->ext;
179 $fname = basename($current_wikifn, '.txt');
180 $path = "$dir/$fname" . $this->ext;
/plugin/photogallery/
H A Dsyntax.php355 $fname = $files[$i]['file'];
356 if (preg_match('/\_([a-z]+?)\_\.(jpe?g|gif|png)$/',$fname,$matches)){
364 if (preg_match('/(.*?)\.(avi|mov|mp4)$/',$fname,$matches)) { // Is a video
/plugin/processing/
H A Dscript.js3153 var XMLAttribute = function(fname, n, nameSpace, v, t){ argument
3154 this.fullName = fname || "";
/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);
/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/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3043 var fname = "", cte = "", ctype = "", fdata;
3050 case "content-location": fname = m[2].trim(); break;
3061 var file = cfb_add(cfb, fname.slice(root.length), fdata, {unsafe: true});
3244 function write_dl(fname/*:string*/, payload/*:any*/, enc/*:?string*/) { argument
3246 …&& _fs.writeFileSync) return enc ? _fs.writeFileSync(fname, payload, enc) : _fs.writeFileSync(fnam…
3255 return Deno.writeFileSync(fname, payload);
3259 if(typeof IE_SaveFile !== 'undefined') return IE_SaveFile(data, fname);
3265 if(typeof saveAs !== 'undefined') return saveAs(blob, fname);
3276 a.download = fname; a.href = url; document.body.appendChild(a); a.click();
3286 var out = File(fname); out.open("w"); out.encoding = "binary";
[all …]

12