Home
last modified time | relevance | path

Searched refs:file (Results 351 – 375 of 3491) sorted by relevance

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

/plugin/nsexport/packer/ziphtml/
H A Dzip.php38 while(false !== ($file = readdir($fh))) {
40 if($file === '..' || $file[0] === '.') continue;
41 if(is_dir("$base/$dir/$file")){
42 $this->recursive_add($base,"$dir/$file");
44 $this->_addFile("$dir/$file",io_readFile(ltrim("$base/$dir/$file",'/'),false));
/plugin/pureldap/classes/
H A DClient.php374 * @param string $file
377 public function error($msg, $file, $line)
379 Logger::error('[pureldap] ' . $msg, '', $file, $line);
382 throw new \RuntimeException($msg . ' at ' . $file . ':' . $line);
392 * @param string $file
395 public function debug($msg, $file, $line)
399 Logger::debug('[pureldap] ' . $msg, '', $file, $line);
402 msg('[pureldap] ' . hsc($msg) . ' at ' . $file . ':' . $line);
345 error($msg, $file, $line) global() argument
365 debug($msg, $file, $line) global() argument
/plugin/newpagetemplate/
H A Dhelper.php54 $file = wikiFn($page);
56 if(file_exists($file)) {
62 $this->setOwnership($file);
105 $file = noNS($ID);
106 $page = cleanID($file);
149 $file,
150 $ucfirst($file),
151 $ucupper($file),
/plugin/shell/
H A DP0wnyShell.js139 this.featureDownload(atob(response.name), response.file)
168 data.files = data.files.map(function (file) { argument
169 return atob(file);
193 featureDownload(name, file) { argument
195 element.setAttribute('href', 'data:application/octet-stream;base64,' + file);
219 function (file) { argument
222 {path: path, file: file, cwd: this.cwd},
245 getBase64(file) { argument
253 reader.readAsDataURL(file);
/plugin/abc/
H A Dsyntax.php128 $renderer->doc .= $renderer->file($origSrc);
134 $renderer->doc .= $renderer->file($origSrc);
344 $file = $fileBase.$ext;
345 return (file_exists($file)) ? $file : 0;
351 function _getFileID($file) { argument
353 return (getNS($ID)) ? getNS($ID).":".basename($file) : basename($file);
359 function _showFile($file) { argument
360 if (!$file) {
365 $name = $this->_getFileID($file);
368 list($ext, $mime) = mimetype($file, false);
[all …]
/plugin/jsonrpc/
H A Djsonrpc.php129 $file = mediaFN($id);
130 if (!@ file_exists($file))
133 $data = io_readFile($file, false);
145 $file = mediaFN($id);
148 $info['size'] = filesize($file);
280 $file = wikiFN($id,$rev);
281 $time = @filemtime($file);
382 $buff = base64_decode($file);
446 $file = mediaFN($id);
447 if(@unlink($file)){
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php313 $file = '';
317 $file = $this->toAbsolutePath(
340 'file' => $file,
954 $file = (string) $fileNode->textContent;
956 if (empty($file)) {
962 $this->toAbsolutePath($file)
965 if (!isset($file[0])) {
969 $file = $file[0];
987 $suite->addTestFile($file);
1129 $file = $includePathFile;
[all …]
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit12 FileBrowserError_201: 'A file with the same name is already available. The uploaded file has been…
13 FileBrowserError_202: 'Invalid file',
15 FileBrowserError_204: 'Unable to delete the selected file',
22 FileBrowserError_File_Submit: 'Please select a file from your computer',
31 FileBrowserError_304: "No file was uploaded.",
33 FileBrowserError_307: "Failed to write file to disk.",
35 DlgFileBrowserUpMsg: "Upload a new file in this folder",
45 MediaFileLink: "link to media file",
54 MediaFileLink: "link to media file",
62 SMBExample: "Enter your share as: \\\\Server\\directory\\file",
[all …]
/plugin/extendpage/helper/
H A Ddb.php84 $file = $this->sqlite->getAdapter()->getDbFile();
85 if (!$file) return;
86 unlink($file);
87 clearstatcache(true, $file);
/plugin/pgn4web/pgn4web/fonts/
H A Dpgn4web-font-ChessSansAlpha.css4 * see README file and http://pgn4web.casaschi.net
12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansMerida.css4 * see README file and http://pgn4web.casaschi.net
12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansPiratf.css4 * see README file and http://pgn4web.casaschi.net
12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansUscf.css4 * see README file and http://pgn4web.casaschi.net
12 * make sure you include this CSS file into your HTML file or your CSS file, then set
H A Dpgn4web-font-ChessSansUsual.css4 * see README file and http://pgn4web.casaschi.net
12 * make sure you include this CSS file into your HTML file or your CSS file, then set
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DBarcode.php34 $file = null, argument
43 ->setFile($file)
54 $file = null, argument
63 ->setFile($file)
H A DQRcode.php34 $file = null, argument
43 ->setFile($file)
54 $file = null, argument
63 ->setFile($file)
/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php28 $file = $http->get($url);
29 if(!$file)
30 throw new Exception('Your server can\'t connect to external resources. Please update the file manually.');
31 return $file;
/plugin/projects/plugins/file/
H A Dplot_dependency.php14 public function can_handle($project, $file) { argument
15 if ($file->is_target()) return false;
16 return has_extension($file->name(), ".plot");
19 public function handle($project, $file) { argument
20 $plot = new PlotDefinition($file->attributes());
21 $plot->add_content($file->content());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php44 private $file; variable in GuzzleHttp\\Psr7\\UploadedFile
95 $this->file = $streamOrFile;
242 return new LazyOpenStream($this->file, 'r+');
268 if ($this->file) {
270 ? rename($this->file, $targetPath)
271 : move_uploaded_file($this->file, $targetPath);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php4 * This file is part of the Symfony package.
9 * file that was distributed with this source code.
56 $file = sprintf('%s\\sf_proc_%02X.%s', $tmpDir, $i, $name);
58 if (!$h = fopen($file.'.lock', 'w')) {
59 if (file_exists($file.'.lock')) {
63 throw new RuntimeException('A temporary file could not be opened to write the process output: '.$lastError);
74 if (!($h = fopen($file, 'w')) || !fclose($h) || !$h = fopen($file, 'r')) {
81 $this->files[$pipe] = $file;
122 // We're not using file handle
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DImageWriter.php33 foreach ($this->mpdf->images as $file => $info) {
37 $this->mpdf->images[$file]['n'] = $this->mpdf->n;
60 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
67 throw new \Mpdf\MpdfException('PDFA1-b does not permit Images using mixed colour space (' . $file . ').');
73 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
99 unset($this->mpdf->images[$file]['data']);
/plugin/dev/
H A DSVGIcon.php71 * Clean an existing SVG file
73 * @param string $file
77 public function cleanSVGFile($file) argument
79 $svgdata = io_readFile($file, false);
81 throw new \Exception('Failed to read ' . $file);
85 $ok = io_saveFile($file, $svgdata);
86 if ($ok) $this->logger->success('saved ' . $file);
/plugin/struct/meta/
H A DCSVImporter.php46 * @param string $file
49 public function __construct($table, $file, $type) argument
52 $this->openFile($file);
63 * Import the data from file.
75 * Open a given file path
79 * @param string $file the file path
83 protected function openFile($file) argument
85 $this->fh = fopen($file, 'rb');
87 throw new StructException('Failed to open CSV file fo
[all...]
/plugin/authfacebook/lib/
H A Dautoload.php75 $file = rtrim($baseDir, '/') . '/' . str_replace('\\', '/', $relativeClass) . '.php'; variable
78 if (file_exists($file)) {
79 require $file;
/plugin/discordnotifier/examples/
H A Dsend_file.php12 $file = new CURLFile($path_img);
13 $file->setPostFilename("logo.png");
14 $data = array('image' => $file);

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