Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 231 - 240 of 308 for yams (0.03 seconds)

  1. go.mod

    	golang.org/x/oauth2 v0.29.0
    	golang.org/x/sync v0.13.0
    	golang.org/x/sys v0.32.0
    	golang.org/x/term v0.31.0
    	golang.org/x/time v0.11.0
    	google.golang.org/api v0.230.0
    	gopkg.in/yaml.v2 v2.4.0
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    	aead.dev/mem v0.2.0 // indirect
    	aead.dev/minisign v0.3.0 // indirect
    	cel.dev/expr v0.23.1 // indirect
    	cloud.google.com/go v0.120.1 // indirect
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 10 18:57:03 GMT 2025
    - 12.2K bytes
    - Click Count (0)
  2. docs/ko/docs/alternatives.md

    이는 여러 framework를 위한 plug-in이며(Starlette용 plug-in도 있습니다).
    
    작동 방식은, 각 route를 처리하는 함수의 docstring 안에 YAML 형식으로 schema 정의를 작성하고,
    
    그로부터 OpenAPI schema를 생성합니다.
    
    Flask, Starlette, Responder 등에서 이런 방식으로 동작합니다.
    
    하지만 다시, Python 문자열 내부(큰 YAML)에서 micro-syntax를 다루어야 한다는 문제가 있습니다.
    
    에디터가 이를 크게 도와주지 못합니다. 또한 파라미터나 Marshmallow schema를 수정해놓고 YAML docstring도 같이 수정하는 것을 잊어버리면, 생성된 schema는 오래된 상태가 됩니다.
    
    /// info | 정보
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 26.3K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/RestTestsFromSnippetsTask.groovy

                String body = /(?<body>(?:\n(?!$badBody)[^\n]+)+)/
                String rawRequest = /(?:$method\s+$pathAndQuery$body?)/
                String yamlRequest = /(?:startyaml(?s)(?<yaml>.+?)(?-s)endyaml)/
                String nonComment = /(?:$rawRequest|$yamlRequest)/
                String comment = /(?<comment>#.+)/
                /(?:$comment|$nonComment)\n+/
            }()
    
            /**
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 19.5K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/CopyRestTestsTask.java

    import java.util.function.Function;
    import java.util.stream.Collectors;
    import javax.inject.Inject;
    
    import static org.elasticsearch.gradle.util.GradleUtils.getProjectPathFromTask;
    
    /**
     * Copies the Rest YAML test to the current projects test resources output directory.
     * This is intended to be be used from {@link RestResourcesPlugin} since the plugin wires up the needed
     * configurations and custom extensions.
     *
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 20 21:05:16 GMT 2021
    - 7.7K bytes
    - Click Count (0)
  5. docs/zh-hant/docs/alternatives.md

    但文件仍然缺失,於是 APISpec 出現了。
    
    它是多個框架的外掛(Starlette 也有對應外掛)。
    
    它的作法是:你在處理路由的每個函式的 docstring 中,用 YAML 格式撰寫結構定義。
    
    然後它會產生 OpenAPI schemas。
    
    在 Flask、Starlette、Responder 等框架中都是這樣運作。
    
    但這又帶來一個問題:在 Python 字串中(大型 YAML)加入一段微語法。
    
    編輯器幫不上太多忙。而且如果我們修改了參數或 Marshmallow 的 schemas 卻忘了同步修改 YAML docstring,產生的結構就會過時。
    
    /// info
    
    APISpec 由與 Marshmallow 相同的開發者創建。
    
    ///
    
    /// check | 啟發 **FastAPI**
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.34.md

    ## Dependencies
    
    ### Added
    - go.yaml.in/yaml/v2: v2.4.2
    - go.yaml.in/yaml/v3: v3.0.3
    
    ### Changed
    - k8s.io/kube-openapi: c8a335a → 8b98d1e
    - sigs.k8s.io/yaml: v1.4.0 → v1.5.0
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.34.0-alpha.1
    
    
    ## Downloads for v1.34.0-alpha.1
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:19:43 GMT 2026
    - 368.7K bytes
    - Click Count (2)
  7. README.md

    For more details, see the [Installation Guide](https://fess.codelibs.org/15.5/install/index.html).
    
    ### Docker
    
    We provide Docker images on [ghcr.io](https://github.com/orgs/codelibs/packages). We also provide a Docker Compose (YAML) file in [this repository](https://github.com/codelibs/docker-fess/tree/master/compose). 
    
    ### Browser UI
    
    - Search UI: http://localhost:8080/
    
    ![Search UI](https://fess.codelibs.org/_images/fess_search_result1.png)
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Feb 14 03:19:23 GMT 2026
    - 7.8K bytes
    - Click Count (2)
  8. docs/es/README.md

    ### Docker
    
    Proporcionamos imágenes de Docker en [ghcr.io](https://github.com/orgs/codelibs/packages). También proporcionamos un archivo Docker Compose (YAML) en [este repositorio](https://github.com/codelibs/docker-fess/tree/master/compose).
    
    ### Interfaz de Usuario en el Navegador
    
    - Interfaz de búsqueda: http://localhost:8080/
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  9. docs/en/data/github_sponsors.yml

        avatarUrl: https://avatars.githubusercontent.com/u/4472301?v=4
        url: https://github.com/danielunderwood
      - login: hoenie-ams
        avatarUrl: https://avatars.githubusercontent.com/u/25708487?u=cda07434f0509ac728d9edf5e681117c0f6b818b&v=4
        url: https://github.com/hoenie-ams
      - login: joerambo
        avatarUrl: https://avatars.githubusercontent.com/u/26282974?v=4
        url: https://github.com/joerambo
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Jan 02 06:46:57 GMT 2026
    - 19.7K bytes
    - Click Count (0)
  10. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java

    import com.fasterxml.jackson.databind.node.NumericNode;
    import com.fasterxml.jackson.databind.node.ObjectNode;
    import com.fasterxml.jackson.databind.node.TextNode;
    import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
    import com.fasterxml.jackson.dataformat.yaml.YAMLParser;
    
    import org.apache.commons.lang3.tuple.Pair;
    import org.elasticsearch.gradle.Version;
    import org.elasticsearch.gradle.VersionProperties;
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 22.3K bytes
    - Click Count (0)
Back to Top