Home
last modified time | relevance | path

Searched refs:filename (Results 51 – 75 of 756) sorted by last modified time

12345678910>>...31

/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/structodt/
H A Dscript.js18 const filename = $table.parents('.structaggregation').data('filename'); // filename can be empty
56 url.searchParams.append('filename', filename);
H A Daction.php39 $keys = ['template', 'pdf', 'hideform', 'filename'];
75 case 'filename':
174 $filename = $INPUT->str('filename');
182 if (empty($filename)) {
183 $filename = empty($pid) ? $rid : noNS($pid);
185 $filename = $helper->rowTemplate($row, $filename);
191 $helper->sendFile($tmp_file, $filename, $ext);
212 $filename
[all...]
H A Dhelper.php142 * @param $filename string name of sending file
145 public function sendFile($tmp_file, $filename, $ext='odt') { argument
148 header("Content-Disposition: attachment; filename=\"$filename.$ext\";");
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php300 * Strip given prefix or number of path segments from the filename
305 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
312 $filename = $this->getPath();
316 $parts = explode('/', $filename);
318 $base = array_pop($parts); // keep filename itself
322 $filename = join('/', array_slice($parts, $strip));
324 $filename .= "/$base";
328 if (substr($filename, 0, $striplen) == $strip) {
329 $filename = substr($filename,
[all...]
H A DTar.php135 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
415 * Note: It more memory effective to specify the filename in the create() function and
532 // handle filename length restrictions
613 $return['filename'] = trim($header['filename']);
626 $return['filename'] = trim($header['prefix']).'/'.$return['filename'];
631 // following data block(s) is the filename
632 $filename = trim($this->readbytes(ceil($return['size'] / 512) * 512));
636 // overwrite the filename
[all...]
/plugin/upgrade/
H A Dcomposer.lock34 "ext-iconv": "Used for proper filename encode handling",
35 "ext-mbstring": "Can be used alternatively for handling filename encoding",
/plugin/statistics/inc/pchart/
H A DPalette.php66 * @param string $filename
71 static public function fromFile($filename, $delimiter = ',') { argument
72 $handle = @fopen($filename, 'r');
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt160 If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it will be displayed as a link instead.
/plugin/odt/ODT/css/
H A Dcssimportnew.php1014 * @param string $filename
1017 function importFromFile($filename) { argument
1019 if ( empty($filename) ) {
1023 $handle = fopen($filename, "rb");
1028 $contents = fread($handle, filesize($filename));
/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/odt/helper/
H A Dcssimport.php1102 function importFrom($filename) { argument
1104 $this->importFromFile($filename);
1229 function importFromFile($filename) { argument
1231 if ( empty($filename) ) {
1235 $handle = fopen($filename, "rb");
1240 $contents = fread($handle, filesize($filename));
1253 function loadReplacements($filename) { argument
1255 if ( empty($filename) ) {
1259 $handle = fopen($filename, "rb");
1264 $filesize = filesize($filename);
H A Dcssimportnew.php58 function importFromFile($filename) { argument
59 return $this->internal->importFromFile($filename);
/plugin/odt/renderer/
H A Dpage.php1018 * @param string $filename file path label
1020 function file($text, $language=null, $filename=null, $options=null) { argument
1037 * @param string $filename file path label
1039 function code($text, $language=null, $filename=null, $options=null) { argument
/plugin/odt/ODT/
H A DODTDefaultStyles.php213 * @param string $filename
216 function getMissingFonts($filename) { argument
218 $existing_styles = io_readFile($filename);
/plugin/openid/Auth/OpenID/
H A DFileStore.php220 if (@rename($tmp, $filename)) {
225 @unlink($filename);
271 $name = basename($filename);
313 * @param string $filename
316 function _getAssociation($filename) argument
421 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename;
629 $filename = "";
635 $filename .= $c;
640 return $filename;
648 * @param string $filename
[all …]
/plugin/orphanmedia2/
H A DREADME20 * Found media filename references
H A Ddokuwiki-plugin-page.md78 displaying some filename and path info without any effect to your source.
/plugin/iframeinterwiki/
H A Dsyntax.php83 function parse_uri_inter($url, $filename) {
84 if ( file_exists($filename) && ($file = fopen($filename, "r"))!==false ) {
77 parse_uri_inter($url, $filename) global() argument
/plugin/imgpaste/
H A Daction.php56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
59 $auth = auth_quickaclcheck($filename);
69 $filename,
101 $filename = $this->getConf('filename');
102 $filename = str_replace(
115 $filename
117 $filename = strftime($filename);
118 $filename .= '.' . $ext;
119 return cleanID($filename);
/plugin/dw2markdown/
H A Drenderer.php372 function file($text, $language = NULL, $filename = NULL, $options = NULL) { argument
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) { argument
/plugin/edittable/renderer/
H A Dinverse.php305 function file($text, $language = null, $filename = null) { argument
306 $this->_highlight('file', $text, $language, $filename);
309 function code($text, $language = null, $filename = null) { argument
310 $this->_highlight('code', $text, $language, $filename);
313 function _highlight($type, $text, $language = null, $filename = null) { argument
321 if($filename != null) {
322 $this->doc .= " $filename";
/plugin/pubmed2020/classes/
H A Dcache.php80 $filename = mediaFN($ml);
82 if (!file_exists($filename)) {
85 $filename = mediaFN($ml);
87 if (!file_exists($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/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php52 foreach ($cafiles as $filename) {
53 if (file_exists($filename)) {
54 return $cached = $filename;

12345678910>>...31