Home
last modified time | relevance | path

Searched refs:ext (Results 251 – 275 of 360) sorted by last modified time

1...<<1112131415

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php318 list($ext,$mtype) = preg_split('/\s+/', $line);
319 $extensions[] = $ext;
321 $image_extensions[] = $ext;
H A Dutil.php90 * @param string $ext
94 function IsHtmlExtension( $ext, $htmlExtensions ) argument
105 return in_array( $ext, $lcaseHtmlExtensions ) ;
/plugin/ckgdoku/
H A Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
38 $uploadImageTypes[] = $ext;
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc730 SMBExample: "Saisissez le nom de partage, tel que : \\\\Serveur\\dossier\\fichier.ext",
/plugin/format/
H A Dsyntax.php98 if($config[$mode]['ext']=='multipart') {
109 $hashname = md5(serialize($data)).'.'.$config[$mode]['ext'];
/plugin/dlcount/
H A Dadmin.php71 list ($ext, $mime, $dl) = mimetype($mediafile);
/plugin/btable/
H A Dexport.php139 function metaFN($id,$ext){ argument
144 $fn = $conf['metadir'].'/'.utf8_encodeFN($id).$ext;
/plugin/randominc/
H A Daction.php58 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/purplenumbers/
H A Drenderer.php139 list($ext) = mimetype($filename,false);
140 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$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/cleanup/
H A Dhelper.php190 list($ext) = mimetype($file);
191 $ext = preg_quote($ext, '/');
192 $path = preg_replace('/\.\d+\.' . $ext . '?$/', ".$ext", $file);
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php103 public function getType($ext) argument
105 $ext = strtolower($ext);
106 if (isset($this->mimeTypes[$ext]))
108 return $this->mimeTypes[$ext];
117 public function addType($ext, $type) argument
119 $this->mimeTypes[strtolower($ext)] = strtolower($type);
321 $ext = preg_replace("~^.*?\\.([^\\.]+)\$~s", "\$1", $bits["path"]);
348 $att = new Swift_Message_EmbeddedFile($filedata, $filename, $this->getType($ext));
366 $ext = preg_replace("~^.*?\\.([^\\.]+)\$~s", "\$1", $path);
385 $att = new Swift_Message_EmbeddedFile(new Swift_File($path), $filename, $this->getType($ext));
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js163 var ext = matches ? matches[1] : 'php';
165 var media_file = 'mediafile mf_' + ext;
/plugin/fckg/fckeditor/
H A Dextensions.php22 list($ext,$mtype) = preg_split('/\s+/', $line);
23 $extensions[] = $ext;
25 $image_extensions[] = $ext;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php334 list($ext,$mtype) = preg_split('/\s+/', $line);
335 $extensions[] = $ext;
337 $image_extensions[] = $ext;
H A Dutil.php90 * @param string $ext
94 function IsHtmlExtension( $ext, $htmlExtensions ) argument
105 return in_array( $ext, $lcaseHtmlExtensions ) ;
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee102 ext = path.extname filename
103 filename = path.basename filename, ext
104 "#{filename}.min#{ext}"
/plugin/davcard/vendor/composer/
H A DClassLoader.php344 private function findFileWithExtension($class, $ext) argument
347 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
376 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/vbsso/vendor/composer/
H A DClassLoader.php370 private function findFileWithExtension($class, $ext) argument
373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/fetchmedia/action/
H A Dajax.php149 list($ext,$mime) = mimetype($id);
153 'ext' => $ext,
/plugin/fetchmedia/
H A Dyarn.lock1033 es5-ext "^0.10.9"
1169 es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
1171 …resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.24.tgz#a55877c9924bc0c8d9bd3c2cbe174…
1181 es5-ext "^0.10.14"
1189 es5-ext "~0.10.14"
1200 es5-ext "~0.10.14"
1210 es5-ext "~0.10.14"
1217 es5-ext "^0.10.14"
1368 es5-ext "~0.10.14"
/plugin/rrdgraph/
H A Dhelper.php32 * @param String $ext The extension of the cache file.
34 public function __construct($pluginName, $pageId, $key, $ext) { argument
38 parent::__construct($pageId . '/' . $key, $ext);
/plugin/issuetracker/
H A Dsyntax.php1872 $ext = explode('.',$file);
1873 $last = count($ext) - 1;
1874 if ($ext[$last] == 'issues') {
H A Daction.php3678 $ext = explode('.',$file);
3679 $last = count($ext) - 1;
3680 if ($ext[$last] == 'issues') {
H A Dassilist.php40 $ext = explode('.',$file);
41 $last = count($ext) - 1;

1...<<1112131415