Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Year (0.17 sec)

  1. okhttp/src/main/kotlin/okhttp3/Cookie.kt

              }
              year == -1 && matcher.usePattern(YEAR_PATTERN).matches() -> {
                year = matcher.group(1).toInt()
              }
            }
    
            pos = dateCharacterOffset(s, end + 1, limit, false)
          }
    
          // Convert two-digit years into four-digit years. 99 becomes 1999, 15 becomes 2015.
          if (year in 70..99) year += 1900
          if (year in 0..69) year += 2000
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Apr 06 04:12:05 GMT 2024
    - 23.1K bytes
    - Viewed (0)
  2. docs/zh/docs/fastapi-people.md

    你可以查看不同时期的 **FastAPI 专家**:
    
    * [上个月](#fastapi-experts-last-month) 🤓
    * [三个月](#fastapi-experts-3-months) 😎
    * [六个月](#fastapi-experts-6-months) 🧐
    * [一年](#fastapi-experts-1-year) 🧑‍🔬
    * [**全部时间**](#fastapi-experts-all-time) 🧙
    
    ## FastAPI 专家 - 上个月
    
    这些是在过去一个月中 [在 GitHub 上帮助他人解答最多问题](help-fastapi.md#github_1){.internal-link target=_blank} 的用户。 🤓
    
    {% if people %}
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 25 17:09:48 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    #                                                     ------
    # The default path of cookie (basically '/' if no context path)
    cookie.default.path = /
    
    # The default expire of cookie in seconds e.g. 31556926: one year, 86400: one day
    cookie.default.expire = 3600
    
    session.tracking.modes=cookie
    
    # ----------------------------------------------------------
    #                                                     Paging
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.29.md

    time specified by `--legacy-service-account-token-clean-up-period` (defaulting to one year), **and** are referenced from the `.secrets` list of a ServiceAccount object, **and**  are not referenced from pods. This label causes the authentication layer to reject use of the credentials. After being labeled as invalid, if the time specified by `--legacy-service-account-token-clean-up-period` (defaulting to one year) passes without the credential being used, the secret is automatically deleted. Secrets...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  5. api/maven-api-model/src/main/mdo/maven.mdo

              <defaultValue>false</defaultValue>
            </field>
            <field>
              <name>inceptionYear</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>The year of the project's inception, specified with 4 digits. This value is
                used when generating copyright notices as well as being informational.</description>
              <type>String</type>
            </field>
            <field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

      controller loop removes service account token secrets that have not been used
      in the time specified by `--legacy-service-account-token-clean-up-period` (defaulting
      to one year), **and are** referenced from the `.secrets` list of a ServiceAccount
      object, **and are not** referenced from pods. ([#115554](https://github.com/kubernetes/kubernetes/pull/115554), [@yt2985](https://github.com/yt2985))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    * ♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date. PR [#11304](https://github.com/tiangolo/fastapi/pull/11304) by [@tiangolo](https://github.com/tiangolo).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String getCookieDefaultPath();
    
        /**
         * Get the value for the key 'cookie.default.expire'. <br>
         * The value is, e.g. 3600 <br>
         * comment: The default expire of cookie in seconds e.g. 31556926: one year, 86400: one day
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCookieDefaultExpire();
    
        /**
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  9. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/type/DefaultTypeProvider.java

                    new DefaultType("war", Language.JAVA_FAMILY, "war", null, true),
                    new DefaultType("ear", Language.JAVA_FAMILY, "ear", null, true),
                    new DefaultType("rar", Language.JAVA_FAMILY, "rar", null, true),
                    new DefaultType("par", Language.JAVA_FAMILY, "par", null, true));
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  10. .teamcity/test-buckets.json

    				},
    				"subprojects":[
    					"scala",
    					"plugins-java-base",
    					"build-cache",
    					"messaging",
    					"war",
    					"java-platform",
    					"build-profile",
    					"resources-gcs",
    					"ear",
    					"plugins-distribution",
    					"build-cache-local"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"composite-builds",
    Json
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed May 01 00:36:47 GMT 2024
    - 50.1K bytes
    - Viewed (0)
Back to top