Home
last modified time | relevance | path

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

123

/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md363 In case you don't like our structure, go ahead and write your own recursive
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt210 it has no recursive annotation variations ("RAV", see below), and 4) it has no
874 prior to the RAV. Because the RAV is a recursive construct, it may be nested.
2679 <recursive-variation> <element-sequence>
2686 <recursive-variation> ::= ( <element-sequence> )
2886 Instead, it marks the beginning of PGC records used to describe a recursive
2888 the recursive annotation is completely described between the bracket pair. The
2896 Instead, it marks the end of PGC records used to describe a recursive
2898 record; the recursive annotation is completely described between the bracket
/plugin/directorylist/
H A Dreadme.md23 <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/directorylist/syntax/
H A DSplFileArray.php24 * @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/latexit/
H A Drenderer.php76 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/advrack/
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) {
/plugin/projects/lib/
H A Dproject.php274 public function clean($recursive = true) { argument
286 else if ($recursive) {
/plugin/projects/action/
H A Daction.php303 $recursive = $_REQUEST['Recursive'];
304 if (!$project->clean($recursive))
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js954 Element.findChildren = function(element, only, recursive, tagName) { argument
963 if(recursive) {
964 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/plugin/tline/
H A DCHANGES.txt116 * Reworked autoWidth to stop recursive call to painter -- LarryK rev 1663
/plugin/usersubscriptions/
H A Dsyntax.php46 $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 && …
H A DREADME9 add the r=<depth> (no value, ie r or r=, means infinite) option to make listing recursive,
/plugin/distribute/
H A Dhelper.funcs.util.php4 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/prolog/
H A Dattribute_include.php234 …* @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);

123