Home
last modified time | relevance | path

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

1234567891011

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php224 * @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 Dsyntax.php42 $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", "&lt;$1$2$3", $content );
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArraySubset.php27 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 DKVForm.php29 * @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 DSReg.php288 * @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 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/fedauth/Auth/OpenID/
H A DKVForm.php29 static function toArray($kvs, $strict=false) argument
36 if ($strict) {
47 if ($strict) {
56 if ($strict) {
64 if ($strict) {
H A DSReg.php262 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 DXML.php34 * @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 DPermalinkTag.php32 $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 DArraySubsetTest.php17 * @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 DEntry.php149 * @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 DAttribute.php235 * @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 Dstrict_comparison_operator.test2 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 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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt49 --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 Dhelp2.phpt50 --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 DCamelCapsFunctionNameSniff.php94 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.yml7 - strict
H A D.php_cs17 'strict',
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist7 strict="true"
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist7 strict="true"
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist7 strict="true"
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D445.phpt2 GH-455: expectOutputString not working in strict mode
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.BlockWrapper.txt

1234567891011