Searched refs:look (Results 1 – 25 of 277) sorted by relevance
12345678910>>...12
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | LL1Analyzer.php | 55 $look = []; 75 $look[$alt] = null; 77 $look[$alt] = $interval; 81 return $look; 103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet function in Antlr\\Antlr4\\Runtime\\LL1Analyzer 145 * @param IntervalSet $look The result lookahead set. 178 IntervalSet $look, argument 192 $look->addOne(Token::EPSILON); 198 $look->addOne(Token::EOF); 206 $look->addOne(Token::EPSILON); [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | phpt-stderr.phpt | 2 GH-1169: PHPT runner doesn't look at STDERR. 6 fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.'); 8 PHPUnit must look at STDERR when running PHPT tests.
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | local.php.dist | 3 This is an example of how a local.php coul look like. 15 * database as autentication backend. Have a look into
|
| /plugin/sqlite/ |
| H A D | README | 6 will look for the PHP sqlite extension. 8 PDO supports sqlite3 only, and this plugin will look for db files with extension *.sqlite3 9 The sqlite extension supports sqlite2 only, here this plugin will look for *.sqlite files.
|
| /plugin/sequencediagram/bower_components/eve-raphael/ |
| D | README.md | 5 For use case look at e.html
|
| /plugin/tab/ |
| D | README.md | 2 For details have a look at https://www.dokuwiki.org/plugin:tab
|
| /plugin/dokucrypt2/ |
| D | OLDER_VERSIONS.md | 26 - // we need to look in prefix context 31 + // we need to look in prefix context
|
| /plugin/instructions/ |
| D | README.md | 4 For details have a look at https://www.dokuwiki.org/plugin:instructions
|
| /plugin/mermaid/docs/ |
| H A D | documentation.md | 8 The available configuration options for location, theme, look and logLevel.
|
| /plugin/tokenbucketauth/lang/en/ |
| D | mailbody.txt | 6 If you don't want to receive this automatic email anymore, take a look at the wiki plugin tokenbuck…
|
| /plugin/s5/ui/blue/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| /plugin/s5/ui/default/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| D | outline.css | 9 /* making the outline look pretty-ish */
|
| /plugin/s5/ui/dokuwiki/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| /plugin/s5/ui/pixel/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| /plugin/s5/ui/yatil/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| /plugin/s5/ui/i18n/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| /plugin/s5/ui/flower/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| /plugin/s5reloaded/ui/thesis/ |
| D | slides.css | 3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
|
| D | outline.css | 9 /* making the outline look pretty-ish */
|
| /plugin/mermaid/ |
| H A D | action.php | 181 $look = $this->getConf('look'); 183 … "mermaid.initialize({startOnLoad: true, logLevel: '$logLevel', theme: '$theme', look: '$look'});";
|
| /plugin/google_maps/ |
| D | style.css | 2 …background: transparent url(gmaps_link.png) no-repeat left center; /* "top" does not look nicely i…
|
| /plugin/redirector/ |
| D | README.md | 8 …ectURLs.txt` and insert your URLs to be redirected. The plugin will first look up the file in your…
|
| /plugin/caption/ |
| D | CHANGELOG.md | 5 For the full history, have a look at the git commit messages.
|
| /plugin/uncmap/lang/en/ |
| D | confmanager_description.txt | 8 You can optionally also add a locally mounted fileserver to look up if the file exists:
|
12345678910>>...12