Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 64) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DLocalFileSystem.php113 $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);
H A DFile.php118 return mkdir($this->getAbsoluteFileSystemPath(), $mode = 0770, $recursive = true);
/plugin/ifauthex/lib/
H A Dparser.php80 public function isExpanded($recursive=true) { argument
90 … if ($arg instanceof TokenInstance || ($recursive && !$arg->isExpanded($recursive))) {
100 public function expand($elmDef, $recursive=true) { argument
106 if ($this->isExpanded($recursive)) {
110 if ($recursive) {
122 public function findUnexpandedToken($recursive=true) { argument
128 if ($this->isExpanded($recursive)) {
134 } elseif ($recursive) {
183 public function ensureWellFormed($recursive=true) { argument
196 if ($recursive) {
[all …]
/plugin/archivegenerator/
H A Dadmin.php339 * @param bool $recursive whether to add subdirectories as well
344 protected function addDirToArchive(Zip $archive, $srcDir, $recursive = true, $skipRegex = null) argument
348 if ($recursive) {
356 $this->addFilesToArchive(DOKU_INC . $srcDir, $archive, !$recursive, $skipRegex);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md26 1. React promises (at the time of writing this) are recursive. Promise
28 promises are not recursive as they use a sort of trampolining technique.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php149 …* @param bool $recursive If true, resolves new promises that might have been added to the stack d…
153 public static function all($promises, $recursive = false) argument
169 if (true === $recursive) {
170 $promise = $promise->then(function ($results) use ($recursive, &$promises) {
173 return self::all($promises, $recursive);
H A Dfunctions.php171 …* @param bool $recursive If true, resolves new promises that might have been added to the stack d…
177 function all($promises, $recursive = false) argument
179 return Utils::all($promises, $recursive);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCivicInfo.php158 'recursive' => [
H A DMonitoring.php375 'recursive' => [
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php964 * @param bool $recursive
977 * @param bool $recursive
1012 * @param bool $recursive
1594 * @param bool $recursive
1642 * @param bool $recursive
1663 * @param bool $recursive
1680 if ($recursive) {
1710 * @param bool $recursive
1728 if ($recursive) {
1952 * @param bool $recursive
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md31 - Optional `$recursive` flag to `all`
73 - Update Promise to allow recursive waiting without unwrapping exceptions.
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3783 function arcToCurve(x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { argument
3798 if (!recursive) {
3838 f1 = recursive[0];
3839 f2 = recursive[1];
3840 cx = recursive[2];
3841 cy = recursive[3];
3874 if (recursive) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md389 --init --recursive` or adding `--recursive` to your initial clone, or from
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Delectron.js398 addDirectoryFiles(paths[0], options.recursive);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1recursive&&void 0===t.ignoreIfNotExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"dele…
H A D4.4.js.map1recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {\r\n result.options = o…
H A D5.5.js1recursive&&void 0===t.ignoreIfNotExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"dele…
H A D6.6.js1recursive&&void 0===t.ignoreIfNotExists||(r.options=t),r},e.is=function(e){var t=e;return t&&"dele…
H A Dbundle.js.map1recursive directive definitions must be deferred.\n formats.x = newFormat(locale_date, formats);\…
H A Djson.worker.js.map1recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {\r\n result.options = o…
H A D2.2.js577 …if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
587 …((candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate…
24964 Node.prototype.isErroneous = function (recursive) { argument
24965 if (recursive === void 0) { recursive = false; }
24969 …return recursive && Array.isArray(this.children) && this.children.some(function (c) { return c.isE…
H A D3.3.js.map1recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {\n result.options = opt…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1recursive directive definitions must be deferred.\n formats.x = newFormat(locale_date, formats);\…
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1recursive&&void 0===t.ignoreIfNotExists||(r.options=t),r},e.is=function(e){var t=e;return t&&"dele…

123