Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 614 for sata (0.02 sec)

  1. ImmutableIntArray.java

    call, to append L325: * more values and build again. L326: * L327: * <p><b>Performance note:</b> the returned array is backed by the same array as the builder, so L328: * no data is copied as part of this step, but this may occupy more memory than strictly L329: * necessary. To copy the data to a right-sized backing array, use {@code .build().trimmed()}. L330: */ L331: public ImmutableIntArray build() { L332: return count == 0 ? EMPTY : new ImmutableIntArray(array,...
    github.com/google/guava/guava/src/com/google/co...
    Fri Oct 25 18:05:56 UTC 2024
      21.4K bytes
  2. MultiInputStreamTest.java

    testReadSingle_noStackOverflow() throws IOException { L121: // https://github.com/google/guava/issues/2996 L122: // no data, just testing that there's no StackOverflowException L123: assertEquals(-1, tenMillionEmptySources().read()); L124: } L125: L126: public void testReadArray_noStackOverflow() throws IOException { L127: // https://github.com/google/guava/issues/2996 L128: // no data, just testing that there's no StackOverflowException L129: assertEquals(-1, tenMillionEmptySources().read(new...
    github.com/google/guava/guava-tests/test/com/go...
    Mon Dec 04 17:37:03 UTC 2017
      4.6K bytes
  3. admin_elevateword_upload.jsp

    </ol> L33: </div> L34: </div> L35: </div> L36: </div> L37: <section class="content"> L38: <la:form action="/admin/elevateword/upload/" enctype="multipart/form-data"> L39: <div class="row"> L40: <div class="col-md-12"> L41: <div class="card card-outline card-success"> L42: <div class="card-header"> L43: <h3 class="card-title">...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      5.5K bytes
  4. AbstractFessFileTransformer.java

    return getSite(url, encoding); L481: } L482: L483: @Override L484: public Object getData(final AccessResultData<?> accessResultData) { L485: final byte[] data = accessResultData.getData(); L486: if (data != null) { L487: try { L488: return SerializeUtil.fromBinaryToObject(data); L489: } catch (final Exception e) { L490: throw new CrawlerSystemException("Could not create an instanced from bytes.", e); L491: } L492:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      23.6K bytes
  5. package-info.java

    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: L17:/** L18: * An API for representing graph (node and edge) data. It is analogous to the Java Collections L19: * Framework APIs for lists, maps, sets, etc. L20: * L21: * <p>This package is a part of the open-source <a href="https://github.com/google/guava">Guava</a> L22: * library. L23: */ L24:@CheckReturnValue...
    github.com/google/guava/android/guava/src/com/g...
    Thu Nov 30 22:32:46 UTC 2017
      1K bytes
  6. CHANGELOG.md

    cache that omit insignificant query parameters or other L48: irrelevant data. L49: L50: This feature may be used with `POST` requests to cache their responses. In such cases the L51: request body is not used to determine the cache key, so you must manually add cache-relevant L52: data to the override URL. For example, you could add a `request-body-sha256` query parameter so L53: requests with the same POST data get the same cache entry. L54: L55: * New: `HttpLoggingInterceptor.redactQueryParams()`...
    github.com/square/okhttp/CHANGELOG.md
    Thu Apr 18 01:31:39 UTC 2024
      21.4K bytes
  7. jquery-3.7.1.min.js

    r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=ce.param(v.data,v.traditional)),Vt(Bt,v,t,T),h)return T;for(i in(g=ce.event&&v.global)&&0==ce.active++&&ce.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ft.test(v.type),f=v.url.replace(Rt,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Mt,"+")):(o=v.url.slice(f.length),v.data&&(v.pr...
    github.com/codelibs/fess/src/main/webapp/js/jqu...
    Sat Oct 26 01:07:52 UTC 2024
      85.5K bytes
  8. SimpleIdnaMappingTable.kt

    * L161: * The second element on each line is a mapping type, like `valid` or `mapped`. L162: * L163: * For lines that contain a mapping target, the next thing is a sequence of hex code points (like L164: * 0031 2044 0034). L165: * L166: * All other data is ignored. L167: */ L168:fun BufferedSource.readPlainTextIdnaMappingTable(): SimpleIdnaMappingTable { L169: val mappedTo = Buffer() L170: val result = mutableListOf<Mapping>() L171: L172: while (!exhausted()) { L173: // Skip comment and empty...
    github.com/square/okhttp/okhttp-idna-mapping-ta...
    Mon Jan 08 01:13:22 UTC 2024
      6.8K bytes
  9. outsideSqlMap.dfprop

    not-param-result are auto-generated. L38: # And also not-param-result's properties are auto-generated. L39: # Target procedures are executed actually at Sql2Entity task. L40: # (because of getting from execution meta data (result set meta data)) L41: # This property is valid only when isGenerateProcedureParameterBean is true. L42: # L43: ; isGenerateProcedureCustomizeEntity = false L44: # - - - - - - - - - -/ L45: L46: # /- - - - - - - - - - - - - - - - - -...
    github.com/codelibs/fess/dbflute_fess/dfprop/ou...
    Sat Jul 25 06:04:16 UTC 2015
      8K bytes
  10. Module.md

    L1:# Module okhttp-logging-interceptor L2: L3:An OkHttp interceptor which logs HTTP request and response data....
    github.com/square/okhttp/okhttp-logging-interce...
    Tue Apr 02 11:27:49 UTC 2019
      102 bytes
Back to top