Home
last modified time | relevance | path

Searched refs:keywords (Results 26 – 50 of 408) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php40 protected $keywords; variable in FINDOLOGIC\\Export\\Data\\Item
65 $this->keywords = new AllKeywords();
254 $this->keywords->addValue($keyword);
257 public function setAllKeywords(array $keywords) argument
259 $this->keywords->setAllValues($keywords);
/plugin/highlightjs/highlight/languages/
H A Dcss.js9 keywords: hljs.HTML_TAGS, property in hljs.LANGUAGES.css.defaultMode
20 keywords: {'import': 1, 'page': 1, 'media': 1, 'charset': 1, 'font-face': 1},
51keywords: {'play-during': 1, 'counter-reset': 1, 'counter-increment': 1, 'min-height': 1, 'quotes'…
H A Dperl.js13 keywords: PERL_KEYWORDS
32 keywords: PERL_KEYWORDS,
126 keywords: {'sub':1},
H A Dcpp.js15 keywords: CPP_KEYWORDS
37 keywords: CPP_KEYWORDS,
H A Dhtml-xml.js95 keywords: hljs.HTML_TAGS,
104 keywords: hljs.HTML_TAGS,
113 keywords: hljs.HTML_TAGS,
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php246 $keywords = [];
251 $keywords[] = new Keyword($keyword);
254 $keywords = [self::DEFAULT_USERGROUP => $keywords];
256 return $keywords;
/plugin/syntaxhighlighter/Scripts/
H A DshBrushVb.js9keywords='AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto '+'Boolean ByRef Byte ByVal…
H A DshBrushDelphi.js9keywords='abs addr and ansichar ansistring array as asm begin boolean byte cardinal '+'case char c…
H A DshBrushPython.js9 {var keywords='and assert break class continue def del elif else '+'except exec finally for from gl…
10 …"\\b\\d+\\.?\\w*",'g'),css:'number'},{regex:new RegExp(this.GetKeywords(keywords),'gm'),css:'keywo…
H A DshBrushSql.js9keywords='absolute action add after alter as asc at authorization begin bigint '+'binary bit by ca…
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushVb.js3 var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' +
22 { regex: new RegExp(this.GetKeywords(keywords), 'gm'), css: 'keyword' } // c# keyword
H A DshBrushPython.js4 var keywords = 'and assert break class continue def del elif else ' +
17 { regex: new RegExp(this.GetKeywords(keywords), 'gm'), css: 'keyword' },
H A DshBrushDelphi.js4 var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' +
24 { regex: new RegExp(this.GetKeywords(keywords), 'gm'), css: 'keyword' } // keyword
H A DshBrushSql.js7 var keywords = 'absolute action add after alter as asc at authorization begin bigint ' +
33 { regex: new RegExp(this.GetKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js3820 regex: new RegExp(this.getKeywords(keywords), 'gm'),
3867 regex: new RegExp(this.getKeywords(keywords), 'gm'),
3927 regex: new RegExp(this.getKeywords(keywords), 'gm'),
4029 regex: new RegExp(this.getKeywords(keywords), 'gm'),
4075 regex: new RegExp(this.getKeywords(keywords), 'gm'),
4135 regex: new RegExp(getKeywordsCSS(keywords), 'gm'),
4270 regex: new RegExp(this.getKeywords(keywords), 'gm'),
4902 function getKeywordsPrependedBy(keywords, by) {
4945 regex: new RegExp(getKeywordsCSS(keywords), 'gm'),
5065 function getKeywordsPrependedBy(keywords, by) {
[all …]
/plugin/combo/action/
H A Dmetakeywords.php10 * https://developers.google.com/search/blog/2009/09/google-does-not-use-keywords-meta-tag
41 $keywords = $page->getKeywordsOrDefault();
51 "content" => implode(",", $keywords)
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushVb.js8 var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' +
27 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword
H A DshBrushErlang.js12 var keywords = 'after and andalso band begin bnot bor bsl bsr bxor '+
25 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushDelphi.js8 var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' +
28 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushVb.js24 var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' +
43 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword
H A DshBrushErlang.js28 var keywords = 'after and andalso band begin bnot bor bsl bsr bxor '+
41 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
H A DshBrushDelphi.js24 var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' +
44 { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
H A DshBrushTypeScript.js27 var keywords = 'break case catch class continue ' +
42 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
/plugin/animation/scripts/
H A DshBrushR.js8 …var keywords = 'if else repeat while function for in next break TRUE FALSE NULL Inf NaN NA NA_inte…
14 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php29 $keywords = $this->sanitize($this->keywords->getCsvFragment());
59 $keywords,

12345678910>>...17