Searched refs:tries (Results 1 – 25 of 55) sorted by relevance
123
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/ |
D | Flate.php | 58 $tries = 0; 61 … while ($tries < 6 && ($data === false || (strlen($data) < (strlen($oDataLen) - $tries - 1)))) { 62 $data = @(gzinflate(substr($oData, $tries))); 63 $tries++; 67 if (strlen($data) > ($oDataLen - $tries - 1)) {
|
/plugin/davcal/vendor/sabre/dav/bin/ |
D | googlecode_upload.py | 156 user_name=None, password=None, tries=3): argument 171 while tries > 0: 193 tries = tries - 1
|
/plugin/authgoogle/google/cache/ |
D | Google_ApcCache.php | 54 $tries = 20; 60 } while ($cnt <= $tries && $this->isLocked($key));
|
D | Google_MemcacheCache.php | 65 $tries = 20; 71 } while ($cnt <= $tries && $this->isLocked($key));
|
D | Google_FileCache.php | 62 $tries = 20; 70 } while ($cnt <= $tries && $this->isLocked($storageFile));
|
/plugin/snap/ |
D | helper.php | 72 var $tries=false; variable in helper_plugin_snap 134 $this->tries=false; 222 $this->tries=$try; 235 $this->tries=$try;
|
/plugin/xfortune/ |
D | helper.php | 44 $tries = 0; 51 } while (($lines > $maxlines || strlen($cookie) > $maxchars) && $tries++ < $runaway);
|
/plugin/authradius/ |
D | auth.php | 46 $tries = $this->getConf('tries'); 57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
|
/plugin/badbehaviour/lang/en/ |
D | stats.txt | 3 This page gives you an overview on the amount of access tries that
|
/plugin/yatp/ |
D | plugin.info.txt | 6 desc YATP (Yet Another Template Plugin) tries to merge the good things in Templater and WST with …
|
D | README | 3 YATP (Yet Another Template Plugin) tries to merge the good things in Templater and WST with some ot…
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | output._generic.class.php | 227 $tries = 0; 233 $tries++; 234 } while (!$filehandle && $tries < WRITER_RETRIES);
|
/plugin/formatplus2/ |
D | README.md | 4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
D | README.md | 33 This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support…
|
/plugin/upgrade/vendor/splitbrain/php-cli/ |
D | README.md | 89 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 …
|
/plugin/dokucrypt2/ |
D | README.md | 32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
D | escape.rst | 65 When using automatic escaping, Twig tries to not double-escape a variable
|
/plugin/authdrupal7/ |
D | README.md | 35 The plugin will only work if you have a drupal installtion accessible, as it tries to include some …
|
/plugin/aichat/vendor/erusev/parsedown/ |
D | README.md | 72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the li…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
D | serializers.asciidoc | 112 The `EverythingToJSONSerializer` tries to convert everything to JSON.
|
/plugin/asciidocjs/node_modules/babylon/ |
D | README.md | 33 `parseExpression()` tries to parse a single Expression with performance in
|
/plugin/mantis/lib/ |
D | class.soap_transport_http.php | 418 $tries = 0; 421 if ($tries++ < 2) {
|
/plugin/pagequery/ |
D | readme.md | 7 … on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of t…
|
/plugin/highlightjs/highlight/ |
D | readme.eng.txt | 420 the program tries to highlight a fragment with all available languages and
|
/plugin/authsplit/ |
D | README | 71 tries to obtain the additional user information (real name, email address,
|
123