Home
last modified time | relevance | path

Searched refs:file (Results 51 – 75 of 3491) sorted by last modified time

12345678910>>...140

/plugin/mermaid/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/doi/Resolver/
H A DAbstractResolver.php24 * The extension used for the cache file
83 $file = DOKU_PLUGIN . 'doi/Resolver/' . $class . '.php';
92 if (@filemtime($cache) > filemtime($file)) {
/plugin/doi/
H A DREADME27 See the LICENSING file for details
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dgenerate-info.js.diff
/plugin/shell/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
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);
H A DP0wnyShell.php172 $file = @file_get_contents($filePath);
173 if ($file === FALSE) {
181 'file' => base64_encode($file)
190 * @param string $file Base64 encoded file contents
194 public function featureUpload($path, $file, $cwd) argument
204 fwrite($f, base64_decode($file));
H A DREADME27 See the LICENSING file for details
/plugin/shell/lang/en/
H A Dhelp.txt5 …* ''download <file>'' - Download a file from the server. The file will be sent to your browser, so…
6 …* ''upload <file>'' - Upload a file to the server. Your browser will ask you for a file to upload …
/plugin/geophp/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
5 "This file is @generated automatically"
/plugin/geophp/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
569 includeFile($file) global() argument
[all...]
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE320 to attach them to the start of each source file to most effectively
321 convey the exclusion of warranty; and each file should have at least
/plugin/webmaster/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/yalist/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/acknowledge/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME27 See the LICENSING file for details
/plugin/backlinks/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/dokusioc/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/photogallery/lightGallery/
H A DVersion.txt2 Content of dist folder of the zip file downloaded from https://github.com/sachinchoolur/lightGaller…
/plugin/photogallery/
H A DpgFetch.php129 * @param string $file reference to the file variable
134 function checkLocalFileStatus($file, $width=0, $height=0) { argument
138 if(empty($file)) {
142 if (($width || $height) && media_get_token($file, $width, $height) !== $INPUT->str('tok')) {
147 if(!file_exists($file)) {
154 function media_photogallery_image($file, $ext, $w, $h, $opt){ argument
164 $phpThumb->setSourceFilename($file);
181 …$output_filename = getCacheName($file,'.media.'.$w.'x'.$h.'.photogallery.'.$phpThumb->config_outpu…
/plugin/photogallery/phpThumb/
H A DREADME.md9 otherwise low-color and simple resizing is used. Source image can be a physical file on the server …
/plugin/photogallery/phpThumb/demo/
H A Dindex.php18 while ($file = readdir($dh)) { variable
19 if (is_file($file) && ($file[0] != '.') && ($file != basename(__FILE__))) {
20 switch ($file) {
23 …<code>'.str_replace(' ', '&nbsp;', str_pad(filesize($file), 10, ' ', STR_PAD_LEFT)).'</code> '.$fi…
26 …r_replace(' ', '&nbsp;', str_pad(filesize($file), 10, ' ', STR_PAD_LEFT)).'</code> <a href="'.$fil…
H A DphpThumb.demo.gallery.php42 $filecontents = file($captionfile);
63 while ($file = readdir($dh)) { variable
64 if (is_dir($currentdir.'/'.$file) && ($file[0] != '.')) {
65 $folders[] = $file;
66 } elseif (preg_match('#\\.(jpe?g|gif|png|bmp|tiff?)$#i', $file)) {
67 $pictures[] = $file;
83 foreach ($pictures as $file) {
84 $alt = (!empty($CAPTIONS[$file]) ? $CAPTIONS[$file] : $file);
85 …e style="float: left;">'.(!empty($CAPTIONS[$file]) ? '<caption align="bottom">'.htmlentities($CAPT…
87 …@$_REQUEST['dir'].'/'.$file.'&w='.$displaysize.'&h='.$displaysize.'&title='.urlencode(@$CAPTIONS[$
[all …]

12345678910>>...140