Home
last modified time | relevance | path

Searched refs:getKeywords (Results 26 – 50 of 66) sorted by relevance

123

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPerl.js82 { regex: new RegExp(this.getKeywords(funcs), 'gm'), css: 'functions' },
83 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushHaxe.js40 { regex:new RegExp ( this.getKeywords ( inits ) , 'gm' ) , css:'color3' },
42 { regex:new RegExp ( this.getKeywords ( keywords ) , 'gm' ) , css:'keyword' },
H A DshBrushBash.js62 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
63 { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' }, // commands
H A DshBrushVb.js43 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword
H A DshBrushErlang.js41 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushDelphi.js44 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
H A DshBrushTypeScript.js42 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
H A DshBrushJScript.js39 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
H A DshBrushJava.js41 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword
H A DshBrushScala.js39 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPerl.js66 { regex: new RegExp(this.getKeywords(funcs), 'gm'), css: 'functions' },
67 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushHaxe.js24 { regex:new RegExp ( this.getKeywords ( inits ) , 'gm' ) , css:'color3' },
26 { regex:new RegExp ( this.getKeywords ( keywords ) , 'gm' ) , css:'keyword' },
H A DshBrushBash.js46 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
47 { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' }, // commands
H A DshBrushVb.js27 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword
H A DshBrushErlang.js25 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushDelphi.js28 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
H A DshBrushTypeScript.js26 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
H A DshBrushJScript.js23 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
H A DshBrushJava.js25 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword
H A DshBrushScala.js23 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
H A DshBrushCSharp.js34 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword
H A DshBrushCss.js59 { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php46 $this->assertEquals('abstract', $this->class->getKeywords());
54 $this->assertEquals('abstract,static', $this->function->getKeywords());
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php237 private function getKeywords($pageId) function in DokuwikiXMLExport
281 $keywordsData = $this->getKeywords($page);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php372 'keywords' => $token->getKeywords(),
387 'keywords' => $token->getKeywords(),
411 'keywords' => $token->getKeywords(),

123