- Sort Score
- Num 10 results
- Language All
Results 771 - 780 of 1,235 for fileOps (0.04 seconds)
-
docs/ru/docs/advanced/templates.md
Например, для ID `42` это отрендерится как: ```html <a href="/items/42"> ``` ## Шаблоны и статические файлы { #templates-and-static-files } Вы также можете использовать `url_for()` внутри шаблона, например, с `StaticFiles`, которые вы монтировали с `name="static"`. ```jinja hl_lines="4" {!../../docs_src/templates/templates/item.html!} ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 5K bytes - Click Count (0) -
docs/tr/docs/advanced/templates.md
Örneğin ID değeri `42` ise, şu şekilde render edilir: ```html <a href="/items/42"> ``` ## Template'ler ve statik dosyalar { #templates-and-static-files } Template içinde `url_for()` kullanabilir ve örneğin `name="static"` ile mount ettiğiniz `StaticFiles` ile birlikte kullanabilirsiniz. ```jinja hl_lines="4" {!../../docs_src/templates/templates/item.html!} ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.8K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportAggregationWorkAction.kt
const val GITHUB_BASE_URL = "https://github.com/gradle/gradle/blob" } override fun execute() { val byCategory = mutableMapOf<String, ProjectNameToProblems>() parameters.reports.files.sorted().forEach { file -> file.forEachLine(Charsets.UTF_8) { val (version, _, problem, relativePath, lineNumber) = it.split(';')Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jun 02 09:57:54 GMT 2025 - 5.2K bytes - Click Count (0) -
docs/zh/docs/advanced/templates.md
``` {% endraw %} ...将生成一个与处理*路径操作函数* `read_item(id=id)`的 URL 相同的链接 例如。当 ID 为 `42` 时, 会渲染成: ```html <a href="/items/42"> ``` ## 模板与静态文件 { #templates-and-static-files } 你还可以在模板内部将 `url_for()` 用于静态文件,例如你挂载的 `name="static"` 的 `StaticFiles`。 ```jinja hl_lines="4" {!../../docs_src/templates/templates/item.html!} ``` 本例中,它将链接到 `static/styles.css` 中的 CSS 文件:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/forbidden/es-all-signatures.txt
java.nio.file.Path#of(java.lang.String, java.lang.String[]) @ Use org.elasticsearch.core.PathUtils.get() instead. java.nio.file.FileSystems#getDefault() @ use org.elasticsearch.core.PathUtils.getDefaultFileSystem() instead. java.nio.file.Files#getFileStore(java.nio.file.Path) @ Use org.elasticsearch.env.Environment.getFileStore() instead, impacted by JDK-8034057 @defaultMessage Use org.elasticsearch.common.Randomness#get for reproducible sources of randomness
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 15:21:26 GMT 2021 - 3.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java
// clean the output directory to ensure no stale files persist fileSystemOperations.delete(d -> d.delete(outputDirectory)); Map<File, String> skippedFilesWithReason = new HashMap<>(); skippedTestByFilePatternTransformations.forEach((filePattern, reason) -> { //resolve file pattern to concrete files for (File file : getTestFiles().matching(filePattern).getFiles()) {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) -
helm/minio/templates/_helper_create_user.txt
if ! checkUserExists ; then echo "Creating user '$USER'" cat $MINIO_ACCESSKEY_SECRETKEY_TMP | ${MC} admin user add myminio else echo "User '$USER' already exists." fi #clean up credentials files. rm -f $MINIO_ACCESSKEY_SECRETKEY_TMP # set policy for user if [ ! -z $POLICY -a $POLICY != " " ] ; then echo "Adding policy '$POLICY' for '$USER'" set +e ; # policy already attach errors out, allow it.Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Dec 12 23:43:32 GMT 2023 - 3.2K bytes - Click Count (0) -
lib/hg/goreposum.py
""" goreposum computes a checksum of all the named state in the remote repo. It hashes together all the branch names and hashes and then all the bookmark names and hashes. Tags are stored in .hgtags files in any of the branches, so the branch metadata includes the tags as well. """ h = hashlib.sha256() peer = hg.peer(ui, {}, url) for name, revs in peer.branchmap().items(): h.update(name) for r in revs:
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Nov 11 15:21:02 GMT 2025 - 2.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
* License for the specific language governing permissions and limitations under * the License. */ package com.google.common.io; import static com.google.common.io.Files.simplifyPath; import static com.google.common.truth.Truth.assertThat; import static java.nio.charset.StandardCharsets.UTF_8; import com.google.common.base.CharMatcher; import com.google.common.base.Splitter;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 11.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
* License for the specific language governing permissions and limitations under * the License. */ package com.google.common.io; import static com.google.common.io.Files.simplifyPath; import static com.google.common.truth.Truth.assertThat; import static java.nio.charset.StandardCharsets.UTF_8; import com.google.common.base.CharMatcher; import com.google.common.base.Splitter;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 11.9K bytes - Click Count (0)