Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 5,584 for ession (0.25 sec)

  1. okhttp/src/test/java/okhttp3/KotlinDeprecationErrorTest.kt

        val size: Int = formBody.size()
      }
    
      @Test @Disabled
      fun handshake() {
        val handshake: Handshake =
          Handshake.get((localhost().sslSocketFactory().createSocket() as SSLSocket).session)
        val tlsVersion: TlsVersion = handshake.tlsVersion()
        val cipherSuite: CipherSuite = handshake.cipherSuite()
        val peerCertificates: List<Certificate> = handshake.peerCertificates()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/suggest_analyzer.json

            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_fr.properties

    success.update_crawler_params=Paramètres mis à jour.
    success.delete_doc_from_index=Démarrage d'un processus pour supprimer le document de l'index.
    success.crawling_info_delete_all=Données de session supprimées.
    success.start_crawl_process=Démarré un processus d'exploration.
    success.upload_design_file=Téléchargé {0}.
    success.update_design_jsp_file=Mis à jour  {0}.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  5. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java

    import static org.apache.maven.internal.impl.Lifecycles.dependencies;
    import static org.apache.maven.internal.impl.Lifecycles.phase;
    import static org.apache.maven.internal.impl.Lifecycles.plugin;
    
    /**
     * TODO: this is session scoped as SPI can contribute.
     */
    @Named
    @Singleton
    public class DefaultLifecycleRegistry implements LifecycleRegistry {
    
        private static final String MAVEN_PLUGINS = "org.apache.maven.plugins:";
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F16..1F17    ; disallowed                             # NA   <reserved-1F16>..<reserved-1F17>
    1F18          ; mapped                 ; 1F10          # 1.1  GREEK CAPITAL LETTER EPSILON WITH PSILI
    1F19          ; mapped                 ; 1F11          # 1.1  GREEK CAPITAL LETTER EPSILON WITH DASIA
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. docs/en/docs/virtual-environments.md

    ```
    
    But then if you want to run `prisoner-of-azkaban`, you will need to uninstall `harry` version `1` and install `harry` version `3` (or just installing version `3` would automatically uninstall version `1`).
    
    <div class="termy">
    
    ```console
    $ pip install "harry==3"
    ```
    
    </div>
    
    And then you would end up with `harry` version `3` installed in your global Python environment.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 24 03:16:23 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/internal/-HostnamesCommon.kt

    /*
     * Copyright (C) 2021 Square, Inc.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  9. cmd/admin-router.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Sep 21 11:35:40 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_aws/fess.json

              "language":   "bulgarian"
            },
            "bulgarian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "catalan_elision": {
                "type":     "elision",
                "articles": [ "d", "l", "m", "n", "s", "t"]
            },
            "catalan_stop": {
              "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
Back to top