Home
last modified time | relevance | path

Searched refs:ext (Results 126 – 150 of 360) sorted by relevance

12345678910>>...15

/plugin/datatables/assets/datatables.net-plugins/integration/foundation/
H A DdataTables.foundation.min.js
/plugin/seqdia/
H A Dsyntax.php91 function _cachename($data,$ext){ argument
95 return getcachename(join('x',array_values($data)),'.seqdia.'.$ext);
/plugin/pureldap/
H A Dcomposer.lock35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
100 "ext-openssl": "For SSL/TLS support and some SASL mechanisms.",
101 "ext-pcntl": "For LDAP server functionality."
155 "ext-openssl": "Needed for encryption for certain mechanisms."
210 "ext-openssl": "For SSL/TLS support.",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock244 "ext-tokenizer": "*",
323 "ext-pdo": "*",
324 "ext-phar": "*",
470 "ext-json": "*",
471 "ext-tokenizer": "*",
502 "ext-dom": "For handling output formats in XML",
503 "ext-mbstring": "For handling non-UTF8 characters."
615 "ext-tokenizer": "*",
671 "ext-dom": "*",
672 "ext
[all...]
/plugin/dokutexit/
H A Dlatex.php1217 $this->unformatted('img '. $filename . '('. $mime . '=>' . $ext . ')');
1319 list($ext,$mime) = mimetype($src);
1361 function get_from_URL($url,$ext,$cache) { argument
1364 $local = getCacheName(strtolower($url),".media.$ext");
1395 list($ext,$mime) = mimetype($src);
1397 $filename = $this->get_from_URL($src,$ext,$this->calc_cache($cache));
1505 list($ext,$mime) = mimetype($src);
1523 list($ext,$mime) = mimetype($src);
1527 $filename = $this->get_from_URL($src,$ext,$this->calc_cache($cache));
1559 list($ext,$mime) = mimetype($src);
[all …]
/plugin/openid/Auth/OpenID/
H A DBigMath.php470 $ext = Auth_OpenID_detectMathLibrary(Auth_OpenID_math_extensions());
471 if ($ext === false) {
483 $class = $ext['class'];
/plugin/graphviz/
H A Dsyntax.php90 function _cachename($data,$ext){ argument
94 return getcachename(join('x',array_values($data)),'.graphviz.'.$ext);
/plugin/preservefilenames/
H A Daction_adorabelle.php51 list($ext,$mime,$dl) = mimetype($item['file'],false);
52 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/authgooglesheets/
H A Dcomposer.lock254 "ext-json": "*",
261 "ext-curl": "*",
417 "ext-zlib": "*",
545 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
547 "ext-mbstring": "Allow to work properly with unicode symbols",
548 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
549 "ext-openssl": "Required to send log messages using SSL",
550 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
692 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1045 "ext-intl": "For best performance"
[all …]
/plugin/datatables/assets/datatables.net-bs/js/
H A DdataTables.bootstrap.min.js
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php46 foreach($this->extension as $ext){
47 $path = $this->imageFolder . "$key." . $ext;
/plugin/mdpage/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/findologicxmlexport/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/webdav/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/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/icalevents/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/offline/
H A Drenderer.php170 list($ext,$mime) = mimetype($src);
175 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/plugin/jplayer/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/quickstats/GEOIP/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/zip/pear/
H A DPEAR.php732 * @param string $ext The extension name
735 function loadExtension($ext) argument
737 if (!extension_loaded($ext)) {
753 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/nroff/
H A Drenderer.php717 list($ext,$mime) = mimetype($src);
725 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
756 list($ext,$mime) = mimetype($src);
765 $link['class'] .= ' mediafile mf_'.$ext;
965 list($ext,$mime) = mimetype($src);
978 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/plugin/visrep/
H A Dsyntax.php101 function _cachename($data, $ext) { argument
102 return getcachename(join('x', array_values($data)),'.visrep.'.$ext);
/plugin/ckgdoku/
H A Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
38 $uploadImageTypes[] = $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;
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee102 ext = path.extname filename
103 filename = path.basename filename, ext
104 "#{filename}.min#{ext}"

12345678910>>...15