- Sort Score
- Result 10 results
- Languages All
Results 1921 - 1930 of 3,205 for Fall (0.13 sec)
-
src/cmd/asm/internal/lex/stack.go
// Copyright 2015 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. package lex import ( "text/scanner" "cmd/internal/src" ) // A Stack is a stack of TokenReaders. As the top TokenReader hits EOF, // it resumes reading the next one down. type Stack struct { tr []TokenReader }Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jan 09 22:33:23 UTC 2017 - 1.2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java
*/ public abstract Property<URI> getGroovyApi(); /** * Coordinates of the Groovydoc (Javadoc) artifact used to extract the package list for generating Javadoc offline * Example: "org.apache.groovy:groovy-all:4.0.28:groovydoc" */ public abstract Property<String> getGroovyPackageListSrc(); /** * The CSS file to style Javadocs with */ public abstract RegularFileProperty getJavadocCss();Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 21 16:24:54 UTC 2025 - 1.8K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocSuperTypeBuilder.java
String superClassName = classMetaData.getSuperClassName(); if (superClassName != null && !superClassName.equals("org.gradle.api.DefaultTask")) { // Assume this is a class and so has implemented all properties and methods somewhere in the superclass hierarchy ClassDoc superClass = model.getClassDoc(superClassName); classDoc.setSuperClass(superClass); superClass.addSubClass(classDoc);
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Feb 18 17:01:38 UTC 2025 - 2.1K bytes - Viewed (0) -
internal/disk/fdatasync_linux.go
// (st_size, as made by say ftruncate(2)), would require a metadata flush. // // The aim of fdatasync() is to reduce disk activity for applications that // do not require all metadata to be synchronized with the disk. func Fdatasync(f *os.File) error { return syscall.Fdatasync(int(f.Fd())) } // FadviseDontNeed invalidates page-cache func FadviseDontNeed(f *os.File) error {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Sep 29 23:40:28 UTC 2021 - 1.8K bytes - Viewed (0) -
.github/workflows/arm-ci-extended-cpp.yml
# Copyright 2022 The TensorFlow Authors. All Rights Reserved. # # Licensed 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 # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Dec 01 09:57:00 UTC 2025 - 2.5K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupPlugin.kt
* - Missing SDK components after installation * * This plugin generates minimal Android projects for specified SDK version combinations and builds them * sequentially before parallel builds run, ensuring all required SDK components are already downloaded. * * @see <a href="https://github.com/gradle/gradle-private/issues/4910">Issue #4910</a> */ class AndroidHomeWarmupPlugin : Plugin<Project> {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 27 08:49:21 UTC 2025 - 2.2K bytes - Viewed (0) -
LICENSES/third_party/forked/shell2junit/LICENSE
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Jul 08 11:48:19 UTC 2021 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/ArraySettings.java
* <ul> * <li>{@link #get(String)}: Retrieves an array of values associated with the specified key.</li> * <li>{@link #add(String, Object)}: Adds a key-value pair to the settings array.</li> * <li>{@link #delete(String)}: Deletes all entries associated with the specified key.</li> * <li>{@link #delete(String, String)}: Deletes a specific key-value pair from the settings array.</li> * </ul> * * <p>Protected Methods: * <ul>
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 15.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
artifact-cache-report => artifact-cache-report build/reports/configuration-cache/**/configuration-cache-report.html subprojects/internal-build-reports/build/reports/incubation/all-incubating.html => incubation-reports testing/architecture-test/build/reports/binary-compatibility/report.html => binary-compatibility-reports build/reports/dependency-verification/** => dependency-verification-reportsRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 15.6K bytes - Viewed (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# #; isColumnNameCamelCase = false # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o projectPrefix: (NotRequired - Default '') # If the value is 'Ld', all class names are 'LdXxx'. # Basically you don't need this if you don't want the common prefix of class name. # #; projectPrefix = Ld # - - - - - - - - - -/Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0)