Home
last modified time | relevance | path

Searched refs:extensions (Results 226 – 250 of 269) sorted by last modified time

1234567891011

/plugin/vbsso/
H A Dadmin.php85 $extensions = vbsso_verify_loaded_extensions();
87 if (count($extensions)) {
89 … $this->make_html_from_tpl(__DIR__ . '/views/admin.htm1.tpl', array(implode(', ', $extensions)));
H A Daction.php86 $extensions = vbsso_verify_loaded_extensions();
87 if (count($extensions)) {
88 … $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'vbsso_show_warnings', $extensions);
H A DREADME.md29 * Installed PHP cURL, mCrypt extensions.
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dvbsso_shared.php296 $extensions = array('curl', 'mcrypt', 'zip');
299 foreach ($extensions as $extension) {
/plugin/vbsso/views/
H A Daction.tpl2 The following PHP extensions are required to be installed:
H A Dadmin.html1.tpl2 extensions are required to be installed: <strong>[[content-0]]</strong></div>
/plugin/fetchmedia/
H A Dyarn.lock679 binary-extensions@^1.0.0:
681 …resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.9.0.tgz#66506c16ce6…
1795 binary-extensions "^1.0.0"
/plugin/src/
H A Dstyle.css8 /* source plugin extensions */
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE236 works, which are not by their nature extensions of the covered work,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php806 } else if (substr($arg, 0, 11) === 'extensions=') {
807 if (isset($this->values['extensions']) === false) {
808 $this->values['extensions'] = array();
811 …$this->values['extensions'] = array_merge($this->values['extensions'], explode(',', substr($arg, 1…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php399 * @param array $extensions An array of file extensions.
403 public function setAllowedFileExtensions(array $extensions) argument
406 foreach ($extensions as $ext) {
1640 $extensions = array();
1643 $extensions[implode('.', $fileParts)] = 1;
1647 $matches = array_intersect_key($extensions, $this->allowedFileExtensions);
/plugin/toggle/
H A DLICENSE236 works, which are not by their nature extensions of the covered work,
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …extension sandboxes see\n\t * [Chrome's extensions documentation](https://developer.chrome.com…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md462 * Fixed: Support from properties from draft-daboo-valarm-extensions-04. Issue
/plugin/jokuwiki/
H A DREADME.md65 …opting a strict [Content Security Policy](https://developer.chrome.com/extensions/contentSecurityP…
/plugin/pgn4web/
H A DLICENSE236 works, which are not by their nature extensions of the covered work,
/plugin/badbehaviour/
H A Dbadbehavior.readme76 include( './extensions/Bad-Behavior/bad-behavior-mediawiki.php' );
/plugin/plantuml/res/file-broken/
H A DLICENSE236 works, which are not by their nature extensions of the covered work,
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1816 extensions should be sent via e-mail to the PGN coordinator whose address
2136 EPD is based in part on the earlier FEN standard; it has added extensions for
H A DREADME.txt415 pgn4web also follows a set of proposed extensions to the PGN standard
448 the X-FEN and the Shredder-FEN extensions to the FEN notation.
H A Dpgn-standard-proposed-supplement.txt59 such a way that they are usable for other extensions if needed.
62 extensions rather than only solving one particular problem (time handling in our
/plugin/tuxquote/
H A Dquotes.txt3571 Windows 98 (n): 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating sy…
/plugin/dokumicrobugtracker/
H A DLICENSE.txt236 works, which are not by their nature extensions of the covered work,
/plugin/podcast/
H A Dhelper.php34 $extensions = explode( ',', $this->getConf( 'podcast_extensions' ));
40 foreach( $extensions as $ext ) {
92 $extensions = explode( ',', $this->getConf( 'podcast_extensions' ));
95 foreach( $extensions as $ext ) {
/plugin/owncloud/
H A DCOPYING236 works, which are not by their nature extensions of the covered work,

1234567891011