- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 44 for depth_2 (0.05 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/processor/impl/DefaultResponseProcessor.java
} final int depth = urlQueue.getDepth() == null ? 1 : urlQueue.getDepth() + 1; if (crawlerContext.getMaxDepth() < 0 || depth <= crawlerContext.getMaxDepth()) { // add and filter urls storeChildUrls(crawlerContext, resultData.getChildUrlSet(), urlQueue.getUrl(), depth, resultData.getEncoding()); }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Aug 07 02:55:08 GMT 2025 - 12.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp
<label for="depth" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.depth"/></label> <div class="form-inline col-sm-9"> <la:errors property="depth"/> <input type="number" name="depth" id="depth"Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 15.3K bytes - Click Count (0) -
internal/s3select/jstream/decoder.go
Length: int(d.pos - offset), Depth: d.depth, Value: i, ValueType: t, } } return i, err } // return whether, at the current depth, the value being decoded will // be emitted to stream func (d *Decoder) willEmit() bool { if d.emitRecursive { return d.depth >= d.emitDepth } return d.depth == d.emitDepth }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 13.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 10.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFileConfig.java
this.createdTime = value; } public Integer getDepth() { checkSpecifiedProperty("depth"); return depth; } public void setDepth(Integer value) { registerModifiedProperty("depth"); this.depth = value; } public String getDescription() { checkSpecifiedProperty("description");Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 13.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebConfig.java
this.createdTime = value; } public Integer getDepth() { checkSpecifiedProperty("depth"); return depth; } public void setDepth(Integer value) { registerModifiedProperty("depth"); this.depth = value; } public String getDescription() { checkSpecifiedProperty("description");Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 14.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
* @param url the URL to crawl * @param depth the depth of this URL in the crawling hierarchy */ CrawlRequest(final String url, final int depth) { this.url = url; this.depth = depth; } /** * Gets the URL of this crawl request. * * @return the URL to be crawled */ public String getUrl() {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileConfigDbm.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 18K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebConfigDbm.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 18.4K bytes - Click Count (0)