Home
last modified time | relevance | path

Searched refs:isKeyword (Results 1 – 5 of 5) sorted by path

/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1isKeyword","end","escapeRegex","exArgs","selectValueOnOpen","origHead","copyCursor","clipCursorToC…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php109 public static function isKeyword($word) function in Hoa\\Consistency\\Consistency
H A DREADME.md74 The `Hoa\Consistency\Consistency::isKeyword` checks whether a specific word is
77 the `isKeyword` method will tell you if they are reserved keywords: Not only
81 $isKeyword = Hoa\Consistency\Consistency::isKeyword('yield');
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php218 ->boolean(SUT::isKeyword($keyword))
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php109 case $this->isKeyword($type):
174 private function isKeyword($type) function in phpDocumentor\\Reflection\\TypeResolver
188 return ($type[0] !== self::OPERATOR_NAMESPACE) && !$this->isKeyword($type);