Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 44) sorted by last modified time

12

/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/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1255 * Now tries to create thumbnail with ImageMagick if
/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/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/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/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.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc112 The `EverythingToJSONSerializer` tries to convert everything to JSON.
/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/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/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/dokucrypt2/
H A DREADME.md32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
/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/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1135 * Bugfix: WavPack no longer tries to read entire compressed data
/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/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/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/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/filters/
H A Descape.rst65 When using automatic escaping, Twig tries to not double-escape a variable
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst201 When Twig encounters a variable like ``article.title``, it tries to find a
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md817 * [#11727](http://dev.ckeditor.com/ticket/11727): Fixed: The editor tries to select a non-editable …
/plugin/authsplit/
H A DREADME71 tries to obtain the additional user information (real name, email address,

12