Home
last modified time | relevance | path

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

12

/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …\t// (cf. JIS X 0510:2004 sec 8.8.2)\n\t//\n\t// the evaluation procedure tries to avoid the probl…
/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/authgoogle/google/cache/
H A DGoogle_ApcCache.php54 $tries = 20;
60 } while ($cnt <= $tries && $this->isLocked($key));
H A DGoogle_FileCache.php62 $tries = 20;
70 } while ($cnt <= $tries && $this->isLocked($storageFile));
H A DGoogle_MemcacheCache.php65 $tries = 20;
71 } while ($cnt <= $tries && $this->isLocked($key));
/plugin/authradius/
H A Dauth.php46 $tries = $this->getConf('tries');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/authsplit/
H A DREADME71 tries to obtain the additional user information (real name, email address,
/plugin/badbehaviour/lang/en/
H A Dstats.txt3 This page gives you an overview on the amount of access tries that
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md817 * [#11727](http://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable …
/plugin/ckgedit/ckeditor/
H A DCHANGES.md213 …* Fixed: Request to FastCGI fails when the user tries to replace a word with non-English character…
1237 * [#11727](https://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …t: start, end: end };\n }\n\n // Takes in a symbol and a cursor and tries to simulate text o…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1tries to re-estimate the\n // line's height.\n function updateLine(line, text, markedSpans, esti…
/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/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1tries to be as fault tolerant as possible, but still return a result.\n * Therefore always check t…
H A Dbundle.js.map1tries to go above the root, `up` ends up > 0\n var up = 0;\n for (var i = parts.length - 1; i >=…
H A Djson.worker.js.map1tries to be as fault tolerant as possible, but still return a result.\n * Therefore always check t…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …aths)\nfunction normalizeArray(parts, allowAboveRoot) {\n // if the path tries to go above the ro…
/plugin/dokucrypt2/
H A DREADME.md32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
/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/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.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc112 The `EverythingToJSONSerializer` tries to convert everything to JSON.
/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/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt3 [[wiki:DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as …
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.

12