Home
last modified time | relevance | path

Searched refs:extension (Results 251 – 275 of 369) sorted by path

1...<<1112131415

/plugin/googleads/
H A DREADME.md28 …he plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension). Refer to [Plug…
/plugin/googleanalytics/
H A DREADME.md40 …he plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension). Refer to [Plug…
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php180 $extension = new X509Extension();
181 $extension->decode($set->getObjectAt($i));
183 array_push($this->extensions, $extension);
186 foreach ($this->extensions as $extension) {
187 if ($extension->isCritical()) {
188 … throw new GTException("Unknown critical extension present: {$extension->getId()}");
251 foreach ($this->extensions as $extension) {
252 $set->add($extension);
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog144 * Fixed: error in demo script on PHP 5 with curl extension
445 * New: API extension: events
544 * New: DOM extension check added to "system configuration check"
582 * New: if curl extension is present, it will be used for fetching
708 * Change: if GD extension is not loaded, script will still convert
791 verbose message instead of "Missing GD extension")
1044 * Fixed: fixed an incorrect path to Active-Link DOM XML extension.
1076 no 'iconv' extension present
1300 * Fixed: class name confict with Active-Link DOM XML extension
H A Dcontent_type.class.php6 function ContentType($extension, $mime) { argument
7 $this->default_extension = $extension;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php668 $extension = array_pop($fileParts);
669 if (isset($this->phpcs->allowedFileExtensions[$extension]) === true) {
670 …okenizerClass = 'PHP_CodeSniffer_Tokenizers_'.$this->phpcs->allowedFileExtensions[$extension];
671 $this->tokenizerType = $this->phpcs->allowedFileExtensions[$extension];
672 } else if (isset($this->phpcs->defaultFileExtensions[$extension]) === true) {
673 …okenizerClass = 'PHP_CodeSniffer_Tokenizers_'.$this->phpcs->defaultFileExtensions[$extension];
674 $this->tokenizerType = $this->phpcs->defaultFileExtensions[$extension];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/
H A DFileExtensionSniff.php59 $extension = substr($fileName, strrpos($fileName, '.'));
63 $phpcsFile->recordMetric($stackPtr, 'File extension for class files', $extension);
64 if ($extension === '.php') {
70 $phpcsFile->recordMetric($stackPtr, 'File extension for non-class files', $extension);
71 if ($extension === '.inc') {
/plugin/imapmarkers/
H A DREADME.md159 Install the plugin using the [Plugin Manager](https://www.dokuwiki.org/plugin:extension) or the dow…
/plugin/indexmenu/
H A Dscript.js130 //settings for glyph extension
137 //settings for persist extension
470 * Determine extension from given theme dir name
473 * @returns {string} extension gif, png or jpg
476 let extension = "gif";
482 extension = ext;
485 return extension;
/plugin/interwikiformatting/
H A DREADME.md18 Install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension) with th…
/plugin/ipban/lang/fr/
H A Dintro.txt3 Cette extension vous permet de bannir certains utilisateurs en fonction de leur adresse IP. Les uti…
/plugin/issuetracker/
H A DREADME152 to data/meta directory with file extension �.issue� or �.cmnts�.
H A Daction.php3376 $extension = end($parts);
3380 switch ($extension) {
3497 $extension = end($parts);
3498 if (stripos($type,$extension)!==false) {
/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.java42 public DefaultFileFilter(String extension, String description) in DefaultFileFilter() argument
44 ext = extension.toLowerCase(); in DefaultFileFilter()
87 public void setExtension(String extension) in setExtension() argument
89 this.ext = extension; in setExtension()
/plugin/jmol2/jmol/
H A DCHANGES.txt293 # new feature (TODO): 4D extension (that's right -- FOUR dimensions)
295 # new feature: lone pairs and radicals -- extension of lcaoCartoon:
1860 # or an applet name such as "jmolApplet0" or just the extension "0"
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/
H A Dcomposer.lock90 … "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
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.",
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.",
99 … "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
100 "ext-rar": "RAR extension is required for RAR archive module.",
101 … "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
102 … "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as535 // .f4v streams with standard appname/no instance name, .flv extension
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt143 * bugfix (G:76): add mysqli version of caching extension
179 * bugfix (#1892): extension.cache.mysql
269 » New module: extension.cache.sqlite3.php (by Karl G. Holz)
292 * Bugfix: (#1306) extension.cache.mysql.php keyword TYPE->ENGINE
322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php
333 extension.cache.*.php
494 * Bugfix: (#1023) dbm cache extension not correctly handling
496 * Bugfix: (#1023) mysql cache extension now base64_encodes
928 ¤ extention.*.php renamed to extension.*.php
1974 Note: Only ISO-9660 supported, not (yet) Joliet extension
[all …]
H A Dstructure.txt2170 ['extension']=>string() //
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md223 paths for assets. It will insert an identifier before the filename extension that is unique for a p…
280 To use the Assetic [Twig][3] extension you must register it to your Twig
289 Once in place, the extension exposes a stylesheets and a javascripts tag with a syntax similar
301 When the extension is in debug mode, this same tag will render multiple `link`
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php229 …t($extensions) && !pathinfo($options['output'], PATHINFO_EXTENSION) && $extension = key($extension…
230 $options['output'] .= '.'.$extension;

1...<<1112131415