Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/inc/
Dhttpclient_mock.php12 protected $tries; variable in HTTPMockClient
29 return ($this->tries === 0);
42 $this->tries = 2; // configures the number of retries
44 while($this->tries) {
47 usleep((3 - $this->tries) * 250000);
48 $this->tries--;
/dokuwiki/vendor/splitbrain/php-cli/
DREADME.md89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is a…
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out …
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as …
/dokuwiki/data/pages/wiki/
Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as …