Home
last modified time | relevance | path

Searched refs:file (Results 476 – 500 of 3491) sorted by relevance

1...<<11121314151617181920>>...140

/plugin/publistf/template/
H A Ddokuwiki_kmh.tpl4 …(@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bib…
/plugin/glossary/
H A Dglossary.class.php234 …if (in_array (strtolower ($file), $exclude_array) || !preg_match ('#'.$status.'(.*)\.xml$#i', $fil…
293 … if (in_array (strtolower ($file), $exclude_array) || !eregi ($status.'(.*)\.xml$', $file, $regs))
412 if (in_array (strtolower ($file), $exclude_array))
414 $pathFile = $pathDir.$file;
417 $allNsMd5[] = $file;
426 if (in_array (strtolower ($file), $exclude_array))
428 $pathFile = $cacheDir.$file;
431 if (eregi ('.*\.cache$', $file, $b))
814 @unlink ($subDir.$file);
830 $subDir = $this->dataRootDir.$file.'/';
[all …]
/plugin/swiftmail/Swift/Message/
H A DEncoder.php152 public function base64EncodeFile(Swift_File $file, $chunk=76, $le="\r\n") argument
160 while (false !== $bytes = $file->read(8190))
168 $file->reset();
267 public function QPEncodeFile(Swift_File $file, $chunk=76, $le="\r\n") argument
271 while (false !== $bytes = $file->readln())
298 public function encode7BitFile(Swift_File $file, $chunk=76, $le="\r\n") argument
303 while (false !== $bytes = $file->read(8192)) $ret .= $bytes;
326 public function encode8BitFile(Swift_File $file, $chunk=76, $le="\r\n") argument
331 while (false !== $bytes = $file->read(8192)) $ret .= $bytes;
/plugin/bez/action/
H A Dmigration.php45 $file = $data['file'];
49 $sql = file_get_contents($file);
51 throw new Exception('cannot open file ' . $file);
78 $file = $data['file'];
82 $sql = file_get_contents($file);
84 throw new Exception('cannot open file ' . $file);
[all...]
/plugin/skilltagicon/_test/
H A Dgeneral.test.php14 $file = __DIR__.'/../plugin.info.txt';
15 $this->assertFileExists($file);
17 $info = confToHash($file);
/plugin/pageindex/
H A Dsyntax.php21 function search_list_index(&$data,$base,$file,$type,$lvl,$opts){ argument
25 if(preg_match('#\.txt$#',$file)){
27 $id = pathID($file);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php52 foreach ($iterator as $file) {
53 if (($fileName = $file->getBasename('.' . $extension)) === $file->getBasename()) {
/plugin/sidebar/
H A Daction.php57 function getSidebarFN($ns, $file) { argument
59 $nsFile = ($ns) ? "$ns:$file" : $file;
68 return $this->getSidebarFN($ns, $file);
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php79 * @param FacebookFile $file
85 public function start($endpoint, FacebookFile $file) argument
89 'file_size' => $file->getSize(),
93 …return new FacebookTransferChunk($file, $response['upload_session_id'], $response['video_id'], $re…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php66 $file = fopen('php://memory','r+');
67 fwrite($file, 'newdata');
68 rewind($file);
69 $this->card->put($file);
/plugin/combo/action/
H A Dpagesystemmutation.php23 * When a page is added or deleted from the file system
34 const CANONICAL = "combo-file-system";
49 * Synchronization with the combo file system
87 * Page creation may be detected by checking if the file already exists and the revision is false.
94 $file = LocalPath::createFromPathString($filePath);
95 if (!FileSystems::exists($file) && $rev === false) {
100 PagePath::getPersistentName() => $file->toWikiPath()->toAbsoluteId()
128 PagePath::getPersistentName() => $file->toWikiPath()->toAbsoluteId()
159 * Store into the Combo file system
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js702 var org = file.meta.org;
703 var repo = file.meta.repo;
704 var ref = file.meta.ref;
705 var path = file.meta.path;
712 delete file.meta.isNew;
728 fn(file.meta.sha, data);
734 fn(file.meta.sha, Base64.encode(file.getData()));
742 file.meta.sha = sha;
1019 if (file.type == 'dir')
1021 path = file.path;
[all …]
H A DGitLabClient.js616 fn(true, file.getCurrentEtag());
685 var org = file.meta.org;
686 var repo = file.meta.repo;
687 var ref = file.meta.ref;
688 var path = file.meta.path;
694 delete file.meta.isNew;
720 fn(file.meta.last_commit_id, data);
726 fn(file.meta.last_commit_id, Base64.encode(file.getData()));
984 (mxUtils.bind(this, function(file) argument
1003 if (file.type == 'tree')
[all …]
/plugin/pdb/classes/
H A Dcache.php116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
174 $file.= $k."\t".$v."\n";
177 if (empty($file)){$file='#not found';}
179 if(io_saveFile($path,$file)){
/plugin/cache/
H A Dplugin_cache.php123 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
127 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
181 $file.= $k."\t".$v."\n";
184 if (empty($file)){$file='#not found';}
186 if(io_saveFile($path,$file)){
/plugin/panoview/
H A Dsyntax.php77 $file = mediaFN($data['image']);
78 list($data['imageWidth'], $data['imageHeight']) = @getimagesize($file);
214 $file = dirname(__FILE__).'/gfx/'.$type.'.gif';
215 $time = filemtime($file);
219 http_sendfile($file);
220 readfile($file);
/plugin/pubchem/classes/
H A Dcache.php34 * Get media file path
46 * Get all media file paths array
116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
124 * Return true if the file exists
174 $file.= $k."\t".$v."\n";
177 if (empty($file)){$file='#not found';}
179 if(io_saveFile($path,$file)){
/plugin/dwinsect/
H A Dsyntax.php24 function _getFN($ns, $file){ argument
27 $nsFile = ($ns) ? "$ns:$file" : $file;
34 return _getFN($ns, $file);
38 function _get_linkfile($file_ns, $file) { argument
42 $linksfile = _getFN($file_ns, $file);
/plugin/pubmed/classes/
H A Dcache.php34 * Get media file path
46 * Get all media file paths array
116 $acl = join("",file(DOKU_CONF.'acl.auth.php'));
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
124 * Return true if the file exists
174 $file.= $k."\t".$v."\n";
177 if (empty($file)){$file='#not found';}
179 if(io_saveFile($path,$file)){
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php592 $file = basename($this->getStreamName());
595 return pathinfo($file, PATHINFO_FILENAME);
598 if (strstr($file, '.')) {
599 return substr($file, 0, strrpos($file, '.'));
602 return $file;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php203 * @param string|null $file
207 public function getCommand(array $settings, $file = null) argument
215 if ($file) {
216 $command .= '-e ' . escapeshellarg($file);
220 } elseif ($file) {
221 $command .= ' -f ' . escapeshellarg($file);
/plugin/farmsync/_test/
H A Dgeneral.test.php15 $file = __DIR__.'/../plugin.info.txt';
16 $this->assertFileExists($file);
18 $info = confToHash($file);
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php80 …if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR ||…
81 return $file;
/plugin/showpageafterlogin/
H A Daction.php72 $file = @file_get_contents(DOKU_PLUGIN . "showpageafterlogin/showpageafterlogincount.json");
73 if (!$file) return Array();
74 return $json->decode($file);
/plugin/diagramsnet/lib/resources/
H A Ddia_it.txt127 closingFile=Chiusura file
255 errorRenamingFileNotFound=Errore durante la rinomina del file. Il file non è stato trovato.
283 file=File
289 filename=Nome del file
290 fileExists=Il file esiste già
505 noFiles=Nessun file
538 openFile=Apri file
670 selectFile=Seleziona file
972 confAIncorrectLibFileType=Tipo di file errato. Le librerie dovrebbero essere file XML.
1068 chooseFile=Scegli un file...
[all …]

1...<<11121314151617181920>>...140