Home
last modified time | relevance | path

Searched refs:fname (Results 1 – 25 of 48) sorted by relevance

12

/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/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/diagramsnet/lib/js/diagramly/
H A DUrlLibrary.js17 var fname = title;
18 var last = fname.lastIndexOf('/');
22 fname = fname.substring(last + 1);
25 this.fname = fname;
50 return this.fname;
/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/images/
H A Dcleanico3 for fname in *.png
5 mv $fname ${fname/\.ico/}
/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/ajaxloader/
H A Dcommon.php4 $fname = DOKU_INC."lib/plugins/{$name[0]}/ajax" . variable
6 if (is_file($fname)) {
7 require $fname;
/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/ckgedit/action/
H A Dmediamanager.php34 $fname = substr($event->data[3],0,29) . '. . .';
36 else $fname = $event->data[3];
37 msg($this->getLang('mediamgr_imgonly') . $fname);
/plugin/blogtng/helper/
H A Dtools.php75 $fname = DOKU_PLUGIN . "blogtng/tpl/$tpl$sep$type.php";
76 if (file_exists($fname)) {
77 $res = $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/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/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/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/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/script/
H A Dfieldsets.js55 var fname = jQuery(this).find('span.bureaucracy_depends_fname').html(),
66 .has(":first-child:contains('" + fname + "')").first()
/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/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 Dutil.php268 $fname = "other.txt";
273 $fname = "img.txt";
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php268 $fname = "other.txt";
273 $fname = "img.txt";
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php268 $fname = "other.txt";
273 $fname = "img.txt";
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid3-1.js130 function add_cs(ss,ch){var s={type:C.REST,fname:ss.fname,istart:ss.istart,iend:ss.iend,v:p_vc.v,p_v:p_vc,time:ntim,st:0,dur:0,dur_orig:0,invis:true,seqst:true,nhd:0,notes:[{pit:18,dur:0}]} property in abc2svg.grid3.output_music.add_cs.s
177 ss={type:C.BAR,bar_type:"|",fname:s.fname,istart:s.istart,iend:s.iend,v:p_vc.v,p_v:p_vc,st:0,time:s.time,dur:0,nhd:0,notes:[{pit:18}],next:s,ts_next:s,prev:s.prev,ts_prev:s.ts_prev} property in abc2svg.grid3.output_music.ss
/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/fedauth/classes/
H A Dfa_providerlist.class.php329 public function setConfigFile($fname) { argument
330 $this->cfgFile = $fname;

12