Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,250 for going (0.13 sec)

  1. docs/en/docs/tutorial/query-params.md

    As query parameters are not a fixed part of a path, they can be optional and can have default values.
    
    In the example above they have default values of `skip=0` and `limit=10`.
    
    So, going to the URL:
    
    ```
    http://127.0.0.1:8000/items/
    ```
    
    would be the same as going to:
    
    ```
    http://127.0.0.1:8000/items/?skip=0&limit=10
    ```
    
    But if you go to, for example:
    
    ```
    http://127.0.0.1:8000/items/?skip=20
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Oct 20 09:08:42 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. src/runtime/time_nofake.go

    // Such code should be updated to use:
    //
    //	var start = time.Now() // at init time
    //
    // and then replace nanotime() with time.Since(start), which is equally fast.
    //
    // However, all the code linknaming nanotime is never going to go away.
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname nanotime
    //go:nosplit
    func nanotime() int64 {
    	return nanotime1()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/RemappingScriptSource.java

     * each build file in a separate directory based on the hash of the script contents, we can use the same file name
     * for each class. When the script is going to be loaded from the cache, we will get this class and set the path to the script using {@link
     * org.gradle.groovy.scripts.Script#setScriptSource(org.gradle.groovy.scripts.ScriptSource)}
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 02 16:56:13 UTC 2016
    - 1.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/metadata/MavenImmutableAttributesFactory.java

    import org.gradle.api.internal.attributes.ImmutableAttributesFactory;
    
    /**
     * A specialized attributes factory for Maven metadata. The specialized methods take advantage
     * of the fact we know that for derived variants, we're going to see almost always the same input
     * attributes, and the same mutations to make on them, so it's more efficient to map them, than
     * recomputing each time.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/metadata/RedirectingGradleMetadataModuleMetadataSource.java

     * and if it finds a marker in the POM (Ivy), it will use Gradle metadata instead.
     *
     * It also means that we're going to pay a small price if Gradle metadata is present: we would fetch
     * a POM file and parse it, then fetch Gradle metadata and parse it (doing twice the work).
     */
    public class RedirectingGradleMetadataModuleMetadataSource implements MetadataSource<MutableModuleComponentResolveMetadata> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/serialize/ClassPathEncodingExtensions.kt

    import org.gradle.internal.serialize.graph.writeCollection
    import org.gradle.internal.serialize.graph.writeFile
    
    
    internal
    fun Encoder.writeClassPath(classPath: ClassPath) {
        // Ensure that the proper type is going to be restored,
        // because it is important for the equality checks.
        if (classPath is TransformedClassPath) {
            writeBoolean(true)
            writeTransformedClassPath(classPath)
        } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/ConfigurationCacheOutputCleaner.java

     */
    public class ConfigurationCacheOutputCleaner implements OutputNormalizer {
        // The configuration of the normalizers is static (defined in the annotations), so this
        // normalizer is going to be applied everywhere. We don't want, however, to remove configuration
        // cache output from the tests that check this very output, thus this switch exists.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. cmd/genswaggertypedocs/swagger_type_docs.go

    	"k8s.io/klog/v2"
    )
    
    var (
    	functionDest = flag.StringP("func-dest", "f", "-", "Output for swagger functions; '-' means stdout (default)")
    	typeSrc      = flag.StringP("type-src", "s", "", "From where we are going to read the types")
    	verify       = flag.BoolP("verify", "v", false, "Verifies if the given type-src file has documentation for every type")
    )
    
    func main() {
    	flag.Parse()
    
    	if *typeSrc == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  9. pkg/ledger/smt_tools.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package ledger
    
    import (
    	"bytes"
    )
    
    // Get fetches the value of a key by going down the current trie root.
    func (s *smt) Get(key []byte) ([]byte, error) {
    	return s.GetPreviousValue(s.Root(), key)
    }
    
    // GetPreviousValue returns the value as of the specified root hash.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/certs/doc.go

    			.Networking.DNSDomain is needed for knowing which DNS name the internal Kubernetes service has
    			.Networking.ServiceSubnet is needed for knowing which IP the internal Kubernetes service is going to point to
    			.CertificatesDir is required for knowing where all certificates should be stored
    
    	OUTPUTS:
    		Files to .CertificatesDir (default /etc/kubernetes/pki):
    		 - ca.crt
    		 - ca.key
    		 - apiserver.crt
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 02 09:38:56 UTC 2018
    - 1.9K bytes
    - Viewed (0)
Back to top