Home
last modified time | relevance | path

Searched refs:ext (Results 176 – 200 of 360) sorted by path

12345678910>>...15

/plugin/geophp/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;
493 findFileWithExtension($class, $ext) global() argument
/plugin/gh/
H A Dsyntax.php154 list($ext) = mimetype($data['file'], false);
155 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
164 if (isset($this->ext2lang[$ext])) {
165 $lang = $this->ext2lang[$ext];
167 $lang = $ext;
/plugin/graphviz/
H A Dsyntax.php90 function _cachename($data,$ext){ argument
94 return getcachename(join('x',array_values($data)),'.graphviz.'.$ext);
/plugin/hipchat/
H A Dcomposer.lock23 "ext-curl": "*",
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php322 $ext=strtolower(substr($fontfile,-3));
323 if($ext=='ttf')
325 elseif($ext=='pfb')
328 die('<B>Error:</B> unrecognized font file extension: '.$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);
H A Dpdf.fpdf.php2087 $ext = pathinfo($file, PATHINFO_EXTENSION);
2088 switch ($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/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng183 element ext { text }+,
/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/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/indexmenu/
H A Daction.php113 $cache->cache = getCacheName($cache->key, $cache->ext);
H A Dadmin.php
H A Dscript.js480 let ext = themedir.substring(posext, themedir.length).toLowerCase();
481 if ((ext === "png") || (ext === "jpg")) {
482 extension = ext;
/plugin/interwiki/
H A Daction.php51 foreach ($this->extensions as $ext){
52 if(file_exists(INTERWIKI_ICONS.$key.$ext)){
53 $icon = INTERWIKI_PREFIX.$key.$ext;
/plugin/interwikiformatting/
H A Dsyntax.php86 foreach ($strippable_extensions as $index => $ext)
91 $title = preg_replace('/\.' . $ext . '$/i', '', $title, 1, $count);
/plugin/issuetracker/
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;
H A Dsyntax.php1872 $ext = explode('.',$file);
1873 $last = count($ext) - 1;
1874 if ($ext[$last] == 'issues') {
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java27 protected String ext; field in DefaultFileFilter
44 ext = extension.toLowerCase(); in DefaultFileFilter()
58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
78 return ext; in getExtension()
89 this.ext = extension; in setExtension()
/plugin/jplayer/components/
H A Drequire-built.js1411 var ext,
1419 ext = moduleNamePlusExt.substring(index, moduleNamePlusExt.length);
1424 relMap && relMap.id, true), ext, true);
1543 nameToUrl: function (moduleName, ext, skipExt) { argument
1555 url = moduleName + (ext || '');
1592 url += (ext || (/\?/.test(url) || skipExt ? '' : '.js'));
H A Drequire.js1411 var ext,
1419 ext = moduleNamePlusExt.substring(index, moduleNamePlusExt.length);
1424 relMap && relMap.id, true), ext, true);
1543 nameToUrl: function (moduleName, ext, skipExt) { argument
1555 url = moduleName + (ext || '');
1592 url += (ext || (/\?/.test(url) || skipExt ? '' : '.js'));
/plugin/jplayer/
H A Dcomposer.lock89 …"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requir…
92 "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
93 "ext-exif": "EXIF extension is required for graphic modules.",
94 …"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstrin…
95 "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
96 "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
97 … "ext-mbstring": "mbstring extension is required to work with different character sets.",
98 …"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated…
100 "ext-rar": "RAR extension is required for RAR archive module.",
102 … "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
[all …]

12345678910>>...15