Searched refs:keyword (Results 1 – 3 of 3) sorted by relevance
208 if ($this->keyword($key) && $this->assign() &&234 if ($this->literal('@', false) && $this->keyword($dirName)) {340 ($this->keyword($suffix) || true) && $this->end()) {549 if ($this->keyword($word)) {617 $this->keyword($mediaType)650 $this->keyword($feature) &&1012 if ($this->keyword($word)) {1129 if ($this->keyword($name) && $this->literal('=') && $this->expressionList($value)) {1164 ($this->variable($sub) || $this->keyword($name))) {1189 protected function keyword(&$word) function in LesserPHP\\Parser
70 * SQL: ELSEIF keyword (Kris)94 - Allow for global setup of all keyword and comments style at once using '*' (BenBE)105 * Fix problem with T-SQL keyword highlighting (James Horsley, BenBE)170 * Properly detect the keyword that is to be linked (BenBE)172 * Added missing keyword for Verilog (SF#3557903, BenBE)173 * Fixed typo in Haskell causing a keyword to be missing (SF#3529439, BenBE)211 * Updated keyword list for TeraTerm (Boris Maisuradze)263 * Removed duplicate entries from keyword groups of VIM language file (Segaja)421 * Moved symbol-lookalike sequences from keyword groups to separate symbol group423 * Fixed a lot of duplicate keyword warnings (BenBE)[all …]
3242 $keyword = $match[0];3289 return $before . '<|/'. $k .'/>' . $this->change_case($keyword) . '|>' . $after;