Home
last modified time | relevance | path

Searched refs:getKeywords (Results 1 – 25 of 66) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DMarkupPath.php1819 function getKeywords(): array
1817 function getKeywords(): array global() function in ComboStrap\\MarkupPath
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItemMetadata.php164 public function getKeywords() function in Google\\Service\\CloudSearch\\ItemMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php538 public function getKeywords() function in Google\\Service\\Directory\\User
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php174 public function getKeywords() function in Google\\Service\\YouTube\\ChannelSettings
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1getKeywords","inits","forHtmlScript","hereDocProcess","here_doc","full_tag","end_tag","commands","…
H A Dsyntaxhighlighter.js3706 value: function getKeywords(str) {
3864 regex: new RegExp(this.getKeywords(inits), 'gm'),
3974 regex: new RegExp(this.getKeywords(funcs), 'gmi'),
4141 regex: new RegExp(this.getKeywords(fonts), 'g'),
4319 regex: new RegExp(this.getKeywords(types), 'gm'),
4367 regex: new RegExp(this.getKeywords(inits), 'gm'),
4623 regex: new RegExp(this.getKeywords(funcs), 'gm'),
4818 regex: new RegExp(this.getKeywords(funcs), 'gmi'),
4951 regex: new RegExp(this.getKeywords(fonts), 'g'),
5036 regex: new RegExp(this.getKeywords(funcs), 'gmi'),
[all …]
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php353 public function getKeywords() function in Hoa\\Zformat\\Parameter
501 $keywords = $this->getKeywords();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php372 'keywords' => $token->getKeywords(),
387 'keywords' => $token->getKeywords(),
411 'keywords' => $token->getKeywords(),
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php204 public function getKeywords() function in PHP_TokenWithScopeAndVisibility
/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/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DKeywordPatch.php43 $methodsToRemove = array_intersect($methodNames, $this->getKeywords());
64 private function getKeywords() function in Prophecy\\Doubler\\ClassPatch\\KeywordPatch
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushJava.js25 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword
H A DshBrushPython.js33 { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' },
34 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
35 { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' }
H A DshBrushSass.js72 { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
H A DshBrushScala.js23 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
H A DshBrushAS3.js27 { regex: new RegExp(this.getKeywords(inits), 'gm'), css: 'color3' }, // initializations
28 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
H A DshBrushAppleScript.js71 { regex: new RegExp(this.getKeywords(specials), 'gm'), css: 'color3' },
72 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
73 { regex: new RegExp(this.getKeywords(ordinals), 'gm'), css: 'keyword' }
H A DshBrushCSharp.js34 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword
H A DshBrushColdFusion.js71 { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // functions
72 … { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
73 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
H A DshBrushCss.js59 { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushAS3.js43 { regex: new RegExp(this.getKeywords(inits), 'gm'), css: 'color3' }, // initializations
44 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
H A DshBrushAppleScript.js87 { regex: new RegExp(this.getKeywords(specials), 'gm'), css: 'color3' },
88 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
89 { regex: new RegExp(this.getKeywords(ordinals), 'gm'), css: 'keyword' }
H A DshCore.js2964 getKeywords: function(str)
H A DshCore.min.js17 …==this.getParam("light")&&(this.params.toolbar=this.params.gutter=!1)},getKeywords:function(e){ret… method in B.Highlighter

123