Home
last modified time | relevance | path

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

12

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A 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/
H A Dgooglecode_upload.py156 user_name=None, password=None, tries=3): argument
171 while tries > 0:
193 tries = tries - 1
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php54 $tries = 20;
60 } while ($cnt <= $tries && $this->isLocked($key));
H A DGoogle_MemcacheCache.php65 $tries = 20;
71 } while ($cnt <= $tries && $this->isLocked($key));
H A DGoogle_FileCache.php62 $tries = 20;
70 } while ($cnt <= $tries && $this->isLocked($storageFile));
/plugin/snap/
H A Dhelper.php72 var $tries=false; variable in helper_plugin_snap
134 $this->tries=false;
222 $this->tries=$try;
235 $this->tries=$try;
/plugin/xfortune/
H A Dhelper.php39 $tries = 0;
46 } while( ($lines > $maxlines || strlen($cookie) > $maxchars) && $tries++ < $runaway);
/plugin/authradius/
H A Dauth.php46 $tries = $this->getConf('tries');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/badbehaviour/lang/en/
H A Dstats.txt3 This page gives you an overview on the amount of access tries that
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php227 $tries = 0;
233 $tries++;
234 } while (!$filehandle && $tries < WRITER_RETRIES);
/plugin/formatplus2/
H A DREADME.md4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
/plugin/dokucrypt2/
H A DREADME.md32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DREADME.md33 This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x.
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out the available
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst65 When using automatic escaping, Twig tries to not double-escape a variable
/plugin/authdrupal7/
H A 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/
H A DREADME.md72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc112 The `EverythingToJSONSerializer` tries to convert everything to JSON.
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php418 $tries = 0;
421 if ($tries++ < 2) {
/plugin/pagequery/
H A Dreadme.md7 There are many different page listing / navigation plugins on the [[:plugin]] page, all trying to serve different needs. Pagequery tries to unify many of the ideas into a compact all-in-one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by namespace or by creator; ...and do it quickly.
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt420 the program tries to highlight a fragment with all available languages and
/plugin/authsplit/
H A DREADME71 tries to obtain the additional user information (real name, email address,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md122 should work with it. `$dummy` is a dummy - a simple php object that tries to fulfil your
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst201 When Twig encounters a variable like ``article.title``, it tries to find a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.

12