Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 25 of 33) sorted by relevance

12

/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md9 composer require sebastian/recursion-context
13 composer require --dev sebastian/recursion-context
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md15 * This component is now compatible with `sebastian/recursion-context: ~1.0.4`
/plugin/linkback/
H A DCHANGELOG3 * Fix for nasty recursion bug in sending routine when ''$conf['use_heading']'' was set
/plugin/blogtng/helper/
H A Dentry.php828 static $recursion = array();
832 if(in_array($id, $recursion)){
837 $recursion[] = $id;
881 array_pop($recursion);
/plugin/barcodes/
H A Dcomposer.lock1222 "sebastian/recursion-context": "^4.0"
1300 "sebastian/recursion-context": "^4.0"
1421 "sebastian/recursion-context": "^4.0"
1517 "name": "sebastian/recursion-context",
1521 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1526 …"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de43…
1566 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1568 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1569 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock877 "sebastian/recursion-context": "~1.0"
979 "name": "sebastian/recursion-context",
983 "url": "https://github.com/sebastianbergmann/recursion-context.git",
988 …"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801f…
1028 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md54 * Allow `sebastian/recursion-context ^3.0` (thanks @sebastianbergmann)
63 * Added support for sebastian/recursion-context 2 (thanks @sebastianbergmann)
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php180 * @param int $recursion
185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php186 * @param int $recursion
192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { argument
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1947 "sebastian/recursion-context": "^4.0"
2025 "sebastian/recursion-context": "^4.0"
2146 "sebastian/recursion-context": "^4.0"
2242 "name": "sebastian/recursion-context",
2246 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2251 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
2291 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2293 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2294 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
/plugin/xcom/lang/en/
H A Dfunctions.txt6 …ntents of each page found. The ''depth'' option determines the level of recursion. A depth of 1, r…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md222 CurlMultiHandler. This prevents unexpected recursion from requests completing
268 recursion required by chaining and forwarding react promises. See
306 * Added a guard in the Pool class to not use recursion for request retries.
310 * Pool class no longer uses recursion when a request is intercepted.
1028 * Bug: Fixing an infinite recursion bug caused from revalidating with the CachePlugin
H A DUPGRADING.md30 no longer utilize recursion.
33 not require the use of recursion).
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md472 down the chain without using recursion.
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc146 // May cause recursion.
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc147 // May cause recursion.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md504 - JSON recursion when first object in root list is empty [\#61](https://github.com/schmittjoh/seria…
922 - Potential fix for "recursion detected" issue [\#104](https://github.com/schmittjoh/serializer/pul…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1056 converted REQUIRES cookies and loops in an infinite recursion
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1recursion point\n return result;\n }\n else if (!quitEarlyArr[0]) {\n …
H A Djson.worker.js.map1recursion point\n return result;\n }\n else if (!quitEarlyArr[0]) {\n …
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md967 2. `[depth=1]` *(number)*: The maximum recursion depth.
2780 3. `[depth=1]` *(number)*: The maximum recursion depth.
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 … function doKeyToKey(keys) {\n // TODO: prevent infinite recursion.\n var …
/plugin/tuxquote/
H A Dquotes.txt406 To define recursion, we must first define recursion.
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …{\n // Use infinite loop instead of recursion to avoid reaching the\n // maximum…

12