Home
last modified time | relevance | path

Searched refs:ext (Results 51 – 75 of 360) sorted by relevance

12345678910>>...15

/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php312 * @param string $ext (optional) file extension
315 function provFN($provid, $ext='conf') { argument
316 return $this->conf . $provid . '.' . $ext;
324 * @param string $ext (optional) file extension
327 function userFN($username='', $ext='data') { argument
329 return $this->root . substr($username, 0, 1) . '/' . $username . '/fedauth.' . $ext;
/plugin/structodt/
H A Dhelper.php27 * @param string $ext
30 public function tmpFileName($ext='') { argument
33 if ($ext) {
34 $name .= ".$ext";
143 * $param $ext odt or pdf
145 public function sendFile($tmp_file, $filename, $ext='odt') { argument
146 $mime = "application/$ext";
148 header("Content-Disposition: attachment; filename=\"$filename.$ext\";");
/plugin/move/helper/
H A Dfile.php80 $ext = mimetype($src_name);
81 if($ext[0] !== false) {
82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
92 $regex = '\.\d+\.' . preg_quote((string) $ext[0], '/');
/plugin/simpleforward/
H A Daction.php85 $ext = strtolower(substr($file, strrpos($file, '.') + 1));
86 if (isset($content[$ext])) {
87 $type = $content[$ext];
/plugin/ckgedit/action/
H A Dsave.php61 list($ext,$base) = explode(";",$matches[2]);
62 if($ext == "jpeg" || $ext == "tiff") $ext = "jpg";
64 msg("Clipboard paste: invalid $ext image format");
68 $fn = $this->get_imgpaste_fname($ext);
80 $fn = md5($matches[3]) . ".$ext";
373 function get_imgpaste_fname($ext) { argument
397 return $filename . '.' . $ext;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php61 * @param string $ext
65 function IsHtmlExtension( $ext, $htmlExtensions ) argument
76 return in_array( $ext, $lcaseHtmlExtensions ) ;
/plugin/cleanup/
H A Dhelper.php190 list($ext) = mimetype($file);
191 $ext = preg_quote($ext, '/');
192 $path = preg_replace('/\.\d+\.' . $ext . '?$/', ".$ext", $file);
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js155 function AC_AddExtension(src, ext) argument
158 return src.replace(/\?/, ext+'?');
160 return src + ext;
211 function AC_GetArgs(args, ext, srcParamName, classid, mimeType){ argument
227 args[i+1] = AC_AddExtension(args[i+1], ext);
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php117 list($ext,$mime,$dl) = mimetype($src);
122 }elseif($ext === 'jpg' || $ext === 'jpeg'){
206 list($ext,$mime,$dl) = mimetype($src);
213 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/openas/
H A Daction.php13 private $ext = '.txt'; variable in action_plugin_openas
117 $path = "$dir/$fname" . $this->ext;
180 $path = "$dir/$fname" . $this->ext;
184 function metaFilePath($current_id, $ext='mvd', $numbered=true) { argument
189 $metafnn = metaFN($namespace, '.' . "$i.$ext");
196 $metafn = metaFN($namespace, '.' . $ext);
/plugin/odt/ODT/
H A DODTImage.php31 list($ext,$mime) = mimetype($src);
32 $name = 'Pictures/'.md5($src).'.'.$ext;
109 $ext = '.svg';
111 $name = 'Pictures/'.md5($string).'.'.$ext;
196 list($ext,$mime) = mimetype($src);
197 $name = 'Pictures/'.md5($src).'.'.$ext;
/plugin/quickstats/GEOIP/
H A Dcomposer.lock24 "ext-openssl": "*",
25 "ext-pcre": "*",
142 … "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
143 … "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
144 … "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
190 "ext-curl": "*",
191 "ext-json": "*",
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock34 "ext-dom": "*",
35 "ext-xdebug": ">=2.0.5"
215 "ext-tokenizer": "*",
265 "ext-ctype": "*",
266 "ext-dom": "*",
267 "ext-json": "*",
268 "ext-pcre": "*",
269 "ext-reflection": "*",
270 "ext-spl": "*",
342 "ext
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php115 $ext = ($this->isCritical ? '!' : '') . str_replace(',', '%2c', self::encode($this->name));
118 $ext .= '=' . str_replace(',', '%2c', self::encode($this->value));
121 return $ext;
/plugin/podcast/action/
H A Dfeed.php104 $ext = ( $opt['podcast_format']
108 if( isset( $p['files'][$ext] )) {
109 $file_url = $p['files'][$ext]['url'];
110 $length = $p['files'][$ext]['size'];
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js173 var root = gantt.ext.fullscreen.getFullscreenElement();
210 var root = gantt.ext.fullscreen.getFullscreenElement();
282 gantt.callEvent(event, [gantt.ext.fullscreen.getFullscreenElement()]);
289 if (!gantt.ext.fullscreen.getFullscreenElement()) {
300 gantt.ext.fullscreen = {
359 gantt.ext.fullscreen.expand();
362 gantt.ext.fullscreen.collapse();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js13ext.fullscreen.getFullscreenElement(),t=document.body;i(e.style,o),l={overflow:t.style.overflow,pa…
/plugin/indexmenu/
H A Dadmin.php
/plugin/filelist/
H A Dsyntax.php
/plugin/dw2pdf/
H A Dcomposer.lock24 "ext-gd": "*",
25 "ext-mbstring": "*",
40 "ext-bcmath": "Needed for generation of some types of barcodes",
41 "ext-xml": "Needed mainly for SVG manipulation",
42 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
109 "ext-gd": "To output QR codes to PNG files",
110 "ext-simplexml": "To output QR codes to SVG files"
262 "ext-zlib": "*",
/plugin/farmer/action/
H A Ddisable.php49 /** @var helper_plugin_extension_extension $ext */
50 $ext = $event->data['extension'];
51 $disabled = $ext->disable();
/plugin/format/
H A Dsyntax.php98 if($config[$mode]['ext']=='multipart') {
109 $hashname = md5(serialize($data)).'.'.$config[$mode]['ext'];
/plugin/imgpaste/
H A Daction.php95 * @param string $ext the extension of the file
99 protected function createFileName($pageid, $ext, $user) argument
118 $filename .= '.' . $ext;
/plugin/owncloud/
H A Dhelper.php305 list($name, $ext) = $this->filenameAndExtension($file);
306 $path = $oldmedia.'/'.$name.'.'.$line[0].'.'.$ext;
340 $ext = substr($file, $extPos + 1);
342 return array($name, $ext);
432 list($ext,$mime,$dl) = mimetype($src,false);
441 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
443 if(empty($ext)){
496 list($ext,$mime,$dl) = mimetype($src,false);
505 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
693 list($ext,$mime,$dl) = mimetype($src);
[all …]
/plugin/podcast/blogtng-tpl/
H A Dlist.php27 foreach( $files as $ext => $f ) {
30 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }

12345678910>>...15