Home
last modified time | relevance | path

Searched refs:keyword (Results 251 – 275 of 482) sorted by last modified time

1...<<11121314151617181920

/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css72 .token.keyword,
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js6 …ch\s+\())[a-z0-9_\.\\]+/ig,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while… property in Prism.languages.clike
8 Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(var|let|if|else|while|do|for…
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md77 …com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularize…
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php382 * @param string $keyword Keyword.
385 public function getKeyword($keyword) argument
387 if (true === array_key_exists($keyword, $this->_keywords)) {
388 return $this->_keywords[$keyword];
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php216 foreach ($keywords as $keyword) {
218 ->boolean(SUT::isKeyword($keyword))
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst36 disable this behavior by appending the ``only`` keyword:
H A Dinclude.rst42 You can add additional variables by passing them after the ``with`` keyword:
52 You can disable access to the context by appending the ``only`` keyword:
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php132 * @param string $keyword
137 public function addKeyword($keyword, $typeClassName) argument
141 …'The Value Object that needs to be created with a keyword "' . $keyword . '" must be an existing c…
152 $this->keywords[$keyword] = $typeClassName;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md12 * Consistency: `void` is a reserved keyword now. (Ivan Enderlin, 2016-09-02T11:06:18+02:00)
H A DREADME.md76 `callable` keyword or type declarations such as `int`, `float`, `string` etc.,
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php154 foreach ($keywords as $keyword) {
155 $item->addKeyword(new Keyword($keyword, $usergroup));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php252 public function addKeyword(Keyword $keyword) argument
254 $this->keywords->addValue($keyword);
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md37 * Composer: Add a keyword. (Ivan Enderlin, 2015-11-11T13:38:35+01:00)
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php247 foreach ($allKeywords as $key => $keyword) {
250 $keyword = str_replace(self::KEYWORD_SPACE, ' ', $keyword);
251 $keywords[] = new Keyword($keyword);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dimport_with_reserved_nam.test11 Twig\Error\SyntaxError: "parent" cannot be called as macro as it is a reserved keyword in "index.tw…
H A Dfrom_with_reserved_name.test9 Twig\Error\SyntaxError: "templateName" cannot be an imported macro as it is a reserved keyword in "…
H A Dreserved_name.test10 Twig\Error\SyntaxError: "parent" cannot be used as a macro name as it is a reserved keyword in "ind…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dstyle.css83 td span.keyword {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md170 > is an object (signified by the `object` keyword) but does not refer to a specific element using a…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG501 * fixed macro compilation when a variable name is a PHP reserved keyword
867 (the old behavior is still possible by adding the "only" keyword)
/plugin/unsplashdoku/
H A Daction.php29 $keyword = '?' . $this->getConf('keyword');
31 $keyword = '';
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreMDUltra.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#aaaaff !important;}
H A DshCoreRDark.css52 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
84 .syntaxhighlighter .keyword{color:#5ba1cf !important;}
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCoreEclipse.css129 .syntaxhighlighter.printing .keyword {
198 .syntaxhighlighter .keyword {
221 .syntaxhighlighter .keyword {
223 .syntaxhighlighter .xml .keyword {
H A DshThemeEclipse.scss36 .keyword { font-weight: bold !important; }
39 .keyword {

1...<<11121314151617181920