Search Options

Results per page
Sort
Preferred Languages
Advance

Results 581 - 590 of 989 for readers (0.07 sec)

  1. src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java

    1. final List<StopwordsItem> itemList = new ArrayList<>();
    2. try (BufferedReader reader = new BufferedReader(new InputStreamReader(in, Constants.UTF_8))) {
    3. long id = 0;
    4. String line = null;
    5. while ((line = reader.readLine()) != null) {
    6. if (line.length() == 0 || line.charAt(0) == '#') {
    7. if (updater != null) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java

    1. File file = new File(path);
    2. if (!file.exists()) {
    3. return Collections.emptyList();
    4. }
    5. try (FileReader reader = new FileReader(file)) {
    6. List<UpgradedProperty> upgradedProperties = new Gson().fromJson(reader, new TypeToken<List<UpgradedProperty>>() {}.getType());
    7. // FIXME There should be no duplicates, yet there are some
    8. return upgradedProperties.stream()
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Oct 02 14:20:08 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  3. compat/maven-toolchain-model/src/site/apt/index.apt

    1. The following are generated from this model:
    2.  
    3. * {{{./apidocs/index.html}Java sources}} with Reader and Writers for the Xpp3 XML parser, <<<ToAPiV3()>>> and <<<ToApiV4()>>> transformers, and <<<v4>>> package
    4. for Merger and v4 Reader and Writers for the Xpp3 XML parser,
    5.  
    6. * A {{{./toolchains.html}Descriptor Reference}}
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. tests/test_tutorial/test_additional_responses/test_tutorial004.py

    1.  
    2. def test_path_operation_img():
    3. shutil.copy("./docs/en/docs/img/favicon.png", "./image.png")
    4. response = client.get("/items/foo?img=1")
    5. assert response.status_code == 200, response.text
    6. assert response.headers["Content-Type"] == "image/png"
    7. assert len(response.content)
    8. os.remove("./image.png")
    9.  
    10.  
    11. def test_openapi_schema():
    12. response = client.get("/openapi.json")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. fastapi/security/open_id_connect_url.py

    1. Doc(
    2. """
    3. By default, if no HTTP Authorization header is provided, required for
    4. OpenID Connect authentication, it will automatically cancel the request
    5. and send the client an error.
    6.  
    7. If `auto_error` is set to `False`, when the HTTP Authorization header
    8. is not available, instead of erroring out, the dependency result will
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. tests/test_tutorial/test_additional_responses/test_tutorial002.py

    1.  
    2. def test_path_operation_img():
    3. shutil.copy("./docs/en/docs/img/favicon.png", "./image.png")
    4. response = client.get("/items/foo?img=1")
    5. assert response.status_code == 200, response.text
    6. assert response.headers["Content-Type"] == "image/png"
    7. assert len(response.content)
    8. os.remove("./image.png")
    9.  
    10.  
    11. def test_openapi_schema():
    12. response = client.get("/openapi.json")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  7. okhttp-testing-support/src/main/kotlin/okhttp3/RecordingEventListener.kt

    1. override fun requestHeadersEnd(
    2. call: Call,
    3. request: Request,
    4. ) = logEvent(RequestHeadersEnd(System.nanoTime(), call, request.headers.byteCount()))
    5.  
    6. override fun requestBodyStart(call: Call) = logEvent(RequestBodyStart(System.nanoTime(), call))
    7.  
    8. override fun requestBodyEnd(
    9. call: Call,
    10. byteCount: Long,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 9K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/testing.md

    1. * Para passar um corpo JSON, passe um objeto Python (por exemplo, um `dict`) para o parâmetro `json`.
    2. * Se você precisar enviar *Dados de Formulário* em vez de JSON, use o parâmetro `data`.
    3. * Para passar *headers*, use um `dict` no parâmetro `headers`.
    4. * Para *cookies*, um `dict` no parâmetro `cookies`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. api/go1.5.txt

    1. pkg mime, type WordDecoder struct
    2. pkg mime, type WordDecoder struct, CharsetReader func(string, io.Reader) (io.Reader, error)
    3. pkg mime, type WordEncoder uint8
    4. pkg mime/quotedprintable, func NewReader(io.Reader) *Reader
    5. pkg mime/quotedprintable, func NewWriter(io.Writer) *Writer
    6. pkg mime/quotedprintable, method (*Reader) Read([]uint8) (int, error)
    7. pkg mime/quotedprintable, method (*Writer) Close() error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
  10. cmd/update.go

    1. return resp.Body, nil
    2. }
    3.  
    4. var updateInProgress atomic.Uint32
    5.  
    6. // Function to get the reader from an architecture
    7. func downloadBinary(u *url.URL, mode string) (binCompressed []byte, bin []byte, err error) {
    8. transport := getUpdateTransport(30 * time.Second)
    9. var reader io.ReadCloser
    10. if u.Scheme == "https" || u.Scheme == "http" {
    11. reader, err = getUpdateReaderFromURL(u, transport, mode)
    12. if err != nil {
    13. return nil, nil, err
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top