Home
last modified time | relevance | path

Searched refs:depth (Results 76 – 100 of 271) sorted by relevance

1234567891011

/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh47 for file in $(find "${DW_PATH}" -type f -depth | grep -v "^${DW_PATH}/${PROTECTED_DIR}/") ; do
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php43 protected $depth = 0;
132 $this->depth += $isRoot ? 0 : 1;
133 if (!isset($this->containers[$this->depth])) {
139 $endAt = $this->containers[$this->depth]['endAt'] ?? 0;
415 * start and end positions of each container along the way. The container index marks the depth, with the lowest (0)
42 protected $depth = 0; global() variable in FreeDSx\\Ldap\\Search\\FilterParser
/plugin/siteexport/inc/
H A Dtoc.php184 private function __TOCItem($item, $depth, $selfClosed = true) argument
193 …return "\n" . str_repeat("\t", max($depth, 0)+1) . "<tocitem target=\"" . $targetID . "\"" . (intv…
199 private function __TOCItemClose($depth) argument
201 return "\n" . str_repeat("\t", max($depth, 0)+1) . "</tocitem>";
/plugin/codemirror/dist/modes/
H A Druby.min.js.map1depth","found","escaped","indexOf","backUp","tokenBaseUntilBrace","peek","pop","tokenBaseOnce","al…
H A Dsmarty.min.js.map1depth","tokenSmarty","slice","token","base","ch","next","eatWhile","tokenAttribute","str","c","i",…
H A Ddart.min.js.map1depth","ch","registerHelper","concat","defineMode","conf","getMode"],"mappings":"CAGA,SAAUA,GACR,S…
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1261 $depth = $this->server->getHTTPDepth(0);
1262 if ($depth !== 0) {
1368 $depth = $this->server->getHTTPDepth(0);
1370 $result = $this->expandProperties($path, $report->properties, $depth);
1389 * @param int $depth
1392 protected function expandProperties($path, array $requestedProperties, $depth) { argument
1394 …dProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $depth);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php158 * @param int $depth Depth.
161 public function maxDepth($depth) argument
163 $this->_maxDepth = $depth;
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMScd.js19depth:0,height:".67em"})}}}else{h=r=this.mmlToken(b.mo(r).With(k));if(p||m){h=b.mrow();if(p){h.App…
H A Dbbox.js19 …%2","Padding",e])}var h=this.BBoxPadding(n[1]+n[3]);if(h){g={height:"+"+h,depth:"+"+h,lspace:h,wid…
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php73 if ($reader->depth < 1) {
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php73 if ($reader->depth < 1) {
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php75 if ($reader->depth < 1) {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A D.travis.yml6 depth: 1
/plugin/dirpictures/
H A Dsyntax.php92 'depth' => 1, 'listdirs' => true, 'pagesonly'=> true,
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt78 <Bugtree 123 depth:3 showResolved extras:priority,assigned_to>
81 … be extended using the optional flag ''showResolved''. The ''depth'' option limits the depth of th…
133 * default tree depth
/plugin/mantis/lib/
H A Dclass.soap_parser.php28 var $depth = 0; variable in nusoap_parser
160 $this->message[$pos]['depth'] = $this->depth++;
171 $this->depth_array[$this->depth] = $pos;
309 $pos = $this->depth_array[$this->depth--];
412 $pos = $this->depth_array[$this->depth];
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1112 $depth = $this->server->getHTTPDepth(0);
1115 $result = $this->expandProperties($requestUri, $report->properties, $depth);
1134 * @param int $depth
1137 protected function expandProperties($path, array $requestedProperties, $depth) { argument
1139 …dProperties = $this->server->getPropertiesForPath($path, array_keys($requestedProperties), $depth);
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml6 depth: 1
/plugin/siteexport/action/
H A Dajax.php355 $depth = $this->getConf('depth');
379 case 1: $depth = 0;
381 case 2: $depth = $INPUT->int('depth');
385 $opts = array('depth' => $depth, 'skipacl' => $this->getConf('skipacl'), 'query' => $query);
521 $this->functions->settings->depth = str_repeat('../', count(explode('/', $fileName))-1);
696 $newDepth = $this->functions->settings->depth;
1014 $origDepth = $this->functions->settings->depth;
1015 $this->functions->settings->depth = $newDepth;
1027 $this->functions->settings->depth = $origDepth; // 2010-09-03 - Reset depth at the very end
1120 if (is_null($DEPTH)) $DEPTH = $this->functions->settings->depth;
/plugin/idoit/
H A Dsyntax.php108 return 'JSON decode error: Maximum stack depth exceeded';
/plugin/randominc/
H A Dsyntax.php42 function _randompage($ns, $depth=0) { argument
60 search($data,$dir,'search_allpages',array('ns' => $ns, 'depth' => $depth));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php513 $depth = $this->server->getHTTPDepth(0);
541 if ($depth == 0 && $node instanceof ICalendarObject) {
603 if ($node instanceof ICalendarObjectContainer && $depth === 0) {
613 $depth = 1;
622 if ($node instanceof ICalendarObjectContainer && $depth == 1) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php495 $depth = $this->server->getHTTPDepth(0);
520 if ($depth == 0 && $node instanceof ICalendarObject) {
579 if ($node instanceof ICalendarObjectContainer && $depth === 0) {
585 $depth = 1;
594 if ($node instanceof ICalendarObjectContainer && $depth == 1) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php41 ($lock->depth!=0 && strpos($uri, $lock->uri . '/')===0) ||

1234567891011