Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1561 - 1570 of 1,571 for cani (0.06 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_could_not_open_on_system = "{errors.could_not_open_on_system}";
    
        /** The key of the message: No more results can be displayed. */
        public static final String ERRORS_result_size_exceeded = "{errors.result_size_exceeded}";
    
        /** The key of the message: The file {0} does not exist. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 126.6K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

        waitForDataFrames(Http2Connection.OKHTTP_CLIENT_WINDOW_SIZE)
    
        // Cancel the call and discard what we've buffered for the response body. This should free up
        // the connection flow-control window so new requests can proceed.
        call1.cancel()
        assertThat(
          response1.body.source().discard(1, TimeUnit.SECONDS),
          "Call should not have completed successfully.",
        ).isFalse()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 67.5K bytes
    - Click Count (0)
  3. docs/ja/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ cd ~/code/prisoner-of-azkaban
    
    // You don't need to be in the old directory to deactivate, you can do it wherever you are, even after going to the other project 😎
    $ deactivate
    
    // Activate the virtual environment in prisoner-of-azkaban/.venv 🚀
    $ source .venv/bin/activate
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 28.5K bytes
    - Click Count (0)
  4. src/main/webapp/css/admin/bootstrap.min.css.map

    @include box-shadow($btn-box-shadow, 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5));\n    } @else {\n      // Avoid using mixin so we can pass custom focus shadow properly\n      box-shadow: 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5);\n    }\n  }\n\n  // Disabled comes first so active can properly restyle\n  &.disabled,\n  &:disabled {\n    color: color-yiq($background);\n    background-color: $background;\n    border-color: $border;\n    // Remove...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 639.3K bytes
    - Click Count (1)
  5. src/bufio/bufio_test.go

    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package bufio_test
    
    import (
    	. "bufio"
    	"bytes"
    	"errors"
    	"fmt"
    	"internal/asan"
    	"io"
    	"math/rand"
    	"strconv"
    	"strings"
    	"testing"
    	"testing/iotest"
    	"time"
    	"unicode/utf8"
    )
    
    // Reads from a reader and rot13s the result.
    type rot13Reader struct {
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 07 01:08:54 GMT 2025
    - 51.6K bytes
    - Click Count (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt

      }
    
      /**
       * Webservers may set the initial window size to zero, which is a special case because it means
       * that we have to flush headers immediately before any request body can be sent.
       * https://github.com/square/okhttp/issues/2543
       */
      @Test fun peerSetsZeroFlowControl() {
        peer.setClient(true)
    
        // Write the mocking script.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Jul 31 04:18:40 GMT 2025
    - 75.5K bytes
    - Click Count (0)
  7. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

         * @param sourceDominant A flag indicating whether either the target object or the source object provides the
         *            dominant data.
         * @param hints A set of key-value pairs that customized merger implementations can use to carry domain-specific
         *            information along, may be <code>null</code>.
         */
        public void merge(Model target, Model source, boolean sourceDominant, Map<?, ?> hints) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Apr 03 11:21:39 GMT 2025
    - 99.2K bytes
    - Click Count (0)
  8. src/main/webapp/js/admin/bootstrap.min.js.map

    Kud,iBAAiBlT,SAAYmU,cAAgBT,IAGtDR,gBAAA,WAEE,OADAvd,KAAK4c,IAAM5c,KAAK4c,KAAO9f,UAAEkD,KAAKhC,OAAOwb,UAAU,GACxCxZ,KAAK4c,KAGdkB,aAAA,WACE,IAAM8B,EAAO9iB,UAAEkD,KAAKud,iBAGpBvd,KAAKye,kBAAkBmB,EAAKR,KApFT,mBAoF+Bpf,KAAKue,YACvD,IAAIG,EAAU1e,KAAKogB,cACI,mBAAZ1B,IACTA,EAAUA,EAAQpgB,KAAK0B,KAAK3D,UAG9B2D,KAAKye,kBAAkBmB,EAAKR,KAzFP,iBAyF+BV,GAEpDkB,EAAK5d,YAAe0P,cAItB0O,cAAA,WACE,OAAOpgB,KAAK3D,QAAQE,aAAa,iBAC/ByD,KAAKhC,OAAO0gB,SAGhBJ,iBAAA,WACE,IAAMsB,EAAO9iB,UAAEkD,KAAKud,iBACdsC,EAAWD,EAAKxS,KA...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 180.9K bytes
    - Click Count (0)
  9. src/main/webapp/css/admin/adminlte.min.css.map

    MAAA,EACA,IAAA,EACA,QAAA,KAIJ,0DAEI,WAAA,uBAcJ,8EAEI,WAAA,iCAFJ,uFAKM,WAAA,uBAKN,iDAEI,SAAA,OlFw5VR,sDkF15VI,8CAOI,WAAA,EAPJ,kDAWI,SAAA,OAIJ,2DAEI,WAAA,GAMR,+CAEI,OAAA,EAFJ,2CAMI,OAAA,EACA,KAAA,EACA,SAAA,MACA,MAAA,EACA,QAAA,KAIJ,+CAEI,SAAA,OAFJ,mDAMI,cAAA,EApBJ,+CA6BQ,OAAA,EA7BR,2CAiCQ,OAAA,EACA,KAAA,EACA,SAAA,MACA,MAAA,EACA,QAAA,KAVJ,+CAcI,eAAA,mBA3BR,+CAiCQ,SAAA,OrEjVN,yBqE6TE,kDAEI,OAAA,EAFJ,8CAMI,OAAA,EACA,KAAA,EACA,SAAA,MACA,MAAA,EACA,QAAA,KAVJ,kDAcI,eAAA,mBAIJ,kDAEI,SAAA,QrEjVN,yBqE6TE,kDA...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
  10. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    kamo.kyoto.jp
    kamo.niigata.jp
    kamoenai.hokkaido.jp
    kamogawa.chiba.jp
    kanagawa.jp
    kanan.osaka.jp
    kanazawa.ishikawa.jp
    kanegasaki.iwate.jp
    kaneyama.fukushima.jp
    kaneyama.yamagata.jp
    kani.gifu.jp
    kanie.aichi.jp
    kanmaki.nara.jp
    kanna.gunma.jp
    kannami.shizuoka.jp
    kanonji.kagawa.jp
    kanoya.kagoshima.jp
    kanra.gunma.jp
    kanuma.tochigi.jp
    kanzaki.saga.jp
    kapsi.fi
    karacol.su
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
Back to Top