- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 121 for yams (0.02 seconds)
-
docs/fr/docs/alternatives.md
Le principe est le suivant : vous écrivez la définition du schéma au format YAML dans la docstring de chaque fonction gérant une route. Et il génère des schémas OpenAPI. C'est ainsi que cela fonctionne dans Flask, Starlette, Responder, etc. Mais alors, nous avons à nouveau le problème d'avoir une micro-syntaxe, dans une docstring Python (un gros morceau de YAML).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 26.6K bytes - Click Count (0) -
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) -
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) -
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/ 
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) -
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) -
guava-tests/test/com/google/common/collect/FluentIterableTest.java
public void testOfToString() { assertThat(FluentIterable.of("yam", "bam", "jam", "ham").toString()) .isEqualTo("[yam, bam, jam, ham]"); } public void testToString() { assertThat(FluentIterable.from(emptyList()).toString()).isEqualTo("[]"); assertThat(FluentIterable.<String>of().toString()).isEqualTo("[]"); assertThat(FluentIterable.from(asList("yam", "bam", "jam", "ham")).toString())
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 31.2K bytes - Click Count (0) -
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/joeramboCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Jan 02 06:46:57 GMT 2026 - 19.7K bytes - Click Count (0) -
kotlin-js-store/yarn.lock
dependencies: "@types/node" "*" merge-stream "^2.0.0" supports-color "^8.0.0" js-yaml@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== dependencies:Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Jul 22 12:28:51 GMT 2023 - 87.4K bytes - Click Count (0) -
docs/de/README.md
### Docker Wir bieten Docker-Images auf [ghcr.io](https://github.com/orgs/codelibs/packages) an. Wir stellen auch eine Docker Compose (YAML)-Datei in [diesem Repository](https://github.com/codelibs/docker-fess/tree/master/compose) bereit. ### Browser-Benutzeroberfläche - Suchoberfläche: 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) -
docs/zh-CN/README.md
### Docker 我们在 [ghcr.io](https://github.com/orgs/codelibs/packages) 上提供了 Docker 镜像。我们还在[此存储库](https://github.com/codelibs/docker-fess/tree/master/compose)中提供了 Docker Compose (YAML) 文件。 ### 浏览器 UI - 搜索 UI: http://localhost:8080/  - 管理 UI: http://localhost:8080/admin/ (默认用户名/密码为 admin/admin)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7K bytes - Click Count (0)