| /plugin/directorylist/syntax/ |
| D | SplFileArray.php | 24 * @param boolean $recursive Collect information recursivly or not 27 public function __construct($path, $recursive = true, $fileorder) argument 30 $this->filesystemarray = $this->readdir($path, $recursive); 45 * @param bool $recursive 48 private function readDir($path, $recursive) argument 56 if ( $value->isDir() && $recursive ) { 57 $array[$key] = $this->readDir($value->getRealPath(), $recursive);
|
| /plugin/usersubscriptions/ |
| D | syntax.php | 46 $recursive = false; 60 $recursive = isset($opts['r']) ? $opts['r'] : 0; 61 if(!is_numeric($recursive)) $recursive = -2; 67 return array($ns, $recursive, $deletelink, $quicksubscribe, $displayinheritedsubscriptions); 83 $recursive = $data[1]; 141 $elements = $this->_getUserSubscriptions($ns, $recursive); 167 function _getUserSubscriptions($ns, $recursive, $lvl=0, $nss=false) { argument 189 if(!$item->isDot() && ($recursive != -1)) { 192 …$us = array_merge($us, $this->_getUserSubscriptions($scns, $recursive-1, $lvl+1, $nss || ($sns && …
|
| /plugin/distribute/ |
| D | helper.funcs.util.php | 4 function my_filemtime($f,$recursive=false){ argument 5 if($recursive && is_dir($f)){ 17 function getFilesInDir($dir, $recursive=false, $type='df', $filter='', $showhidden=false, $showdots… argument 27 if ($recursive && is_dir($dir.$f) && $f!='.' && $f!='..'){ 28 $gs = getFilesInDir($dir.$f, $recursive, $type, $filter, $showhidden, $showdots);
|
| /plugin/gallery/classes/ |
| D | NamespaceGallery.php | 11 $this->searchNamespace($ns, $options->recursive, $options->filter); 18 * @param bool $recursive search recursively? 22 protected function searchNamespace($ns, $recursive, $filter) argument 37 'depth' => $recursive ? 0 : 1,
|
| /plugin/filelist/ |
| D | Crawler.php | 50 * @param bool $recursive whether to search recursively 56 public function crawl($root, $local, $pattern, $recursive, $titlefile) argument 74 if ($this->fnmatch($pattern, $file) || (is_dir($filepath) && $recursive)) { 92 if (!is_dir($filepath) || $recursive) { 100 'children' => ((is_dir($filepath) && $recursive) ? 101 $this->crawl($root, $self, $pattern, $recursive, $titlefile) :
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/ |
| D | Utils.php | 136 …* @param bool $recursive If true, resolves new promises that might have been added to the stack d… 138 public static function all($promises, bool $recursive = false): PromiseInterface argument 155 if (true === $recursive) { 156 $promise = $promise->then(function ($results) use ($recursive, &$promises) { 159 return self::all($promises, $recursive);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
| D | Utils.php | 149 …* @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);
|
| D | functions.php | 171 …* @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/ifauthex/lib/ |
| D | parser.php | 80 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) { 112 if ($arg instanceof ElementInstance && !$arg->isExpanded($recursive)) { 122 public function findUnexpandedToken($recursive=true) { argument 128 if ($this->isExpanded($recursive)) { 134 } elseif ($recursive) { 135 $tok = $arg->findUnexpandedToken($recursive); [all …]
|
| /plugin/directorylist/ |
| D | readme.md | 23 <directorylist: path="value" ignore="value" recursive="1" fileorder="asc"> 55 You can specify if you want to list your directory recursive or not. 62 <directorylist: [...] recursive="0"> 63 <directorylist: [...] recursive="1"> 67 <directorylist: [...] recursive="false"> 68 <directorylist: [...] recursive="true">
|
| /plugin/bookcreator/action/ |
| D | handleselection.php | 70 $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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| D | SFTP.php | 964 * @param bool $recursive 968 public function nlist($dir = '.', $recursive = false) argument 970 return $this->nlist_helper($dir, $recursive, ''); 977 * @param bool $recursive 982 private function nlist_helper($dir, $recursive, $relativeDir) argument 986 if (!$recursive || $files === false) { 1012 * @param bool $recursive 1016 public function rawlist($dir = '.', $recursive = false) argument 1019 if (!$recursive || $files === false) { 1594 * @param bool $recursive [all …]
|
| /plugin/prolog/ |
| D | attribute_include.php | 234 …* @param bool $recursive if set to "true", it also scans all sub-directories, if set to "false", o… 238 function scanDirectory($directory = null, $recursive = false, &$file_list = array()) argument 253 if(is_dir($path) && $recursive) 254 $this->scanDirectory($path, $recursive, $file_list);
|
| /plugin/webcomponent/ |
| D | webcomponent.php | 126 mkdir($conf['datadir'], $mode = 0777, $recursive = true); 132 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
|
| /plugin/webcomponent/_test/ |
| D | README.md | 29 mkdir($conf['datadir'], $mode = 0777, $recursive = true); 35 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 31 - Optional `$recursive` flag to `all` 73 - Update Promise to allow recursive waiting without unwrapping exceptions.
|
| /plugin/archivegenerator/ |
| D | admin.php | 339 * @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/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 80 - Optional `$recursive` flag to `all` 122 - Update Promise to allow recursive waiting without unwrapping exceptions.
|
| /plugin/json/syntax/ |
| D | extract.php | 403 * @param integer $recursive if >1 and $var is array, then array elements will be rendered 407 …private function render_var(Doku_Renderer $renderer, $var, $format=null, $recursive=0, $print_sepa… argument 428 if($recursive > 0) { 434 $i += $this->render_var($renderer, $v, $format, $recursive-1, $print_separator);
|
| /plugin/latexit/ |
| D | renderer.php | 76 protected $recursive; variable in renderer_plugin_latexit 224 $this->recursive = FALSE; 1009 if ($this->recursive) { 1046 $this->recursive = FALSE; 1560 * @param bool $recursive Will next link be added recursively? 1562 public function _setRecursive($recursive) { argument 1563 $this->recursive = $recursive;
|
| /plugin/swiftmail/Swift/Message/ |
| D | Mime.php | 206 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/loadskin/lang/en/ |
| D | intro.txt | 5 The page check is recursive, that means, if you specify a different template for a wiki page ''wiki…
|
| /plugin/combo/ComboStrap/ |
| H A D | File.php | 118 return mkdir($this->getAbsoluteFileSystemPath(), $mode = 0770, $recursive = true);
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
| D | Parser.php | 613 * @param bool $recursive Whether we should merge recursively or 621 $recursive = false argument 634 if (true === $recursive) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | CivicInfo.php | 158 'recursive' => [
|