- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 614 for sata (0.02 sec)
-
ResponseJvmTest.kt
fun responseBody(content: String): ResponseBody { L78: val data = Buffer().writeUtf8(content) L79: val source: Source = L80: object : Source { L81: var closed = false L82: L83: override fun close() { L84: closed = true L85: } L86: L87: override fun read( L88: sink: Buffer, L89: byteCount: Long, L90: ): Long { L91: check(!closed) L92: return data.read(sink, byteCount) L93: } L94: L95: override...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 3.1K bytes -
MultipartReaderTest.kt
assertThat(brownPart.headers).isEqualTo( L572: headersOf( L573: "Content-Disposition", L574: "form-data; name=\"color\"", L575: ), L576: ) L577: assertThat(brownPart.body.readUtf8()).isEqualTo("Brown") L578: L579: val foxPart = reader.nextPart()!! L580: assertThat(foxPart.headers).isEqualTo( L581: headersOf( L582: "Content-Disposition", L583: "form-data; name=\"animal\"; filename=\"fox.txt\"", L584: ), L585: ) L586: assertThat(foxPart.body.read...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 13.8K bytes -
TreeBasedTable.java
iterators that don't support {@code remove()}. Otherwise, all optional operations are supported. L49: * Null row keys, columns keys, and values are not supported. L50: * L51: * <p>Lookups by row key are often faster than lookups by column key, because the data is stored in L52: * a {@code Map<R, Map<C, V>>}. A method call like {@code column(columnKey).get(rowKey)} still runs L53: * quickly, since the row key is provided. However, {@code column(columnKey).size()} takes longer, L54: * since an iteration across...github.com/google/guava/guava/src/com/google/co...Wed Oct 30 16:15:19 UTC 2024 11.5K bytes -
CharStreams.java
line; L225: while ((line = lineReader.readLine()) != null) { L226: if (!processor.processLine(line)) { L227: break; L228: } L229: } L230: return processor.getResult(); L231: } L232: L233: /** L234: * Reads and discards data from the given {@code Readable} until the end of the stream is reached. L235: * Returns the total number of chars read. Does not close the stream. L236: * L237: * @since 20.0 L238: */ L239: @CanIgnoreReturnValue L240: public static long exhaust(Readable...github.com/google/guava/guava/src/com/google/co...Wed May 17 14:35:11 UTC 2023 10.9K bytes -
Client.kt
BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.survey.types L17: L18:data class Client( L19: val userAgent: String, L20: val version: String, L21: val platform: String? = null, L22: val enabled: List<SuiteId> = listOf(), L23: val supported: List<SuiteId> = listOf(), L24:) { L25: val nameAndVersion: String L26: get()...github.com/square/okhttp/samples/tlssurvey/src/...Tue Apr 02 01:44:15 UTC 2024 883 bytes -
-MainCommon.kt
okhttp3.internal.http.StatusLine L27:import okio.sink L28: L29:internal fun Main.commonCreateRequest(): Request { L30: val request = Request.Builder() L31: L32: val requestMethod = method ?: if (data != null) "POST" else "GET" L33: L34: val url = url ?: throw IOException("No url provided") L35: L36: request.url(url) L37: L38: data?.let { L39: request.method(requestMethod, it.toRequestBody(mediaType())) L40: } L41: L42: for (header in headers.orEmpty()) { L43: val parts = header.split(':', limit = 2)...github.com/square/okhttp/okcurl/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 2.7K bytes -
logic.js
d=!0,!1}),d},f=function(){var b=a(this),d=a.formUtils.getValue(b),e=b.valAttr("depending-value");a.each(this.dependingInputs,function(b,f){var g=!!a.formUtils.getValue(f),h=!d||e&&e!==d;h&&!g&&a.formUtils.dialogs.removeInputStylingAndMessage(f,c)})};b.find("[data-validation-depends-on]").off("beforeValidation",d).on("beforeValidation",d).each(function(){var c=a(this);b.find('[name="'+c.valAttr("depends-on")+'"]').each(function(){a(this).off("change",f).on("change",f).valAttr("depending-value",c.valAttr("de...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.1K bytes -
TestListMultimapGenerator.java
L19:import com.google.common.annotations.GwtCompatible; L20:import com.google.common.collect.ListMultimap; L21:import org.checkerframework.checker.nullness.qual.Nullable; L22: L23:/** L24: * A generator for {@code ListMultimap} implementations based on test data. L25: * L26: * @author Louis Wasserman L27: */ L28:@GwtCompatible L29:@ElementTypesAreNonnullByDefault L30:public interface TestListMultimapGenerator<K extends @Nullable Object, V extends @Nullable Object> L31: extends TestMultimapGenerator<K, V,...github.com/google/guava/android/guava-testlib/s...Wed Feb 21 16:49:06 UTC 2024 1.1K bytes -
README.md
cibles à explorer dans l'interface d'administration sur les pages de configuration des crawlers (Web, Fichiers, Data Store), puis démarrer manuellement le Crawler sur la [page du Planificateur](https://fess.codelibs.org/14.17/admin/scheduler-guide.html). L54: L55:## Migration depuis un autre fournisseur de recherche L56: L57:Veuillez consulter [MIGRATION.md](MIGRATION.md). L58: L59:## Data Store L60: L61:Actuellement, Fess prend en charge le parcours des [emplacements de stockage et API](https://f...github.com/codelibs/fess/docs/fr/README.mdSat Oct 12 07:19:47 UTC 2024 7.9K bytes -
README.md
L53:Você pode registrar alvos de rastreamento na interface de administração nas páginas de configuração do rastreador (Web, Arquivo, Data Store), e iniciar manualmente o rastreador na [página do Agendador](https://fess.codelibs.org/14.17/admin/scheduler-guide.html). L54: L55:## Migração de Outro Provedor de Busca L56: L57:Consulte [MIGRATION.md](MIGRATION.md). L58: L59:## Data Store L60: L61:Atualmente, o Fess suporta o rastreamento dos seguintes [locais de armazenamento e APIs](https://fess.codelibs....github.com/codelibs/fess/docs/pt-BR/README.mdSat Oct 12 07:19:47 UTC 2024 7.4K bytes