/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/css-sanitizer/src/Sanitizer/ |
H A D | StylePropertySanitizer.php | 14 use Wikimedia\CSS\Grammar\KeywordMatcher; alias 47 new KeywordMatcher( 'pan-x' ), 48 new KeywordMatcher( 'pan-y' ), 127 new KeywordMatcher( [ 222 new KeywordMatcher( [ 315 new KeywordMatcher( 'auto' ) 528 new KeywordMatcher( [ 708 new KeywordMatcher( [ 1210 new KeywordMatcher( [ 1216 new KeywordMatcher( [ [all …]
|
H A D | FontFaceAtRuleSanitizer.php | 12 use Wikimedia\CSS\Grammar\KeywordMatcher; alias 83 'font-stretch' => new KeywordMatcher( [ 88 new KeywordMatcher( 'normal' ), 95 new KeywordMatcher( [ 'on', 'off' ] ), 107 new KeywordMatcher( 'historical-forms' ), 121 new KeywordMatcher( 'ordinal' ), 122 new KeywordMatcher( 'slashed-zero' ), 127 new KeywordMatcher( 'ruby' ), 134 new KeywordMatcher( [ 'normal', 'none' ] ), 138 [ new KeywordMatcher( $ret['capsKeywords'] ) ], [all …]
|
H A D | PageAtRuleSanitizer.php | 11 use Wikimedia\CSS\Grammar\KeywordMatcher; alias 51 new KeywordMatcher( [ 'left', 'right', 'first', 'blank' ] ), 70 new KeywordMatcher( 'auto' ), 72 new KeywordMatcher( [ 'A5', 'A4', 'A3', 'B5', 'B4', 'letter', 'legal', 'ledger' ] ), 73 new KeywordMatcher( [ 'portrait', 'landscape' ] ),
|
H A D | SupportsAtRuleSanitizer.php | 16 use Wikimedia\CSS\Grammar\KeywordMatcher; alias 103 new Juxtaposition( [ new KeywordMatcher( 'not' ), $ws, $supportsConditionInParens ] ), 105 $ws, new KeywordMatcher( 'and' ), $ws, $supportsConditionInParens 108 $ws, new KeywordMatcher( 'or' ), $ws, $supportsConditionInParens
|
H A D | KeyframesAtRuleSanitizer.php | 10 use Wikimedia\CSS\Grammar\KeywordMatcher; alias 44 new KeywordMatcher( [ 'from', 'to' ] ), $matcherFactory->rawPercentage()
|
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/css-sanitizer/src/Grammar/ |
H A D | MatcherFactory.php | 570 new KeywordMatcher( [ 664 new KeywordMatcher( 'ellipse' ), 670 new KeywordMatcher( [ 740 $mediaType = new KeywordMatcher( [ 836 new KeywordMatcher( 'and' ), 869 new KeywordMatcher( [ 1191 new KeywordMatcher( [ 1208 new KeywordMatcher( [ 1236 $n = new KeywordMatcher( [ 'n' ] ); 1237 $dashN = new KeywordMatcher( [ '-n' ] ); [all …]
|
H A D | KeywordMatcher.php | 21 class KeywordMatcher extends Matcher { class
|
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/libdocpkg/ |
H A D | consoleviewer.py | 26 self._keywords = KeywordMatcher(libdoc) 100 class KeywordMatcher(object): class
|
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/mark/ |
H A D | __init__.py | 134 class KeywordMatcher: class 210 if keywordexpr and not expression.evaluate(KeywordMatcher.from_item(colitem)):
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/mark/ |
H A D | __init__.py | 134 class KeywordMatcher: class 210 if keywordexpr and not expression.evaluate(KeywordMatcher.from_item(colitem)):
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/mark/ |
H A D | __init__.py | 134 class KeywordMatcher: class 210 if keywordexpr and not expression.evaluate(KeywordMatcher.from_item(colitem)):
|