Home
last modified time | relevance | path

Searched refs:basename (Results 126 – 150 of 233) sorted by relevance

12345678910

/plugin/shell/
H A DP0wnyShell.php180 'name' => base64_encode(basename($filePath)),
/plugin/siteexport/
H A Dpreload.php47 if (empty($newTemplate) || basename($newTemplate) != $newTemplate) { return; }
/plugin/darcspatch/
H A Dadmin.php139 $fname = realpath(dirname($fname)).'/'.basename($fname);
/plugin/nsexport/packer/ziphtml/
H A Dzip.php176 echo basename($this->tmp);
/plugin/epub/scripts/
H A Debook.php85 else $img = basename($matches[1]);
H A Depub_utils.php639 $_pages[] = $ns . basename($path, '.txt');
646 $_titles[$i] = basename($_pages[$i], '.txt');
/plugin/farmer/
H A Dhelper.php90 $animal = basename(dirname($path));
/plugin/odp/
H A DZipLib.class.php50 if(basename($fn[0]))
51 $ret[basename($fn[0])]=$this->add_File($fn[1],$fn[0],$compact);
/plugin/htmlokay/
H A Daction.php97 $this->curent_file = basename($INFO['filepath']);
H A Dhelper.php114 $this->curent_file = basename($INFO['filepath']);
/plugin/fileshare/syntax/
H A DFileshare.php85 $name = basename ( $_FILES ['upload'] ['name'] );
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php51 $this->extensions_datas[basename($extension_datas)] = $extension_datas;
/plugin/sqlite/
H A Dadmin.php154 $db = basename($file, '.sqlite3');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php361 …$this->warning('Unable to parse audio data ['.basename(__FILE__).':'.__LINE__.'] because $info[mat…
394 …$this->warning('Unable to parse audio data ['.basename(__FILE__).':'.__LINE__.'] because '.$class.…
421 …$this->warning('Unable to parse audio data ['.basename(__FILE__).':'.__LINE__.'] because CodecPriv…
426 …$this->warning('Unable to parse audio data ['.basename(__FILE__).':'.__LINE__.'] because CodecPriv…
1406 …$this->warning('Unhandled '.$type.' element ['.basename(__FILE__).':'.$line.'] ('.$element['id'].'…
/plugin/farm/install/
H A Dfarmstructurecreator.php130 …array('./'.basename(__FILE__), './'.trim($farmconf['farmer'], '/'), './'.trim($farmconf['barn'], '…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile124 --source-map-url `basename $<`
/plugin/displayfile/
H A Dsyntax.php56 $title = ($target_title ? $target : basename($target));
/plugin/gallery/
H A Dsyntax.php
/plugin/photogallery/
H A Dsyntax.php469 'file' => basename($ilink),
951 $zip->addFile($file,basename(dirname($file)).'/'.basename($file));
/plugin/judge/
H A Daction.php296 if (!in_array(pathinfo(basename($filename), PATHINFO_EXTENSION), $allowedExts, true)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php113 $reportClassName = 'PHP_CodeSniffer_Reports_'.basename($filename);
/plugin/datatemplate/syntax/
H A Dentry.php272 $title = $column['key'].': '.basename(str_replace(':','/',$val));
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php590 $out = basename($out);
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php384 $filename = basename($path);
/plugin/fetchmedia/action/
H A Dajax.php52 'error' => $e->getMessage() . ' ' . basename($e->getFile()) . ':' . $e->getLine()

12345678910