Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php320 list($ext,$mtype) = preg_split('/\s+/', $line);
321 $extensions[] = $ext;
323 $image_extensions[] = $ext;
/plugin/authloginapi/
H A DREADME.md15 * [phpBB](https://github.com/xelio-plus/phpbb-ext-loginapi)
/plugin/datatables/assets/datatables.net-plugins/features/alphabetSearch/
H A DdataTables.alphabetSearch.min.js
/plugin/medialist/
H A Dhelper.php202 list($ext,$mime) = mimetype($item['id']);
203 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/2/
H A DdataTables.bootstrap.min.js
/plugin/accscounter/
H A Daction.php55 $ext = '.count';
56 $pattern = '/^([-_.a-zA-Z0-9%]+)' . preg_quote($ext, '/') . '$/';
/plugin/datatables/assets/datatables.net-buttons-bs/js/
H A Dbuttons.bootstrap.min.js
/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/upload/
H A Daction.php49 $event->data->cache = getCacheName($event->data->key, $event->data->ext);
/plugin/plantuml/
H A Dsyntax.php101 function _cachename($data, $ext){ argument
106 return getcachename(join('x', array_values($data)), ".plantuml.$ext");
/plugin/dataplot/
H A Dsyntax.php202 function _cachename($data, $ext) { argument
204 $data['hash'].'x'.$data['layout'].'x'.$data['plottype'], '.'.$ext);
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/3/
H A DdataTables.bootstrap.min.js
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata-extra.js19ext:[57351,e],mid:[57352,e],top:[57353,e]}},8262:{dir:d,HW:[[0.91,l],[1.344,k],[1.862,j],[2.328,i]… property in C.8262.stretch
/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/odtplus2dw/
H A Daction.php444 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
449 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->userFileName );
475 $ext = $value[3];
483 $newFileName = noNS($this->pageName).'_image_'.$key.$ext;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js2256 nameInput.value.length - hints[i].ext.length - 1) == '.' + hints[i].ext)
2308 var ext = types[typeSelect.value].extension;
2312 if (ext != 'drawio')
2314 ext = 'drawio.' + ext;
2319 nameInput.value = nameInput.value.substring(0, idx + 1) + ext;
2323 nameInput.value = nameInput.value + '.' + ext;
2346 var ext = types[i].extension;
2349 if (ext != 'drawio')
2351 subExt = ext;
2352 ext = '.drawio.' + ext;
[all …]
/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/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js163 var ext = matches ? matches[1] : 'php';
165 var media_file = 'mediafile mf_' + ext;
/plugin/dokutexit/
H A Dtexitrender.php316 function buildfilelink($ext, $prefix = '') { argument
317 $ret['id'] = $prefix . $this->_pageid . '.' . $ext;
/plugin/filelisting/
H A Dhelper.php204 list($ext) = mimetype($item['file'],false);
205 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php303 $extensions = array_map(function ($ext) {
304 return LdapUrlExtension::parse($ext);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc8 * http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for
10 * Native JSON Extensions (`ext-json`) 1.3.7 or higher
/plugin/datatables/assets/datatables.net-plugins/features/lengthLinks/
H A DdataTables.lengthLinks.min.js
/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/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;

12345678910>>...15