Home
last modified time | relevance | path

Searched refs:getKeywords (Results 1 – 25 of 66) sorted by path

123

/plugin/aceeditor/
H A Dbuild.js1getKeywords=function(){return this.$keywords}}).call(i.prototype),t.TextHighlightRules=i}),define(… method in AnonymousFunction3f720017f900
/plugin/animation/scripts/
H A DshBrushR.js14 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
15 { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' },
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1886 public function getKeywords() { function in Google_ChannelSettings
/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/combo/ComboStrap/
H A DMarkupPath.php1819 function getKeywords(): array
1817 function getKeywords(): array global() function in ComboStrap\\MarkupPath
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php237 private function getKeywords($pageId) function in DokuwikiXMLExport
281 $keywordsData = $this->getKeywords($page);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php353 public function getKeywords() function in Hoa\\Zformat\\Parameter
501 $keywords = $this->getKeywords();
/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/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/src/Token/
H A DStream.php372 'keywords' => $token->getKeywords(),
387 'keywords' => $token->getKeywords(),
411 'keywords' => $token->getKeywords(),
/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/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 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 DshBrushCSharp.js50 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword
H A DshBrushColdFusion.js87 { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // functions
88 … { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
89 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
H A DshBrushCpp.js84 { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'color1 bold' },
85 { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions bold' },
86 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword bold' }
H A DshBrushCss.js75 { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
H A DshBrushDelphi.js44 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
H A DshBrushErlang.js41 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushGroovy.js51 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // goovy keyword
52 { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
53 { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' }, // constants
54 { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods
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 DshBrushJScript.js39 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords

123