Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/farmer/action/
H A Ddisable.php49 /** @var helper_plugin_extension_extension $ext */
50 $ext = $event->data['extension'];
51 $disabled = $ext->disable();
/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/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/fedauth/Auth/OpenID/
H A DBigMath.php418 $ext = Auth_OpenID_detectMathLibrary(Auth_OpenID_math_extensions());
419 if ($ext === false) {
433 $class = $ext['class'];
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php312 * @param string $ext (optional) file extension
315 function provFN($provid, $ext='conf') { argument
316 return $this->conf . $provid . '.' . $ext;
324 * @param string $ext (optional) file extension
327 function userFN($username='', $ext='data') { argument
329 return $this->root . substr($username, 0, 1) . '/' . $username . '/fedauth.' . $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/file2dw/
H A Daction.php269 list( $ext, $mime ) = mimetype($this->userFile);
327 list( $ext, $mime ) = mimetype( $imgPath );
336 …sename = $userFileBasename.'_'.$this->now.'_img'.strval( count($this->importedImages)+1 ).'.'.$ext;
/plugin/filelist/
H A Dsyntax.php
/plugin/filelisting/
H A Dhelper.php204 list($ext) = mimetype($item['file'],false);
205 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$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/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml48 phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md23 * `ext/iconv` is suggested, no longer required. (Ivan Enderlin, 2015-08-03T07:06:46+02:00)
25 * Test `ext/mbstring` availability globally. (Ivan Enderlin, 2015-08-03T07:04:30+02:00)
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml30 …- if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && m…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst65 cd ext/twig
85 2. Put Twig's C extension source code into ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\ext\tw…
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php37 * @param string $ext Limit the loaded templates by extension
41 public function collectDir($dir, $ext = '.twig') argument
46 ), '{'.preg_quote($ext).'$}'
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php324 $twig->addExtension($ext = new Twig_Tests_EnvironmentTest_Extension());
328 $this->assertSame($ext, $twig->getExtension('Twig_Tests_EnvironmentTest_Extension'));
329 $this->assertSame($ext, $twig->getExtension('\Twig_Tests_EnvironmentTest_Extension'));
332 $this->assertSame($ext, $twig->getExtension('Twig\Tests\EnvironmentTest\Extension'));
/plugin/flickr/
H A Dsyntax.php130 $link['class'] .= ' mediafile mf_'.$ext;
/plugin/footer/
H A Daction.php245 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/format/
H A Dsyntax.php98 if($config[$mode]['ext']=='multipart') {
109 $hashname = md5(serialize($data)).'.'.$config[$mode]['ext'];
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php224 $ext = explode(".", $file);
225 if (count($ext) == 0) return '';
226 return $ext[count($ext)-1];
/plugin/gemini/
H A Dcli.php230 list($ext, $mime, $dl) = mimetype($file);
/plugin/geophp/
H A Dcomposer.lock34 "ext-geos": "GEOS allows more advanced operations"

12345678910>>...15