Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 266) sorted by path

1234567891011

/plugin/adfs/phpsaml/
H A DCHANGELOG21 * Set true as the default value for strict setting
31 * Set strict=true on config examples
214 * Reject SAML Response if not signed and strict = false.
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/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt28 - Use strict comparison operator to compare digest values. (Jaime Pérez)
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock29 "phpstan/phpstan-strict-rules": "^1.1",
183 "phpstan/phpstan-strict-rules": "^1.1",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1strict';\n\n\tvar PdfPrinter = __webpack_require__(6);\n\tvar saveAs = __webpack_require__(105);\n…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataValidationRule.php35 public $strict; variable in Google\\Service\\Sheets\\DataValidationRule
82 public function setStrict($strict) argument
84 $this->strict = $strict;
91 return $this->strict;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md632 * Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative…
659 * Added the ability to combine URLs using strict RFC 3986 compliance
1043 * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are add…
H A DUPGRADING.md474 'allow_redirects' => ['max' => 5, 'strict' => true]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md209 …sure you add the new `$depth = 0` argument to your function signature to avoid strict PHP warnings.
/plugin/bible/bible_douayRheims/
H A DEcclesiasticus.txt799 …26:13. On a daughter that turneth not away herself, set a strict watch: lest finding an opportunit…
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md198 * `FIX`: comply with strict style-src CSP ([#1625](https://github.com/bpmn-io/bpmn-js/issues/1625))
485 * `FIX`: prevent editor crash in some strict execution environments ([#1283](https://github.com/bpm…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2080 get: function(name, strict) {
2083 if (strict === false) {
2111 var get = function(name, strict) { argument
2140 return parent.get(name, strict);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md53 …olor Button](http://ckeditor.com/addon/colorbutton) plugin is run in ES5 strict mode. Thanks to [I…
654 …/api/CKEDITOR.plugins.undo.UndoManager-property-locked) property violate strict mode in the [Undo]…
H A Dckeditor.js267 …nction(a){var f=this._.output.join("");a&&this.reset();return f}}}),"use strict",function(){CKEDIT…
270 …rent.children,this)},getFilterContext:function(a){return a||{}}}}(),"use strict",CKEDITOR.htmlPars…
271 …,writeHtml:function(a,f){f&&this.filter(f);a.comment(this.value)}}),"use strict",function(){CKEDIT…
272strict",function(){CKEDITOR.htmlParser.cdata=function(a){this.value=a};CKEDITOR.htmlParser.cdata.p…
282 …b&&e.type!=b||a(e)}},getFilterContext:function(a){return a||{}}}}(),"use strict",function(){functi…
307 …)[^>]*>)/gi,V=/<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi}(),"use strict",CKEDITOR.htmlPars…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md473 …utton](https://ckeditor.com/cke4/addon/colorbutton) plugin is run in ES5 strict mode. Thanks to [I…
1074 …CKEDITOR_plugins_undo_UndoManager.html#property-locked) property violate strict mode in the [Undo]…
H A Dckeditor.js297 …ent=!1},getHtml:function(a){var d=this._.output.join("");a&&this.reset();return d}}});"use strict";
300 …ent.children,this)},getFilterContext:function(a){return a||{}}}})();"use strict";CKEDITOR.htmlPars…
301 ….value=b;return!0},writeHtml:function(a,d){d&&this.filter(d);a.comment(this.value)}});"use strict";
302 …this.remove(),!1},writeHtml:function(a,d){d&&this.filter(d);a.text(this.value)}})})();"use strict";
303 …ilter:function(){},writeHtml:function(a){a.write(this.value)}})})();"use strict";CKEDITOR.htmlPars…
314 {}}}})();"use strict";
341 …l|body|head|title)[^>]*>)/gi,J=/<cke:(param|embed)([^>]*?)\/?>(?!\s*<\/cke:\1)/gi})();"use strict";
H A Dckeditor.js.unc306 "use strict";
4169 "use strict";
6205 "use strict";
6277 "use strict";
6298 "use strict";
6317 "use strict";
6330 "use strict";
6561 "use strict";
7090 "use strict";
9643 "use strict";
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php707 * @param boolean $strict Check for invalid sequences?
710 function utf8_to_unicode($str,$strict=false) { argument
775 } elseif($strict) {
819 if($strict){
842 } elseif($strict) {
877 * @param boolean $strict Check for invalid sequences?
886 function unicode_to_utf8($arr,$strict=false) { argument
912 if($strict){
936 } elseif($strict) {
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js1 …ion q(a,d,e){var f;if(a.findMatchingBracket&&(f=a.findMatchingBracket(d,{strict:true}))&&f.match&&…
H A Demacs.min.js.map1strict","match","forward","first","token","getTokenAt","after","start","end","string","newPos","ge…
H A Dsublime.min.js.map1 …in browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n var cmds =…
H A Dvim.min.js.map1 …ain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n 'use strict';\n\n var default…
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …lain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.d…
H A Dasciiarmor.min.js.map1 …in browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\n function e…

1234567891011