Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 241) sorted by relevance

12345678910

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php55 $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
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stderr.phpt2 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/
H A Dlocal.php.dist3 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 DREADME6 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/
H A DREADME.md5 For use case look at e.html
/plugin/tab/
H A DREADME.md2 For details have a look at https://www.dokuwiki.org/plugin:tab
/plugin/instructions/
H A DREADME.md4 For details have a look at https://www.dokuwiki.org/plugin:instructions
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md26 - // we need to look in prefix context
31 + // we need to look in prefix context
/plugin/tokenbucketauth/lang/en/
H A Dmailbody.txt6 If you don't want to receive this automatic email anymore, take a look at the wiki plugin tokenbuck…
/plugin/s5reloaded/ui/thesis/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
H A Doutline.css9 /* making the outline look pretty-ish */
/plugin/s5/ui/blue/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/dokuwiki/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
H A Doutline.css9 /* making the outline look pretty-ish */
/plugin/s5/ui/pixel/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/i18n/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/flower/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/yatil/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/default/
H A Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
H A Doutline.css9 /* making the outline look pretty-ish */
/plugin/google_maps/
H A Dstyle.css2 …background: transparent url(gmaps_link.png) no-repeat left center; /* "top" does not look nicely i…
/plugin/redirector/
H A DREADME.md8 …ectURLs.txt` and insert your URLs to be redirected. The plugin will first look up the file in your…
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt8 You can optionally also add a locally mounted fileserver to look up if the file exists:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php81 $stream->look();
/plugin/rss/
H A DREADME.md7 SimpleXML is enabled by default , however, to confirm that it exists , look at your config by execu…

12345678910