Home
last modified time | relevance | path

Searched refs:filepath (Results 26 – 36 of 36) sorted by path

12

/plugin/pdb/classes/
H A Dcache.php81 $filepath = $this->GetMediaPath($id);
82 if (@file_exists($filepath)){
83 @touch($filepath);
84 return io_readFile($filepath);
/plugin/pubchem/classes/
H A Dcache.php47 * array(ID,filepath)
81 $filepath = $this->GetMediaPath($id);
82 if (@file_exists($filepath)){
83 @touch($filepath);
84 return io_readFile($filepath);
/plugin/pubchem/
H A Dsyntax.php212 $filepath = $this->xmlCache->GetMediaPath($cid);
213 if(io_saveFile($filepath,$xml)){
214 chmod($filepath,$conf['fmode']);
/plugin/pubmed/classes/
H A Dcache.php47 * array(ID,filepath)
81 $filepath = $this->GetMediaPath($id);
82 if (@file_exists($filepath)){
83 @touch($filepath);
84 return io_readFile($filepath);
/plugin/pubmed2020/classes/
H A Dcache.php239 $filepath = $this->getRawContentPath($base, $id);
240 if (@file_exists($filepath)) {
242 return io_readFile($filepath);
251 $filepath = sprintf($this->abstractTrFormat,$pmid);
252 if (@file_exists($filepath)){
254 return io_readFile($filepath);
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php14 $filepath = $start_dir . '/' . $file;
15 if ( is_dir($filepath) ) {
20 if(preg_match('/GeoLite2-City_*\d+/',$filepath)) {
22 $City_dnld_dir = $filepath;
23 echo "Directory: $filepath \nFiles:\n";
25 listdir($filepath,$found);
27 else if($found && preg_match('/GeoLite2-City_*\d+/',$filepath)) {
28 if(preg_match("/GeoLite2-City.mmdb/",$filepath)) {
30 copy ($filepath , "./GeoLite2-City/GeoLite2-City.mmdb") ;
32 echo "unlinking: $filepath \n";
[all …]
/plugin/semanticdata/phpSesame/
H A DphpSesame.php302 throw new Exception('Please supply a filepath.');
/plugin/simplewikipagetree/
H A Dsyntax.php62 $filepath = $path.'/'.$file;
88 if(is_dir($filepath)){
109 if(is_dir($filepath)){
119 private function getID($filepath){ argument
127 $id = $this->getID($filepath);
131 if(is_dir($filepath)){
142 if(is_dir($filepath)){
151 private function getURL($filepath){ argument
157 if(is_dir($filepath)){
172 $id = $this->getID($filepath);
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php1102 function save($filepath='') argument
1105 if ($filepath!=='') file_put_contents($filepath, $ret, LOCK_EX);
/plugin/userspagecreate/
H A Daction.php128 $fn = $INFO['filepath'];
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7140 parsePath: function parsePath(filepath) {
7141 var last = filepath.lastIndexOf('/');
7143 path: filepath.substring(0, last),
7144 name: filepath.substring(last + 1)
7147 getRelsPath: function getRelsPath(filepath) {
7148 var path = utils.parsePath(filepath);

12