Home
last modified time | relevance | path

Searched refs:keyword (Results 276 – 300 of 482) sorted by last modified time

1...<<11121314151617181920

/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
H A DshCoreDjango.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#96dd3b !important;}
95 .syntaxhighlighter .keyword{font-weight:bold !important;}
H A DshCoreEmacs.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:aqua !important;}
H A DshCoreMidnight.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#b43d3d !important;}
H A DshThemeDefault.css38 .syntaxhighlighter .keyword{color:#006699 !important;}
48 .syntaxhighlighter .keyword{font-weight:bold !important;}
H A DshThemeEclipse.css38 .syntaxhighlighter .keyword{color:#7f0055 !important;}
48 .syntaxhighlighter .keyword{font-weight:bold !important;}
49 .syntaxhighlighter .xml .keyword{color:#3f7f7f !important;font-weight:normal !important;}
H A DshThemeEmacs.css38 .syntaxhighlighter .keyword{color:aqua !important;}
H A DshThemeFadeToGrey.css38 .syntaxhighlighter .keyword{color:#d01d33 !important;}
H A DshThemeMDUltra.css38 .syntaxhighlighter .keyword{color:#aaaaff !important;}
H A DshThemeMidnight.css38 .syntaxhighlighter .keyword{color:#b43d3d !important;}
H A DshCoreFadeToGrey.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#d01d33 !important;}
H A DshThemeDjango.css38 .syntaxhighlighter .keyword{color:#96dd3b !important;}
49 .syntaxhighlighter .keyword{font-weight:bold !important;}
H A DshThemeRDark.css38 .syntaxhighlighter .keyword{color:#5ba1cf !important;}
H A DshCoreDefault.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#006699 !important;}
94 .syntaxhighlighter .keyword{font-weight:bold !important;}
H A DshCoreEclipse.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#7f0055 !important;}
94 .syntaxhighlighter .keyword{font-weight:bold !important;}
95 .syntaxhighlighter .xml .keyword{color:#3f7f7f !important;font-weight:normal !important;}
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A D_theme_template.scss115 .keyword { color: $code_keyword !important; }
H A DshThemeDjango.scss35 .keyword { font-weight: bold !important; }
H A DshThemeDefault.scss6 .keyword { font-weight: bold !important; }
H A DshCore.scss201 .keyword {
/plugin/database2/
H A Ddatabase2.php4885 $keyword = strtolower( $matches[1] );
4886 switch ( $keyword )
4910 if ( isset( $this->__replaceMarkupVarspace[$keyword] ) )
4911 return $this->__replaceMarkupVarspace[$keyword];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php173 …$keyword = $phpcsFile->findNext(constant('T_'.strtoupper($keywordType)), ($stackPtr + 1), $opening…
174 if ($keyword !== false) {
175 if ($tokens[$keyword]['line'] !== $tokens[$stackPtr]['line']) {
178 … $fix = $phpcsFile->addFixableError($error, $keyword, ucfirst($keywordType).'Line', $data);
181 for ($i = ($stackPtr + 1); $i < $keyword; $i++) {
187 $phpcsFile->fixer->addContentBefore($keyword, ' ');
194 $gap = strlen($tokens[($keyword - 1)]['content']);
198 …$fix = $phpcsFile->addFixableError($error, $keyword, 'SpaceBefore'.ucfirst($keywordType), $data);
200 $phpcsFile->fixer->replaceToken(($keyword - 1), ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseConstantSniff.php72 $keyword = $tokens[$stackPtr]['content'];
73 $expected = strtolower($keyword);
74 if ($keyword !== $expected) {
75 if ($keyword === strtoupper($keyword)) {
84 $keyword,
H A DLowerCaseKeywordSniff.php123 $keyword = $tokens[$stackPtr]['content'];
124 if (strtolower($keyword) !== $keyword) {
125 if ($keyword === strtoupper($keyword)) {
133 strtolower($keyword),
134 $keyword,
139 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($keyword));
H A DUpperCaseConstantSniff.php62 $keyword = $tokens[$stackPtr]['content'];
63 $expected = strtoupper($keyword);
64 if ($keyword !== $expected) {
65 if ($keyword === strtolower($keyword)) {
74 $keyword,
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 … if (!result) {\n\t // Check if `func` references the `this` keyword and store the res…

1...<<11121314151617181920