Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 3311 - 3320 of 9,793 for zile (0.03 seconds)

  1. docs/uk/docs/advanced/settings.md

    ### Файл конфігурації { #the-config-file }
    
    Продовжуючи попередній приклад, ваш файл `config.py` може виглядати так:
    
    {* ../../docs_src/settings/app02_an_py310/config.py hl[10] *}
    
    Зверніть увагу, що тепер ми не створюємо екземпляр за замовчуванням `settings = Settings()`.
    
    ### Основний файл застосунку { #the-main-app-file }
    
    Тепер ми створюємо залежність, яка повертає новий `config.Settings()`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 16.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/util/ports/PortDetector.java

    /*
     * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
     * or more contributor license agreements. Licensed under the Elastic License
     * 2.0 and the Server Side Public License, v 1; you may not use this file except
     * in compliance with, at your election, the Elastic License 2.0 or the Server
     * Side Public License, v 1.
     */
    
    package org.elasticsearch.gradle.internal.util.ports;
    
    public interface PortDetector {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 479 bytes
    - Click Count (0)
  3. docs/ko/docs/advanced/settings.md

    이는 특히 테스트 중에 유용할 수 있는데, 사용자 정의 설정으로 의존성을 override하기가 매우 쉽기 때문입니다.
    
    ### config 파일 { #the-config-file }
    
    이전 예시에서 이어서, `config.py` 파일은 다음과 같을 수 있습니다:
    
    {* ../../docs_src/settings/app02_an_py310/config.py hl[10] *}
    
    이제는 기본 인스턴스 `settings = Settings()`를 생성하지 않는다는 점에 유의하세요.
    
    ### 메인 앱 파일 { #the-main-app-file }
    
    이제 새로운 `config.Settings()`를 반환하는 의존성을 생성합니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/advanced/settings.md

    在某些情境中,從相依(dependency)提供設定,會比在各處使用一個全域的 `settings` 物件更有用。
    
    這在測試時特別實用,因為你可以很容易用自訂的設定來覆寫一個相依。
    
    ### 設定檔 { #the-config-file }
    
    延續前一個範例,你的 `config.py` 可以像這樣:
    
    {* ../../docs_src/settings/app02_an_py310/config.py hl[10] *}
    
    注意現在我們不再建立預設實例 `settings = Settings()`。
    
    ### 主應用程式檔案 { #the-main-app-file }
    
    現在我們建立一個相依,回傳新的 `config.Settings()`。
    
    {* ../../docs_src/settings/app02_an_py310/main.py hl[6,12:13] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  5. .ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-geoip.yml

        description: "Testing of the Elasticsearch %BRANCH% third party tests against GeoIP database service\n"
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
              properties-content: |
                JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
                RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
                geoip_use_service=true
          - shell: |
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 783 bytes
    - Click Count (0)
  6. .github/workflows/publish.yml

              GITHUB_CONTEXT: ${{ toJson(github) }}
            run: echo "$GITHUB_CONTEXT"
          - uses: actions/checkout@v6
          - name: Set up Python
            uses: actions/setup-python@v6
            with:
              python-version-file: ".python-version"
          - name: Install uv
            uses: astral-sh/setup-uv@v7
          - name: Build distribution
            run: uv build
          - name: Publish
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 21 16:45:15 GMT 2026
    - 629 bytes
    - Click Count (0)
  7. src/all.rc

    #!/bin/rc -e
    # Copyright 2012 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.
    
    rfork n
    
    if(! test -f make.rc){
    	echo 'all.rc must be run from $GOROOT/src' >[1=2]
    	exit wrongdir
    }
    
    . ./make.rc --no-banner $*
    bind -b $GOROOT/bin /bin
    ./run.rc --no-rebuild
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue Jun 10 13:00:41 GMT 2025
    - 391 bytes
    - Click Count (0)
  8. src/cmd/asm/internal/asm/testdata/loong64.s

    // Copyright 2022 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.
    
    #include "../../../../../runtime/textflag.h"
    // TODO: cover more instruction
    
    TEXT foo(SB),DUPOK|NOSPLIT,$0
    	JAL	1(PC)	//CALL 1(PC)	//00040054
    	JAL	(R4)	//CALL (R4)	//8100004c
    	// relocation in play so the assembled offset should be 0
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Mar 22 18:50:59 GMT 2023
    - 434 bytes
    - Click Count (0)
  9. .ci/matrix-runtime-javas-fips.yml

    # This file is used as part of a matrix build in Jenkins where the
    # values below are included as an axis of the matrix.
    
    # java11 should always be included as we only support Oracle Java 11 in
    # FIPS 140-2 mode. 
    # We also want to test with the bundled JDK so that we proactively find
    # issues that might later be backported to JDK11. Current bundled JDK is
    # openjdk16
    
    ES_RUNTIME_JAVA:
      - java11
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 24 17:56:51 GMT 2021
    - 414 bytes
    - Click Count (0)
  10. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/PluginUpgradeCliTest.java

    /*
     * Licensed to the Apache Software Foundation (ASF) under one
     * or more contributor license agreements.  See the NOTICE file
     * distributed with this work for additional information
     * regarding copyright ownership.  The ASF licenses this file
     * to you 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
     *
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Sep 29 14:48:39 GMT 2025
    - 9.9K bytes
    - Click Count (0)
Back to Top