- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 488 for commits (0.07 seconds)
-
src/main/java/org/codelibs/fess/util/MemoryUtil.java
*/ package org.codelibs.fess.util; import static org.apache.commons.io.FileUtils.ONE_EB_BI; import static org.apache.commons.io.FileUtils.ONE_GB_BI; import static org.apache.commons.io.FileUtils.ONE_KB_BI; import static org.apache.commons.io.FileUtils.ONE_MB_BI; import static org.apache.commons.io.FileUtils.ONE_PB_BI; import static org.apache.commons.io.FileUtils.ONE_TB_BI; import java.math.BigDecimal;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.3K bytes - Click Count (0) -
.idea/gradle.xml
<build path="$PROJECT_DIR$/build-logic-commons" name="build-logic-commons"> <projects> <project path="$PROJECT_DIR$/build-logic-commons" /> <project path="$PROJECT_DIR$/build-logic-commons/basics" /> <project path="$PROJECT_DIR$/build-logic-commons/build-platform" /> <project path="$PROJECT_DIR$/build-logic-commons/code-quality-rules" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
docs_src/dependencies/tutorial001_py310.py
return {"q": q, "skip": skip, "limit": limit} @app.get("/items/") async def read_items(commons: dict = Depends(common_parameters)): return commons @app.get("/users/") async def read_users(commons: dict = Depends(common_parameters)):Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Jan 07 14:11:31 GMT 2022 - 404 bytes - Click Count (0) -
docs_src/dependencies/tutorial001_an_py310.py
return {"q": q, "skip": skip, "limit": limit} @app.get("/items/") async def read_items(commons: Annotated[dict, Depends(common_parameters)]): return commons @app.get("/users/") async def read_users(commons: Annotated[dict, Depends(common_parameters)]):Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 18 12:29:59 GMT 2023 - 454 bytes - Click Count (0) -
docs/en/data/skip_users.yml
- tiangolo - codecov - github-actions - pre-commit-ci
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Jan 02 17:03:21 GMT 2025 - 67 bytes - Click Count (0) -
docs/ja/docs/tutorial/dependencies/classes-as-dependencies.md
commons: Annotated[Any, Depends(CommonQueryParams)] ``` //// //// tab | Python 3.10+ 注釈なし /// tip | 豆知識 可能であれば`Annotated`バージョンを使用することを推奨します。 /// ```Python commons = Depends(CommonQueryParams) ``` //// 以下にあるように: {* ../../docs_src/dependencies/tutorial003_an_py310.py hl[19] *} しかし、型を宣言することは推奨されています。そうすれば、エディタは`commons`のパラメータとして何が渡されるかを知ることができ、コードの補完や型チェックなどを行うのに役立ちます:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 15:24:30 GMT 2026 - 8.8K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
if (isPrBuild) { value 'Git Commit ID', System.getenv('ghprbActualCommit') tag "pr/${System.getenv('ghprbPullId')}" tag 'pull-request' link 'Source', "https://github.com/elastic/elasticsearch/tree/${System.getenv('ghprbActualCommit')}" link 'Pull Request', System.getenv('ghprbPullLink') } else { value 'Git Commit ID', BuildParams.gitRevision
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 20:40:34 GMT 2021 - 4.6K bytes - Click Count (0) -
scripts/notify_translations.py
class AddCommentResponse(BaseModel): data: AddCommentData class CommentsEdge(BaseModel): node: Comment cursor: str class Comments(BaseModel): edges: list[CommentsEdge] class CommentsDiscussion(BaseModel): comments: Comments class CommentsRepository(BaseModel): discussion: CommentsDiscussion class CommentsData(BaseModel):
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 12.6K bytes - Click Count (0) -
src/main/webapp/css/admin/font-awesome.min.css
reative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-samp...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 14 21:22:25 GMT 2019 - 55.8K bytes - Click Count (0) -
plugin.xml
<target name="remove.jars" if="with.fess"> <delete> <fileset dir="${plugins.dir}"> <include name="configsync/commons-codec-*" /> <include name="dataformat/commons-codec-*" /> <include name="dataformat/commons-collections4-*" /> <include name="dataformat/commons-compress-*" /> <include name="dataformat/commons-math3-*" /> <include name="dataformat/curvesapi-*" /> <include name="dataformat/orangesignal-csv-*" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Feb 12 06:33:24 GMT 2026 - 3.5K bytes - Click Count (0)