Home
last modified time | relevance | path

Searched refs:recursive (Results 26 – 50 of 64) sorted by last modified time

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {\n result.options = opt…
/plugin/bookcreator/action/
H A Dhandleselection.php70 $recursive = $INPUT->post->str('r');
71 $response = $this->searchPages($namespace, $recursive);
291 * @param boolean $recursive Search in sub-namespaces too?
294 protected function searchPages($ns, $recursive) { argument
298 if ($recursive == 'true') {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1659 » Added getid3.demo.scandir.php - a sample recursive scanning demo
1967 Added sample recursive scanning sample code to getid3.readme.txt
2618 ¤ Better recursive parsing of RIFFs (sub-arrays are now in the right
H A Dstructure.txt24 (Quicktime for example) use a freeform recursive structure that is
1512 …['subatoms']=>array() // This is an undocumentably-complex recursive array, typically con…
H A Dreadme.txt169 See /demos/demo.mysql.php for a sample recursive scanning code that
H A DREADME.md166 See /demos/demo.mysql.php for a sample recursive scanning code that
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1recursive references regexp reindex release rename replace restrict right rollback row savepoint t…
H A Dttcn.min.js.map1 …al or or4b out override param pattern port\" +\n \" procedure record recursive rem repeat retur…
H A Dfortran.min.js.map1 …\", \"protected\",\n \"public\", \"pure\", \"read\", \"recursive\", \"result\",\n…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1recursive map function.\n // NOTE: This will not create mappings to key maps that aren't pres…
/plugin/etherpadlite/
H A DREADME.md67 git clone --recursive https://github.com/michael-dev/dokuwikietherpadlite lib/plugins/etherpadlite
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …t) {\n parseRawLines(content, false, callback); // don't allow recursive imports\n …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … objects. Values from obj2 override values in obj1.\n * Function is NOT recursive and works only f…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …mp:amp|xdmp:add64|xdmp:add-response-header|xdmp:access|trgr:trigger-set-recursive|trgr:trigger-set…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1830 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
1842 if (!recursive) {
1879 f1 = recursive[0];
1880 f2 = recursive[1];
1881 cx = recursive[2];
1882 cy = recursive[3];
1908 if (recursive) {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js6058 function a2c(x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
6070 if (!recursive) {
6107 f1 = recursive[0];
6108 f2 = recursive[1];
6109 cx = recursive[2];
6110 cy = recursive[3];
6136 if (recursive) {
/plugin/webcomponent/_test/
H A DREADME.md29 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
35 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/webcomponent/
H A Dwebcomponent.php126 mkdir($conf['datadir'], $mode = 0777, $recursive = true);
132 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php613 * @param bool $recursive Whether we should merge recursively or
621 $recursive = false argument
634 if (true === $recursive) {
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md443 A recursive iterator is an iterator where its values is other iterators. The
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG636 * added recursive parsing support in the parser
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md7 …/github.com/sebastianbergmann/php-code-coverage/pull/515): Wrong use of recursive iterator causing…
/plugin/loadskin/lang/en/
H A Dintro.txt5 The page check is recursive, that means, if you specify a different template for a wiki page ''wiki…
/plugin/swiftmail/Swift/Message/
H A DMime.php206 public function setEncoding($encoding, $recursive=false, $non_ascii=false) argument
233 if ($recursive)
237 … if (!$child->getEncoding()) $this->children[$id]->setEncoding($encoding, $recursive, $non_ascii);
/plugin/callflow/
H A Draphael.js2216 a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
2228 if (!recursive) {
2265 f1 = recursive[0];
2266 f2 = recursive[1];
2267 cx = recursive[2];
2268 cy = recursive[3];
2294 if (recursive) {

123