- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for jsoup (0.05 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
import org.gradle.api.GradleException; import org.gradle.internal.UncheckedException; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.DocumentType; import org.jsoup.nodes.Element; import org.jsoup.nodes.Node; import org.jsoup.select.Elements; import org.jsoup.select.NodeVisitor; import java.io.File; import java.io.FileReader; import java.io.FilterReader;
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 03 01:59:51 GMT 2026 - 11.3K bytes - Click Count (0) -
build-logic/build-update-utils/build.gradle.kts
dependencies { implementation(projects.jvm) implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation(buildLibs.gson) implementation(buildLibs.jsoup)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 423 bytes - Click Count (0) -
build-logic/binary-compatibility/build.gradle.kts
implementation(buildLibs.kotlinMetadata) implementation(buildLibs.jspecify) implementation(libs.asm) compileOnly(buildLibs.kotlinCompilerEmbeddable) testImplementation(buildLibs.jsoup) testImplementation(testLibs.junit5JupiterEngine) } tasks.compileGroovy.configure { classpath += files(tasks.compileKotlin)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 927 bytes - Click Count (0) -
samples/crawler/build.gradle.kts
id("okhttp.testing-conventions") application } application { mainClass.set("okhttp3.sample.Crawler") } dependencies { implementation(projects.okhttp) implementation(libs.jsoup) } tasks.compileJava { options.isWarnings = false
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 335 bytes - Click Count (0) -
gradle/libs.versions.toml
jetty-client = { module = "org.eclipse.jetty:jetty-client", version.ref = "jetty-client" } jnr-unixsocket = { module = "com.github.jnr:jnr-unixsocket", version.ref = "jnr-unixsocket" } jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" } junit = { module = "junit:junit", version.ref = "junit4" } junit-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-junit" }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 31 22:01:48 GMT 2026 - 12K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Allowed headers for CORS. api.cors.allow.headers=Origin, Content-Type, Accept, Authorization, X-Requested-With # Whether to allow credentials for CORS. api.cors.allow.credentials=true # Whether to enable JSONP for API. api.jsonp.enabled=false # Fields for API ping to search engine. api.ping.search_engine.fields=status,timed_out # ========================================================================================
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'api.jsonp.enabled'. <br> * The value is, e.g. false <br> * comment: Whether to enable JSONP for API. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getApiJsonpEnabled(); /** * Is the property for the key 'api.jsonp.enabled' true? <br> * The value is, e.g. false <br>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_indices/_aws/fess.json
"nás", "nový", "tipy", "pokud", "může", "strana", "jeho", "své", "jiné", "zprávy", "nové", "není", "vás", "jen", "podle", "zde", "už", "být", "více", "bude", "již", "než", "který", "by", "které", "co", "nebo", "ten", "tak", "má", "při", "od", "po", "jsou", "jak", "další", "ale", "si", "se", "ve", "to", "jako", "za", "zpět", "ze", "do", "pro", "je", "na", "atd", "atp", "jakmile", "přičemž", "já", "on", "ona", "ono", "oni", "ony", "my", "vy", "jí", "ji", "mě", "mne", "jemu", "tomu", "těm", "těmu", "němu",...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
"nás", "nový", "tipy", "pokud", "může", "strana", "jeho", "své", "jiné", "zprávy", "nové", "není", "vás", "jen", "podle", "zde", "už", "být", "více", "bude", "již", "než", "který", "by", "které", "co", "nebo", "ten", "tak", "má", "při", "od", "po", "jsou", "jak", "další", "ale", "si", "se", "ve", "to", "jako", "za", "zpět", "ze", "do", "pro", "je", "na", "atd", "atp", "jakmile", "přičemž", "já", "on", "ona", "ono", "oni", "ony", "my", "vy", "jí", "ji", "mě", "mne", "jemu", "tomu", "těm", "těmu", "němu",...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0)