Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for truncate (0.06 sec)

  1. src/main/resources/fess_indices/_aws/fess.json

            "turkish_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "truncate10_filter" : {
              "type" : "truncate",
              "length" : 10
            },
            "truncate20_filter" : {
              "type" : "truncate",
              "length" : 20
            },
            "synonym_filter" : {
              "type" : "synonym_graph",
              "synonyms": ["fess,フエス"]
            }
    Registered: 2025-05-26 08:04
    - Last Modified: 2021-03-23 12:38
    - 117.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

            "turkish_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "truncate10_filter" : {
              "type" : "truncate",
              "length" : 10
            },
            "truncate20_filter" : {
              "type" : "truncate",
              "length" : 20
            },
            "synonym_filter" : {
              "type" : "synonym_graph",
              "synonyms": ["fess,フエス"]
            }
    Registered: 2025-05-26 08:04
    - Last Modified: 2021-02-27 09:26
    - 117.3K bytes
    - Viewed (0)
  3. fastapi/routing.py

            self.description = description or inspect.cleandoc(self.endpoint.__doc__ or "")
            # if a "form feed" character (page break) is found in the description text,
            # truncate description text to the content preceding the first "form feed"
            self.description = self.description.split("\f")[0].strip()
            response_fields = {}
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-03-06 12:18
    - 172.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/smb1/SmbFile.java

        // Open Function Encoding
        // create if the file does not exist
        static final int O_CREAT  = 0x0010;
        // fail if the file exists
        static final int O_EXCL   = 0x0020;
        // truncate if the file exists
        static final int O_TRUNC  = 0x0040;
    
        // share access
    /**
     * When specified as the <tt>shareAccess</tt> constructor parameter,
    Registered: 2025-05-25 00:10
    - Last Modified: 2023-03-13 12:00
    - 107.9K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.7.1.min.map

    Registered: 2025-05-26 08:04
    - Last Modified: 2024-10-26 01:07
    - 131.6K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: 2025-05-26 08:04
    - Last Modified: 2024-10-26 01:07
    - 131.6K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/bootstrap.min.css

    ext-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text...
    Registered: 2025-05-26 08:04
    - Last Modified: 2024-10-26 01:49
    - 158.5K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css

    border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:...
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-01-12 06:14
    - 227.5K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        assertThat(hostnameVerifier.calls).containsExactly("verify android.com")
      }
    
      /**
       * We had a bug where OkHttp would crash if HTTP proxies returned a truncated response.
       * https://github.com/square/okhttp/issues/5727
       */
      @Test
      fun proxyUpgradeFailsWithTruncatedResponse() {
        server.enqueue(
          MockResponse
            .Builder()
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-05-27 14:58
    - 146.1K bytes
    - Viewed (0)
  10. internal/s3select/csv/testdata/testdata.zip

    -73.94439697265625 40.809379577636719 1 1.20 7 0 0.5 0 0 7.5 2 1 166 42 green 0.00 0.0 0.0 54 40 8.05 1312 209.01 1 Manhattan 020901 1020901 E MN09 Morningside Heights 3802 1647 224 1 Manhattan 022400 1022400 E MN03 Central Harlem North-Polo Grounds 3803 truncated-records.csv trip_id,vendor_id,pickup_datetime,dropoff_datetime,store_and_fwd_flag,rate_code_id,pickup_longitude,pickup_latitude,dropoff_longitude,dropoff_latitude,passenger_count,trip_distance,fare_amount,extra,mta_tax,tip_amount,tolls_amount,eh...
    Registered: 2025-05-25 19:28
    - Last Modified: 2021-06-01 21:59
    - 111.6K bytes
    - Viewed (0)
Back to top