Home
last modified time | relevance | path

Searched refs:filename (Results 151 – 175 of 756) sorted by relevance

12345678910>>...31

/plugin/whoisonline/
H A Dsyntax.php38 $filename = DOKU_PLUGIN . 'whoisonline/online.txt';
39 if( file_exists( $filename ) == true ) { // read in table
40 $online_users = json_decode(file_get_contents( $filename ), true);
75 file_put_contents($filename, json_encode($newlist));
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee28 readFile = (filename) ->
29 fs.readFileSync filename, 'utf8'
31 writeFile = (filename, content) ->
32 fs.writeFileSync filename, content, 'utf8'
101 addMinExt = (filename) ->
102 ext = path.extname filename
103 filename = path.basename filename, ext
104 "#{filename}.min#{ext}"
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php59 $filename = $source->getFilename();
60 $pos = strrpos($filename, '.');
63 $extension = strtolower(substr($filename, $pos+1));
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js11 const filename = 'lodash.js'; constant
13 const baseLodash = path.join(basePath, filename);
14 const distLodash = path.join(distPath, filename);
/plugin/accscounter/
H A Daction.php96 foreach ($metadir as $filename) {
97 $islogfile = utf8_substr($filename, $length);
104 $data = file_get_contents($filename);
113 if (!unlink($filename)) {
134 foreach ($metadir as $filename) {
135 $islogfile = utf8_substr($filename, $length);
140 if (!unlink($filename)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php27 public $filename; variable in getid3_write_id3v2
108 …pty($this->filename) && (getID3::is_writable($this->filename) || (!file_exists($this->filename) &&…
131 …f (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filename
141 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
154 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
213 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
227 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_temp = fopen($this->f…
240 unlink($this->filename);
242 rename($this->filename.'getid3tmp', $this->filename);
248 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
[all …]
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php131 $filename = $this->cleanPath($header['filename']);
134 $parts = explode('/', $filename);
140 $filename = join('/', array_slice($parts, $strip));
141 if($base) $filename .= "/$base";
144 … if(substr($filename, 0, $striplen) == $strip) $filename = substr($filename, $striplen);
149 if(!$filename) {
153 if(preg_match($include, $filename)) {
159 if($exclude && preg_match($exclude, $filename)) {
168 $output = "$outdir/$filename";
173 admin_plugin_elwikiupgrade::_say(hsc($filename));
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
57 $error = $this->writers[$key]->newFile($filename, $stat, $mime);
99 function writeFile($filename) argument
103 $error = $this->writers[$key]->writeFile($filename);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php13 * Safely opens a PHP stream resource using a filename.
18 * @param string $filename File to open
24 public static function open($filename, $mode) argument
27 set_error_handler(function () use ($filename, $mode, &$ex) {
30 $filename,
36 $handle = fopen($filename, $mode);
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php40 $this->filename = $conf['filename'] ?? '';
72 $filename = hsc($this->filename);
77 data-filename=\"$filename\"'>";
99 'filename' => $this->filename
/plugin/log404/_test/
H A Dgeneral.test.php53 $this->assertFileExists($log->filename(), "File exists");
76 @unlink($log->filename());
105 @unlink($log->filename());
127 @unlink($log->filename());
153 @unlink($log->filename());
181 @unlink($log->filename());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php101 * @param string $filename
105 function createFile($filename, $data = null) { argument
116 * @param string $filename
119 function createDirectory($filename) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.ps2pdf.class.php36 function _mk_cmd($filename) { argument
37 …atibilityLevel=".$this->pdf_version." -sDEVICE=pdfwrite -sOutputFile=".$filename.".pdf ".$filename;
/plugin/odt/ODT/
H A DODTDefaultStyles.php213 * @param string $filename
216 function getMissingFonts($filename) { argument
218 $existing_styles = io_readFile($filename);
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php127 * @param string $filename filename to store
130 public function _addFile($filename, $content) { argument
131 $filename = $this->tmp . "/$filename";
132 io_makeFileDir($filename);
133 file_put_contents($filename , $content);
/plugin/xslfo/
H A Daction.php184 … $filename = media_crop_image($src, $ext, (int)$media['width'], (int)$media['height']);
186 … $filename = media_resize_image($src, $ext, (int)$media['width'], (int)$media['height']);
188 $media_filename = $dw_element->addChild('media_filename', $filename);
241 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));
243 header('Content-Disposition: attachment; filename="'.$filename.'.pdf";');
245 header('Content-Disposition: inline; filename="'.$filename.'.pdf";');
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php60 $filename = 'hoa://Test/Vfs/Foo?type=file',
62 file_put_contents($filename, $content),
63 $stream = fopen($filename, 'r')
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php68 * @param string $filename Filename.
71 public function __construct($filename, $relativePath = null) argument
73 parent::__construct($filename);
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-dist.js14 const filename = 'lodash.fp.js'; constant
20 'filename': filename, property in fpConfig.output
52 file.min(path.join(distPath, filename))
/plugin/amazon_heavy/
H A Dsyntax.php90 if (!$this->getUrl($filename, $data[0])) {
91 $xmlreader = new xmlreader ($filename);
103 function getUrl($filename, &$data) { argument
127 $retval = exec('/usr/bin/lynx --dump "'.$xmlurl.'" > '.$filename);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php57 function XMLDocument($filename = "", $fileOpenMode = "r") { argument
58 $success = $this->File($filename, $fileOpenMode);
117 function save($filename) { argument
118 $success = $this->open($filename, $this->fileOpenModeWrite);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckutil.py54 def getFileName(filename): argument
57 array = filename.split(splitChar)
59 filename = array[-1]
60 return filename
/plugin/toolbox/
H A Dextension.php61 $filename = __DIR__ . '/extension.zip'; variable
63 if($zip->open($filename, ZipArchive::CREATE) !== true) {
64 die("cannot open <$filename>\n");
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php99 * @param string $filename
103 function createFile($filename, $data = null) { argument
114 * @param string $filename
117 function createDirectory($filename) { argument
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php45 * @param string $filename The path to the YAML file to be parsed
52 public static function parseFile(string $filename, int $flags = 0) argument
56 return $yaml->parseFile($filename, $flags);

12345678910>>...31