Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 230 of 273 for role (0.04 sec)

  1. LICENSE

    fee for, acceptance of support, warranty, indemnity, L170: or other liability obligations and/or rights consistent with this L171: License. However, in accepting such obligations, You may act only L172: on Your own behalf and on Your sole responsibility, not on behalf L173: of any other Contributor, and only if You agree to indemnify, L174: defend, and hold each Contributor harmless for any liability L175: incurred by, or claims asserted against, such Contributor by reason...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      11.2K bytes
  2. LICENSE.txt

    fee for, acceptance of support, warranty, indemnity, L169: or other liability obligations and/or rights consistent with this L170: License. However, in accepting such obligations, You may act only L171: on Your own behalf and on Your sole responsibility, not on behalf L172: of any other Contributor, and only if You agree to indemnify, L173: defend, and hold each Contributor harmless for any liability L174: incurred by, or claims asserted against, such Contributor by reason...
    github.com/square/okhttp/LICENSE.txt
    Mon Jul 23 14:02:28 UTC 2012
      11.1K bytes
  3. PairedStats.java

    root-mean-square error in {@code x} as a function of {@code y} is a L169: * fraction {@code sqrt(1/(R*R) - 1)} of the population standard deviation of {@code x}. This fit L170: * does not normally minimize that error: to do that, you should swap the roles of {@code x} and L171: * {@code y}. L172: * L173: * <h3>Non-finite values</h3> L174: * L175: * <p>If the dataset contains any non-finite values ({@link Double#POSITIVE_INFINITY}, {@link L176: * Double#NEGATIVE_INFINITY}, or {@link Double#NaN})...
    github.com/google/guava/guava/src/com/google/co...
    Fri May 12 17:02:53 UTC 2023
      12.6K bytes
  4. gradlew

    POSIX filepath L183: [ -e "$t" ] ;; #( L184: *) false ;; L185: esac L186: then L187: arg=$( cygpath --path --ignore --mixed "$arg" ) L188: fi L189: # Roll the args list around exactly as many times as the number of L190: # args, so each arg winds up back in the position where it started, but L191: # possibly modified. L192: # L193: # NB: a `for` loop captures its iteration...
    github.com/google/guava/integration-tests/gradl...
    Tue Oct 31 19:07:19 UTC 2023
      8.5K bytes
  5. BsSearchLogBhv.java

    .get("referer"))); L86: result.setRequestedAt(toLocalDateTime(source.get("requestedAt"))); L87: result.setResponseTime(DfTypeUtil.toLong(source.get("responseTime"))); L88: result.setRoles(toStringArray(source.get("roles"))); L89: result.setSearchWord(DfTypeUtil.toString(source.get("searchWord"))); L90: result.setUser(DfTypeUtil.toString(source.get("user"))); L91: result.setUserAgent(DfTypeUtil.toString(source.get("userAgent"))); L92:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.5K bytes
  6. Http2Reader.kt

    streamId stream which has a priority change. L531: * @param streamDependency the stream ID this stream is dependent on. L532: * @param weight relative proportion of priority in `[1..256]`. L533: * @param exclusive inserts this stream ID as the sole child of `streamDependency`. L534: */ L535: fun priority( L536: streamId: Int, L537: streamDependency: Int, L538: weight: Int, L539: exclusive: Boolean, L540: ) L541: L542: /** L543: * HTTP/2 only. Receive a push...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      19.9K bytes
  7. HeldCertificate.kt

    certificate is used to verify the signature of the L121: * intermediate certificate, "Entrust Certification Authority - L1M". The intermediate certificate L122: * is used to verify the signature of the "www.squareup.com" certificate. L123: * L124: * This roles are reversed for client authentication. In that case the client has a private key and L125: * a chain of certificates. The server uses a set of trusted root certificates to authenticate the L126: * client. Subject alternative names are not used for...
    github.com/square/okhttp/okhttp-tls/src/main/ko...
    Mon Jan 08 01:13:22 UTC 2024
      21.6K bytes
  8. bootstrap.min.css.map

    // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Set the cursor for non-`<button>` buttons\n//\n// Details at https://github.com/twbs/bootstrap/pull/30562\n[role=\"button\"] {\n cursor: pointer;\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  9. BsUserBhv.java

    result.setPreferredLanguage(DfTypeUtil.toString(source.get("preferredLanguage"))); L105: result.setRegisteredAddress(DfTypeUtil.toString(source.get("registeredAddress"))); L106: result.setRoles(toStringArray(source.get("roles"))); L107: result.setRoomNumber(DfTypeUtil.toString(source.get("roomNumber"))); L108: result.setState(DfTypeUtil.toString(source.get("state"))); L109: result.setStreet(DfTypeUtil.toString(source.get("street"))); L110:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12K bytes
  10. concurrency.md

    run application-layer code. Otherwise one slow stream can hold up the entire connection. L41: L42:Similarly, the reader thread must never block on writing because this can deadlock the connection. Consider a client and server that both violate this rule. If you get unlucky, they could fill up their TCP buffers (so that writes block) and then use their reader threads to write a frame. Nobody is reading on either end, and the buffers are never drained. L43: L44:#### Do-stuff-later pool L45: L46:Sometimes...
    github.com/square/okhttp/docs/contribute/concur...
    Sun Feb 06 16:35:36 UTC 2022
      7K bytes
Back to top