Home
last modified time | relevance | path

Searched refs:filename (Results 251 – 275 of 756) sorted by relevance

1...<<11121314151617181920>>...31

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php847 * @param string $filename
852 if (!is_string($filename)) {
864 * @param string $filename
869 if (!is_string($filename)) {
883 * @param string $filename
888 if (!is_string($filename)) {
900 * @param string $filename
905 if (!is_string($filename)) {
1003 * @param string $filename
1008 if (!is_string($filename)) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCsv.php64 $filename = str_replace('"', '\"', $report['filename']);
70 … echo "\"$filename\",$line,$column,$type,\"$message\",$source,$severity,$fixable".PHP_EOL;
/plugin/odt/action/
H A Dexport.php444 $filename = wikiFN($page, $REV);
446 if(!file_exists($filename)) {
451 … $xmlcontent .= p_render('odt_book', p_cached_instructions($filename, false, $page), $info);
475 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));
477 header('Content-Disposition: attachment; filename="' . $filename . '.odt";');
479 header('Content-Disposition: inline; filename="' . $filename . '.odt";');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php105 * @param string $filename
109 function createFile($filename, $data = null) { argument
120 * @param string $filename
123 function createDirectory($filename) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php157 $filename = TYPE1_FONTS_REPOSITORY.$afm.".afm";
159 $file = @fopen($filename, 'r');
161 $_filename = $filename;
169 error_log(sprintf("Missing font metrics file: %s",$filename));
/plugin/directions/syntax/
H A Dcommon.php16 function dir_parseHitsFile($filename, $registeredOnly=false) { argument
19 if (!file_exists($filename)){
21 $ErrorMsg .= 'The given file ' . $filename . ' does not exist!';
26 $content = file($filename);
/plugin/sqlcomp/
H A Dsyntax.php191 private function _load($filename){ argument
195 if(file_exists($filename)){
196 $Cache = file_get_contents($filename);
210 private function _save($filename,$rs,$timestamp){ argument
217 $handle = fopen($filename,"w");
243 $filename = $sPath.md5(implode('',$dbcon));
244 $Cache = $this->_load($filename);
289 $this->_save($filename,$rs,$data[6]);
/plugin/function/
H A Dsyntax.php60 $filename = DOKU_PLUGIN . 'function/functions/' . $this->getConf($func);
61 include ($filename);
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId) argument
224 this.insertFile(filename, data, success, error, true, cardId);
230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument
238 this.writeFile(filename, fileData, cardId, mxUtils.bind(this, function(meta)
251 if (this.ui.useCanvasForExport && /(\.png)$/i.test(filename))
319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error) argument
321 if (filename != null && data != null)
344 formData.append('file', typeof data === 'string' ? new Blob([data]) : data, filename);
345 formData.append('name', filename);
H A DNotionClient.js261 NotionClient.prototype.insertLibrary = function(filename, data, success, error, folderObj) argument
263 this.insertFile(filename, data, success, error, true, folderObj);
269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument
276 …this.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, current…
281 currentId? null : folderId, filename, nameField, data, currentId? 'PATCH' : 'POST',
336 NotionClient.prototype.checkExists = function(parentId, filename, nameField, askReplace, fn) argument
342 equals: filename
357 this.ui.confirm(mxResources.get('replaceIt', [filename]), function()
405 NotionClient.prototype.writeFile = function(url, folderId, filename, nameField, data, method, succe… argument
439 content: filename
H A DElectronApp.js222 var filename = (file.getTitle() != null) ?
225 if (!/(\.html)$/i.test(filename) &&
226 !/(\.svg)$/i.test(filename))
1328 var filename = this.title;
1331 if (filename.length > 0 && (!/(\.xml)$/i.test(filename) && !/(\.html)$/i.test(filename) &&
1332 !/(\.svg)$/i.test(filename) && !/(\.png)$/i.test(filename) && !/(\.drawio)$/i.test(filename)))
1334 filename += '.drawio';
1337 return filename;
1849 this.saveData(filename, format, data, mimeType, base64Encoded);
1984 filename: (filename != null) ? filename : null,
[all …]
/plugin/bliki/
H A Dsyntax.php202 * @param String $filename
216 $filename = basename($file);
217 …$ts = mktime(substr($filename, 0, 2), substr($filename, 2, 2), substr($filename, 4, 2), $parts[$s-…
/plugin/zip/pear/File/
H A DArchive.php702 * @param string $filename public name of the file
709 function readMemory($memory, $filename, $stat=array(), $mime=null) argument
712 return new File_Archive_Reader_Memory($memory, $filename, $stat, $mime);
745 * @param string $filename name of the only file of the created reader
752 function readConcat(&$toConvert, $filename, $stat=array(), $mime=null) argument
760 return new File_Archive_Reader_Concat($source, $filename, $stat, $mime);
1067 * @param string $filename name of the archive file
1078 function toArchive($filename, &$toConvert, $type = null, argument
1089 $extensions = strtolower($filename);
1100 $currentFilename = $filename;
/plugin/odt/helper/
H A Dcssimportnew.php58 function importFromFile($filename) { argument
59 return $this->internal->importFromFile($filename);
/plugin/ckgedit/action/
H A Dmeta.php99 $filename = metaFN('fckl:scayt','.meta');
101 if (!file_exists($filename)) {
102 io_saveFile($filename,'1');
935 $filename = metaFN('fckl:scayt','.meta');
937 if (!file_exists($filename)) {
938 io_saveFile($filename,'1');
943 $this->startup_check_twice($filename, 'scayt');
959 function startup_check_twice($filename, $which) { argument
964 if (file_exists($filename)) {
965 $reps = io_readFile($filename);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php69 $filename = $phpcsFile->getFilename();
89 …ellcmd(escapeshellarg($eslintPath).' '.implode(' ', $eslintOptions).' '.escapeshellarg($filename));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php193 foreach ($cafiles as $filename) {
194 if (file_exists($filename)) {
195 return $cached = $filename;
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php99 foreach ($filenames as $filename) {
100 if (!$this->isReadable($filename)) {
101 … throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
104 foreach ($this->getFiles($filename) as $file) {
/plugin/textinsert/
H A Dsyntax.php73 if(@file_exists($filename = DOKU_PLUGIN . "textinsert/lang/$ns/lang.php")) {
74 include $filename;
79 if(@file_exists($filename = DOKU_PLUGIN . "textinsert/lang/$ns/macros.php")) {
80 include $filename;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php103 * @param string $filename
107 function createFile($filename, $data = null) { argument
118 * @param string $filename
121 function createDirectory($filename) { argument
/plugin/odp/
H A DZipLib.class.php68 while (false !== ($filename = readdir($dir))) {
69 if ($filename != "." && $filename != "..") {
70 if (is_dir($full_path."/".$filename)) {
71 $this->Compress($filename, $basedir, $zip_path);
73 $content = join('', file($full_path.'/'.$filename));
74 $this->add_File($content, $zip_path.$filename);
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md27 // Save black on white PNG image 100px wide to filename.png
29 file_put_contents('filename.png', $data);
/plugin/latexit/
H A Drenderer.php375 $filename = $zip->filename;
386 header("Content-length: " . filesize($filename));
389 readfile($filename);
391 unlink($filename);
1187 $filename = basename($src);
1189 $location = $conf["tmpdir"] . "/" . $filename;
1192 $path = $media_folder . "/" . $filename;
1195 $mime = mimetype($filename);
1198 $this->_insertImage($filename, $align, $media_folder);
1200 $this->_insertFile($filename, $title, $media_folder);
[all …]
/plugin/judge/
H A Daction.php292 public function upload($filename, $path, $code) argument
296 if (!in_array(pathinfo(basename($filename), PATHINFO_EXTENSION), $allowedExts, true)) {
308 $temp = explode(".", $filename);
311 return $filename . $this->getLang('err_file_exist');
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php31 protected $filename; variable in Twig\\Compiler
46 return $this->filename;
89 $this->filename = $node->getTemplateName();

1...<<11121314151617181920>>...31