Home
last modified time | relevance | path

Searched refs:ext (Results 76 – 100 of 360) sorted by relevance

12345678910>>...15

/plugin/datatables/assets/datatables.net-plugins/features/deepLink/
H A DdataTables.deepLink.min.js
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
44 } elseif($ext == 'jpg' || $ext == 'jpeg') {
/plugin/supa/action/
H A Daction.php38 $ext = 'png';
39 $default_filename = "screenshot-".date("Y-m-d_H-i-s"). "." .$ext;
/plugin/authfacebook/
H A Dauth.php154 $ext = ''; $cnt=0;
155 while (count($plain_user) > 0 || in_array($user.$ext,$fb_ids)){
157 $ext = '-'.$cnt;
158 $plain_user = $this->retrieveUsers(0,0,array('user' => '^'.$user.$ext.'$'));
160 $user = $user.$ext;
/plugin/issuetracker/
H A Dassilist.php40 $ext = explode('.',$file);
41 $last = count($ext) - 1;
/plugin/aichat/
H A Dcomposer.lock73 "ext-mbstring": "*",
123 "ext-mbstring": "*",
170 "ext-ctype": "*",
171 "ext-mbstring": "*",
/plugin/podcast/blogtng-tpl/
H A Dentry.php42 foreach( $files as $ext => $f ) {
45 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
/plugin/directions/syntax/
H A Dgraph.php51 function dir_cachename($data,$ext){ argument
55 return getcachename(join('x',array_values($data)),'.graphviz.'.$ext);
/plugin/scrape/
H A Dsyntax.php147 [$ext, $mime] = mimetype($link->attr('href'), true);
148 if ($ext && $mime != 'text/html') {
151 $link->addClass('mf_' . $ext);
/plugin/textile2/
H A DclassTextile.php528 $atts = $cite = $graf = $ext = '';
534 if ($ext)
537 list(,$tag,$atts,$ext,$cite,$graf) = $m;
538 … list($o1, $o2, $content, $c2, $c1) = $this->fBlock(array(0,$tag,$atts,$ext,$cite,$graf));
541 if ($ext)
549 if ($ext or !preg_match('/^ /', $line)) {
550 … list($o1, $o2, $content, $c2, $c1) = $this->fBlock(array(0,$tag,$atts,$ext,$cite,$line));
567 if ($ext and $anon)
572 if (!$ext) {
579 if ($ext) $out[count($out)-1] .= $c1;
[all …]
/plugin/prettyphoto/
H A Drenderer.php31 list($ext,$mime,$dl) = mimetype($src,false);
42 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile15 && docker-php-ext-install zip
19 RUN pecl install yaml && docker-php-ext-enable yaml
/plugin/barcodes/
H A Dcomposer.lock82 "ext-pdo": "*",
83 "ext-phar": "*",
263 "ext-dom": "*",
264 "ext-phar": "*",
374 "ext-dom": "*",
392 "ext-pcov": "*",
518 "ext-pcntl": "*"
693 "ext-dom": "*",
697 "ext-xml": "*",
1303 "ext-dom": "*",
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php90 * @param string $ext
94 function IsHtmlExtension( $ext, $htmlExtensions ) argument
105 return in_array( $ext, $lcaseHtmlExtensions ) ;
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js124 const ext = _(classes).intersection(exts).last();
126 $parent.addClass(ext);
139 const attr = _(classes).intersection(highlights[ext]).join(' ');
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php90 * @param string $ext
94 function IsHtmlExtension( $ext, $htmlExtensions ) argument
105 return in_array( $ext, $lcaseHtmlExtensions ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php90 * @param string $ext
94 function IsHtmlExtension( $ext, $htmlExtensions ) argument
105 return in_array( $ext, $lcaseHtmlExtensions ) ;
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock68 "ext-pdo": "*",
69 "ext-phar": "*",
354 "ext-dom": "*",
356 "ext-xmlwriter": "*"
533 "ext-tokenizer": "*",
582 "ext-dom": "*",
583 "ext-json": "*",
584 "ext-pcre": "*",
586 "ext-spl": "*",
663 "ext-soap": "*"
[all …]
/plugin/combo/
H A Dcomposer.lock24 "ext-mbstring": "*",
229 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
272 "ext-curl": "*",
273 "ext-json": "*",
274 "ext-zip": "*",
292 "ext-SimpleXML": "For Firefox profile creation"
464 "ext-ctype": "*"
467 "ext-ctype": "For best performance"
546 "ext-mbstring": "*"
549 "ext
[all...]
/plugin/eventline/
H A Dplain.php117 list($ext,$mime,$dl) = mimetype($src,false);
235 list($ext,$mime,$dl) = mimetype($src);
240 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/plugin/s5reloaded/
H A Drenderer.php257 list($ext,$mime,$dl) = mimetype($src);
262 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/plugin/xslfo/
H A Daction.php182 $ext = current(mimetype($src, false));
184 … $filename = media_crop_image($src, $ext, (int)$media['width'], (int)$media['height']);
186 … $filename = media_resize_image($src, $ext, (int)$media['width'], (int)$media['height']);
/plugin/tindexmenu/
H A Dscript.js9 var ext = "gif";
14 if ((cext == "png") || (cext == "jpg")) {ext = cext;}
16 return ext;
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
437 $ext = strrpos($src, '.');
440 $additionalSrc = substr( $src, 0, $ext) . $extension . substr($src, $ext+1);
/plugin/dokumicrobugtracker/
H A Dedit.php50 …FN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); $fn =… argument

12345678910>>...15