Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/lib/scripts/
H A Dmedia.js676 // toggle list of allowed mime types
894 var allowed = bind(dw_mediamanager.allowedOpt, opt); variable
897 if (dw_mediamanager[opt] !== false && allowed(dw_mediamanager[opt])) {
902 if (DokuCookie.getValue(opt) && allowed(DokuCookie.getValue(opt))) {
907 if (opt === 'size' && allowed('2')) {
911 // Whatever is allowed, and be it false
912 return jQuery.grep(['1', '2', '3', '4'], allowed)[0] || false;
H A Dfileuploader.js274 typeError: "{file} has invalid extension. Only {extensions} are allowed.",
453 var allowed = this._options.allowedExtensions;
455 if (!allowed.length){return true;}
457 for (var i=0; i<allowed.length; i++){
458 if (allowed[i].toLowerCase() == ext){ return true;}
708 e.dataTransfer.dropEffect = 'move'; // for FF (only move allowed)
/dokuwiki/vendor/geshi/geshi/
H A DBUGS21 - As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlighting of some
H A DLICENSE7 of this license document, but changing it is not allowed.
151 allowed only for noncommercial distribution and only if you
H A DCHANGELOG362 * Changed allowed chars around Powershell operators (SF#2688863, BenBE)
902 allowed before keywords. (NikO)
926 - Added underscore to allowed characters in match for XML tags (anonymous)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt20 what you would expect them to do. You are allowed to use complete domain names,
H A DLICENCE7 of this license document, but changing it is not allowed.
92 allowed to use the library. A more frequent case is that a free
/dokuwiki/conf/
H A Dmysql.conf.php.example111 * user name is only allowed once in the table.
/dokuwiki/
H A DCOPYING7 of this license document, but changing it is not allowed.
151 allowed only for noncommercial distribution and only if you
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE7 of this license document, but changing it is not allowed.
93 allowed to use the library. A more frequent case is that a free
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md152 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://github.com/simplepie/simplepie/pull/656)