Home
last modified time | relevance | path

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

123

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
DFlate.php58 $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/
Dgooglecode_upload.py156 user_name=None, password=None, tries=3): argument
171 while tries > 0:
193 tries = tries - 1
/plugin/authgoogle/google/cache/
DGoogle_ApcCache.php54 $tries = 20;
60 } while ($cnt <= $tries && $this->isLocked($key));
DGoogle_MemcacheCache.php65 $tries = 20;
71 } while ($cnt <= $tries && $this->isLocked($key));
DGoogle_FileCache.php62 $tries = 20;
70 } while ($cnt <= $tries && $this->isLocked($storageFile));
/plugin/snap/
Dhelper.php72 var $tries=false; variable in helper_plugin_snap
134 $this->tries=false;
222 $this->tries=$try;
235 $this->tries=$try;
/plugin/xfortune/
Dhelper.php44 $tries = 0;
51 } while (($lines > $maxlines || strlen($cookie) > $maxchars) && $tries++ < $runaway);
/plugin/authradius/
Dauth.php46 $tries = $this->getConf('tries');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/badbehaviour/lang/en/
Dstats.txt3 This page gives you an overview on the amount of access tries that
/plugin/yatp/
Dplugin.info.txt6 desc YATP (Yet Another Template Plugin) tries to merge the good things in Templater and WST with …
DREADME3 YATP (Yet Another Template Plugin) tries to merge the good things in Templater and WST with some ot…
/plugin/html2pdf/html2pdf/html2ps/
Doutput._generic.class.php227 $tries = 0;
233 $tries++;
234 } while (!$filehandle && $tries < WRITER_RETRIES);
/plugin/formatplus2/
DREADME.md4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
/plugin/elasticsearch/vendor/ruflin/elastica/
DREADME.md33 This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support…
/plugin/upgrade/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 …
/plugin/dokucrypt2/
DREADME.md32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Descape.rst65 When using automatic escaping, Twig tries to not double-escape a variable
/plugin/authdrupal7/
DREADME.md35 The plugin will only work if you have a drupal installtion accessible, as it tries to include some …
/plugin/aichat/vendor/erusev/parsedown/
DREADME.md72 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/
Dserializers.asciidoc112 The `EverythingToJSONSerializer` tries to convert everything to JSON.
/plugin/asciidocjs/node_modules/babylon/
DREADME.md33 `parseExpression()` tries to parse a single Expression with performance in
/plugin/mantis/lib/
Dclass.soap_transport_http.php418 $tries = 0;
421 if ($tries++ < 2) {
/plugin/pagequery/
Dreadme.md7 … on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of t…
/plugin/highlightjs/highlight/
Dreadme.eng.txt420 the program tries to highlight a fragment with all available languages and
/plugin/authsplit/
DREADME71 tries to obtain the additional user information (real name, email address,

123