- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 518 for pattern2 (0.09 sec)
-
src/main/java/org/codelibs/fess/es/config/exbhv/CrawlingInfoBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsCrawlingInfoBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class CrawlingInfoBhv extends BsCrawlingInfoBhv {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exbhv/ElevateWordBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsElevateWordBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class ElevateWordBhv extends BsElevateWordBhv {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exbhv/JobLogBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsJobLogBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class JobLogBhv extends BsJobLogBhv {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exbhv/RelatedContentBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsRelatedContentBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class RelatedContentBhv extends BsRelatedContentBhv {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exbhv/RelatedQueryBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsRelatedQueryBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class RelatedQueryBhv extends BsRelatedQueryBhv {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exbhv/WebConfigBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsWebConfigBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class WebConfigBhv extends BsWebConfigBhv {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
internal/bucket/versioning/versioning.go
} if prefix == "" { return true } if v.ExcludeFolders && strings.HasSuffix(prefix, "/") { return false } for _, sprefix := range v.ExcludedPrefixes { // Note: all excluded prefix patterns end with `/` (See Validate) sprefix.Prefix += "*" if matched := wildcard.MatchSimple(sprefix.Prefix, prefix); matched { return false } } return true }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 4.6K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params-str-validations.md
``` //// ## Add regular expressions You can define a <abbr title="A regular expression, regex or regexp is a sequence of characters that define a search pattern for strings.">regular expression</abbr> `pattern` that the parameter should match: //// tab | Python 3.10+ ```Python hl_lines="11" {!> ../../docs_src/query_params_str_validations/tutorial004_an_py310.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25.4K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/tasks/BuildReceipt.kt
private val isoTimestampFormat = newSimpleDateFormatUTC("yyyy-MM-dd HH:mm:ss z") private fun newSimpleDateFormatUTC(pattern: String) = SimpleDateFormat(pattern).apply { timeZone = TimeZone.getTimeZone("UTC") } fun readBuildReceiptFromString(buildReceipt: String) = Properties().apply { load(buildReceipt.reader()) }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sat Sep 30 16:17:28 UTC 2023 - 4.2K bytes - Viewed (0) -
tests/test_tutorial/test_security/test_tutorial003_an_py39.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 8.4K bytes - Viewed (0)