Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Borg (0.19 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. true */
        String LOGGING_SEARCH_USE_LOGFILE = "logging.search.use.logfile";
    
        /** The key of the configuration. e.g. org.codelibs,org.dbflute,org.lastaflute */
        String LOGGING_APP_PACKAGES = "logging.app.packages";
    
        /** The key of the configuration. e.g. 10000 */
        String FORM_ADMIN_MAX_INPUT_SIZE = "form.admin.max.input.size";
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. CHANGELOG/CHANGELOG-1.27.md

    - go.opencensus.io: v0.23.0 → v0.24.0
    - golang.org/x/mod: v0.9.0 → v0.12.0
    - golang.org/x/oauth2: ee48083 → v0.7.0
    - golang.org/x/sync: v0.1.0 → v0.3.0
    - golang.org/x/time: 90d013b → v0.3.0
    - golang.org/x/tools: v0.7.0 → v0.12.0
    - google.golang.org/api: v0.60.0 → v0.114.0
    - google.golang.org/genproto: c8bf987 → 438c736
    - google.golang.org/grpc: v1.51.0 → v1.56.3
    - google.golang.org/protobuf: v1.28.1 → v1.31.0
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  3. CHANGELOG/CHANGELOG-1.28.md

    - go.uber.org/atomic: v1.7.0 → v1.10.0
    - go.uber.org/multierr: v1.6.0 → v1.11.0
    - golang.org/x/crypto: v0.1.0 → v0.6.0
    - golang.org/x/mod: v0.9.0 → v0.10.0
    - golang.org/x/net: v0.8.0 → v0.9.0
    - golang.org/x/oauth2: ee48083 → v0.6.0
    - golang.org/x/sys: v0.6.0 → v0.7.0
    - golang.org/x/term: v0.6.0 → v0.7.0
    - golang.org/x/text: v0.8.0 → v0.9.0
    - golang.org/x/time: 90d013b → v0.3.0
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    - go.opentelemetry.io/proto/otlp: v0.19.0 → v1.0.0
    - golang.org/x/crypto: v0.11.0 → v0.14.0
    - golang.org/x/mod: v0.10.0 → v0.12.0
    - golang.org/x/net: v0.13.0 → v0.17.0
    - golang.org/x/oauth2: v0.8.0 → v0.10.0
    - golang.org/x/sync: v0.2.0 → v0.3.0
    - golang.org/x/sys: v0.10.0 → v0.13.0
    - golang.org/x/term: v0.10.0 → v0.13.0
    - golang.org/x/text: v0.11.0 → v0.13.0
    - golang.org/x/tools: v0.8.0 → v0.12.0
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  5. doc/go_spec.html

    by automatic tools such as integrated development environments.
    </p>
    
    <h2 id="Notation">Notation</h2>
    <p>
    The syntax is specified using a
    <a href="https://en.wikipedia.org/wiki/Wirth_syntax_notation">variant</a>
    of Extended Backus-Naur Form (EBNF):
    </p>
    
    <pre class="grammar">
    Syntax      = { Production } .
    Production  = production_name "=" [ Expression ] "." .
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    `text/plain` containing JSON data would be accepted and the JSON data would be extracted.
    
    But requests with content type `text/plain` are exempt from [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) preflights, for being considered [Simple requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests). So, the browser would execute them right away including cookies, and the text content could be a JSON string that would be parsed and accepted by the FastAPI...
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
Back to top