Home
last modified time | relevance | path

Searched refs:strict (Results 76 – 100 of 266) sorted by relevance

1234567891011

/plugin/codemirror/dist/modes/
H A Dpegjs.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Dstex.min.js.map1 …ion(CodeMirror) {\n \"use strict\";\n\n CodeMirror.defineMode(\"stex\", function(_config, parser…
H A Dmbox.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nvar rfc2822 …
H A Dyaml.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Drpm.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Dz80.min.js.map1 … Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Deiffel.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Dvb.min.js.map1strict\";\n\nCodeMirror.defineMode(\"vb\", function(conf, parserConf) {\n var ERRORCLASS = 'err…
H A Dgas.min.js.map1 …function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.defineMode(\"gas\", function(_config, parser…
H A Ddockerfile.min.js.map1 …in browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n var from =…
H A Djinja2.min.js.map1 …in browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n CodeMirror…
H A Dapl.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Dgfm.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nvar urlRE = …
H A Doctave.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Dtwig.min.js.map1 …in browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n CodeMirror…
H A Dforth.min.js.map1 …in browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n function t…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php54 * @param bool $strict Check for object identity
57 public static function assertArraySubset($subset, $array, $strict = false, $message = '') argument
73 $constraint = new PHPUnit_Framework_Constraint_ArraySubset($subset, $strict);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js490 var flatten = function(input, shallow, strict, startIndex) { argument
496 if (!shallow) value = flatten(value, shallow, strict);
502 } else if (!strict) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1 …e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.r(t);const r=ne…
H A D46.46.js.map1 …hon REPL,\n // though note that the output from Python 3 is not a strict superset of the\n …
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1 …e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.r(t);const r=ne…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt28 - Use strict comparison operator to compare digest values. (Jaime Pérez)
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js503 var flatten = function(input, shallow, strict, output) { argument
514 flatten(value, shallow, strict, output);
517 } else if (!strict) {
/plugin/adfs/phpsaml/
H A DREADME.md19 Version 2.17.0 sets strict mode active by default
174 In production, the `strict` parameter **MUST** be set as `"true"` and the
301 // If 'strict' is True, then the PHP Toolkit will reject unsigned
305 'strict' => true,
516 // (In order to validate the xml, 'strict' and 'wantXMLValidation' must be true).
684 * `$strict` - True if we want to stay (returns the url string) False to redirect
1338 * `setStrict` - Set the strict mode active/disable
1441 * `setStrict` - Activates or deactivates the strict mode.
1442 * `isStrict` - Returns if the 'strict' mode is active.
/plugin/pgn4web/pgn4web/
H A DREADME.txt106 "use strict";
463 As of pgn4web version 2.71 strict mode is used, see statement: "use strict";

1234567891011