Home
last modified time | relevance | path

Searched refs:ext (Results 151 – 175 of 360) sorted by relevance

12345678910>>...15

/plugin/pureldap/vendor/composer/
H A DClassLoader.php489 * @param string $ext
492 private function findFileWithExtension($class, $ext)
495 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
528 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
406 findFileWithExtension($class, $ext) global() argument
/plugin/commonmark/vendor/composer/
H A DClassLoader.php490 * @param string $ext
493 private function findFileWithExtension($class, $ext)
496 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
529 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
406 findFileWithExtension($class, $ext) global() argument
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php402 private function findFileWithExtension($class, $ext) argument
405 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
438 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/combo/vendor/composer/
H A DClassLoader.php404 private function findFileWithExtension($class, $ext) argument
407 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
440 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/publist/bib2tpl/lib/
H A DPEAR.php699 * @param string $ext The extension name
702 function loadExtension($ext) argument
704 if (extension_loaded($ext)) {
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php699 * @param string $ext The extension name
702 function loadExtension($ext) argument
704 if (extension_loaded($ext)) {
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php699 * @param string $ext The extension name
702 function loadExtension($ext) argument
704 if (extension_loaded($ext)) {
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/commonmark/
H A Dcomposer.lock99 "ext-mbstring": "*",
113 "ext-json": "*",
362 "ext-gd": "to use Image",
363 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
364 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
365 "ext-json": "to use Nette\\Utils\\Json",
366 "ext-mbstring": "to use Strings::lower() etc...",
367 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
368 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
556 "ext
[all...]
/plugin/ckgedit/
H A Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
38 $uploadImageTypes[] = $ext;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php414 $ext=strtolower(substr($fontfile,-3));
415 if ($ext=='ttf') {
417 } elseif($ext=='pfb') {
420 die('<B>Error:</B> unrecognized font file extension: '.$ext);
/plugin/abc/
H A Dsyntax.php343 function _getFile($fileBase, $ext) { argument
344 $file = $fileBase.$ext;
368 list($ext, $mime) = mimetype($file, false);
375 $class = 'mediafile mf_'.preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
/plugin/structpublish/action/
H A Dcache.php42 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php406 foreach ($extensions as $ext) {
407 $slash = strpos($ext, '/');
410 list($ext, $tokenizer) = explode('/', $ext);
411 $newExtensions[$ext] = strtoupper($tokenizer);
415 if (isset($this->allowedFileExtensions[$ext]) === true) {
416 $newExtensions[$ext] = $this->allowedFileExtensions[$ext];
417 } else if (isset($this->defaultFileExtensions[$ext]) === true) {
418 $newExtensions[$ext] = $this->defaultFileExtensions[$ext];
420 $newExtensions[$ext] = 'PHP';
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1ext/fullscreen/index.ts"],"names":["root","factory","exports","module","define","amd","window","in…
/plugin/combo/ComboStrap/
H A DInterWiki.php251 foreach (['svg', 'png', 'gif'] as $ext) {
252 $file = 'lib/images/interwiki/' . $this->name . '.' . $ext;
/plugin/siteexport/action/
H A Dpdfstyles.php42 $event->data->cache = getCacheName( $event->data->key, $event->data->ext );
/plugin/news/
H A Dhelper.php70 function getMetaFN($file,$ext) { argument
73 return metaFN($file, $ext);
/plugin/sitemapnavi/
H A Dhelper.php213 list($ext) = mimetype($item['file'],false);
214 $class = "mf_$ext media mediafile";
/plugin/linkmanager/
H A Dfunctions.php114 list($ext,$mime) = mimetype($item['file']);
115 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/extendpage/meta/
H A DAssignments.php152 * @param string $ext
165 * @param string $ext
/plugin/datatables/assets/datatables.net-plugins/integration/jqueryui/
H A DdataTables.jqueryui.min.js
/plugin/odt2dw/
H A Daction.php390 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
395 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->odtFileName );
421 $ext = $value[3];
424 $newname = noNS($this->pageName).'_Image_'.$key.$ext;
/plugin/flickr/
H A Dsyntax.php130 $link['class'] .= ' mediafile mf_'.$ext;
/plugin/pagequery/
H A Daction.php60 $cache->cache = getCacheName($cache->key, $cache->ext);
/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;

12345678910>>...15