/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Context.php | 224 * @param boolean $strict strict search? if not found then throw exception 226 * @throws InvalidArgumentException in strict mode and variable not found 229 public function get($variableName, $strict = false) argument 236 return $this->getDataVariable($variableName, $strict); 245 if ($strict) { 260 if ($strict) { 274 $current = $this->findVariableInContext($current, $chunk, $strict); 284 * @param bool $strict 288 public function getDataVariable($variableName, $strict argument 360 findVariableInContext($variable, $inside, $strict = false) global() argument [all...] |
/plugin/htmlsafe/ |
H A D | syntax.php | 42 $strict = strtolower(str_replace(',',' ',$this->getConf('filter'))); 43 $strict = array_unique(array_filter(explode(' ',$strict))); 44 $strict = implode( "|", $strict ); 45 $renderer->doc .= preg_replace( "/<(\/?)($strict)(\s|>)/i", "<$1$2$3", $content );
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | ArraySubset.php | 27 protected $strict; variable in PHPUnit_Framework_Constraint_ArraySubset 31 * @param bool $strict Check for object identity 33 public function __construct($subset, $strict = false) argument 36 $this->strict = $strict; 57 if ($this->strict) {
|
/plugin/openid/Auth/OpenID/ |
H A D | KVForm.php | 29 * @param bool $strict 32 static function toArray($kvs, $strict=false) argument 39 if ($strict) { 50 if ($strict) { 59 if ($strict) { 67 if ($strict) {
|
H A D | SReg.php | 288 * @param bool $strict 291 function parseExtensionArgs($args, $strict=false) argument 298 if (!$this->requestField($field_name, $required, $strict)) { 299 if ($strict) { 354 * @param bool $strict 358 $required=false, $strict=false) argument 364 if ($strict) { 405 * @param bool $strict 408 function requestFields($field_names, $required=false, $strict=false) argument 415 if (!$this->requestField($field_name, $required, $strict)) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | DataValidationRule.php | 35 public $strict; variable in Google\\Service\\Sheets\\DataValidationRule 82 public function setStrict($strict) argument 84 $this->strict = $strict; 91 return $this->strict;
|
/plugin/fedauth/Auth/OpenID/ |
H A D | KVForm.php | 29 static function toArray($kvs, $strict=false) argument 36 if ($strict) { 47 if ($strict) { 56 if ($strict) { 64 if ($strict) {
|
H A D | SReg.php | 262 function parseExtensionArgs($args, $strict=false) argument 269 if (!$this->requestField($field_name, $required, $strict)) { 270 if ($strict) { 321 $required=false, $strict=false) argument 327 if ($strict) { 366 function requestFields($field_names, $required=false, $strict=false) argument 373 if (!$this->requestField($field_name, $required, $strict=$strict)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | XML.php | 34 * @param bool $strict 38 … static function load($actual, $isHtml = false, $filename = '', $xinclude = false, $strict = false) argument 91 if ($loaded === false || ($strict && $message !== '')) { 117 * @param bool $strict 121 public static function loadFile($filename, $isHtml = false, $xinclude = false, $strict = false) argument 136 return self::load($contents, $isHtml, $filename, $xinclude, $strict);
|
/plugin/combo/ComboStrap/ |
H A D | PermalinkTag.php | 32 $strict = $attributes->getBooleanValueAndRemoveIfPresent(TagAttributes::STRICT, true); 51 $strict, 65 $strict, 94 return self::handleError($errorMessage, $strict, $callStack); 119 $strict, 126 public static function handleError(string $errorMessage, bool $strict, CallStack $callStack): array argument 130 if ($strict) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/ |
H A D | ArraySubsetTest.php | 17 * @param bool $strict 20 public function testEvaluate($expected, $subset, $other, $strict) argument 22 $constraint = new PHPUnit_Framework_Constraint_ArraySubset($subset, $strict);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Entry.php | 149 * @param bool $strict If set to true, then options on the attribute must also match. 152 public function get($attribute, bool $strict = false): ?Attribute 157 if ($attr->equals($attribute, $strict)) { 169 * @param bool $strict 172 public function has($attribute, bool $strict = false): bool 176 return (bool) $this->get($attribute, $strict); 144 get($attribute, bool $strict = false) global() argument 164 has($attribute, bool $strict = false) global() argument
|
H A D | Attribute.php | 235 * @param bool $strict If set to true, then options must also match. 238 public function equals(Attribute $attribute, bool $strict = false): bool 251 # If strict is selected, or the attribute to be checked has explicit options, then the opposing attribute must too 252 if ($strict || $attribute->hasOptions()) { 222 equals(Attribute $attribute, bool $strict = false) global() argument
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
H A D | strict_comparison_operator.test | 2 The PHP === strict comparison operator is not supported 6 … Unexpected operator of value "=". Did you try to use "===" or "!==" for strict comparison? Use "i…
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 707 * @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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | help.phpt | 49 --report-useless-tests Be strict about tests that do not test anything. 50 --strict-coverage Be strict about @covers annotation usage. 51 --strict-global-state Be strict about changes to global state 52 --disallow-test-output Be strict about output during tests. 53 --disallow-resource-usage Be strict about resource usage during small tests.
|
H A D | help2.phpt | 50 --report-useless-tests Be strict about tests that do not test anything. 51 --strict-coverage Be strict about @covers annotation usage. 52 --strict-global-state Be strict about changes to global state 53 --disallow-test-output Be strict about output during tests. 54 --disallow-resource-usage Be strict about resource usage during small tests.
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ |
H A D | CamelCapsFunctionNameSniff.php | 94 public $strict = true; variable in Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff 155 if (PHP_CodeSniffer::isCamelCaps($methodName, false, true, $this->strict) === false) { 210 if (PHP_CodeSniffer::isCamelCaps($functionName, false, true, $this->strict) === false) {
|
/plugin/jplayer/vendor/mustache/mustache/ |
H A D | .styleci.yml | 7 - strict
|
H A D | .php_cs | 17 'strict',
|
/plugin/icalevents/vendor/sabre/uri/tests/ |
H A D | phpunit.xml.dist | 7 strict="true"
|
/plugin/davcal/vendor/sabre/uri/tests/ |
H A D | phpunit.xml.dist | 7 strict="true"
|
/plugin/davcal/vendor/sabre/event/ |
H A D | phpunit.xml.dist | 7 strict="true"
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 445.phpt | 2 GH-455: expectOutputString not working in strict mode
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.BlockWrapper.txt |
|