Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 274 for INTERNAL (0.57 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.service
    
    import com.google.common.reflect.TypeToken
    import org.gradle.api.Action
    import org.gradle.api.NonNullApi
    import org.gradle.internal.Factory
    import org.gradle.internal.concurrent.Stoppable
    import org.gradle.util.internal.TextUtil
    import spock.lang.Specification
    
    import java.lang.annotation.Annotation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserProfileTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser
    
    import org.gradle.api.internal.artifacts.DefaultModuleIdentifier
    import org.gradle.internal.component.external.descriptor.MavenScope
    import spock.lang.Issue
    
    import static org.gradle.api.internal.component.ArtifactType.MAVEN_POM
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  3. src/cmd/link/internal/loader/loader.go

    // license that can be found in the LICENSE file.
    
    package loader
    
    import (
    	"bytes"
    	"cmd/internal/bio"
    	"cmd/internal/goobj"
    	"cmd/internal/obj"
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/sym"
    	"debug/elf"
    	"fmt"
    	"internal/abi"
    	"io"
    	"log"
    	"math/bits"
    	"os"
    	"sort"
    	"strings"
    )
    
    var _ = fmt.Print
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  4. src/reflect/type.go

    // for that type.
    //
    // See "The Laws of Reflection" for an introduction to reflection in Go:
    // https://golang.org/doc/articles/laws_of_reflection.html
    package reflect
    
    import (
    	"internal/abi"
    	"internal/goarch"
    	"strconv"
    	"sync"
    	"unicode"
    	"unicode/utf8"
    	"unsafe"
    )
    
    // Type is the representation of a Go type.
    //
    // Not all methods apply to all kinds of types. Restrictions,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    				break
    			}
    			if !deleted {
    				// This is unreachable code, the volume was provisioned by an
    				// internal plugin and therefore there MUST be an internal
    				// plugin that deletes it.
    				logger.Error(nil, "Error finding internal deleter for volume plugin", "plugin", plugin.GetPluginName())
    				break
    			}
    			// Delete failed, try again after a while.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

     */
    
    package org.gradle.api.internal.provider
    
    import org.gradle.api.Action
    import org.gradle.api.Task
    import org.gradle.api.Transformer
    import org.gradle.api.internal.provider.CircularEvaluationSpec.CircularChainEvaluationSpec
    import org.gradle.api.provider.Provider
    import org.gradle.api.specs.Spec
    import org.gradle.internal.Describables
    import org.gradle.internal.DisplayName
    import org.gradle.internal.state.Managed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

                    module('org:test:1.0')
                }
            }
    
            and:
            outputDoesNotContain("Cannot set attributes for dependency \"org:test:1.0\": it was probably created by a plugin using internal APIs")
        }
    
        def "can declare attributes on constraints"() {
            given:
            repository {
                'org:test:1.0'()
            }
    
            buildFile << """
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/elf.go

    // license that can be found in the LICENSE file.
    
    package ld
    
    import (
    	"cmd/internal/notsha256"
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"debug/elf"
    	"encoding/binary"
    	"encoding/hex"
    	"fmt"
    	"internal/buildcfg"
    	"os"
    	"path/filepath"
    	"runtime"
    	"sort"
    	"strings"
    )
    
    /*
     * Derived from:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  9. docs/ru/docs/deployment/docker.md

    Чаще всего это простой файл `requirements.txt` с построчным перечислением библиотек и их версий.
    
    При этом Вы, для выбора версий, будете использовать те же идеи, что упомянуты на странице [О версиях FastAPI](versions.md){.internal-link target=_blank}.
    
    Ваш файл `requirements.txt` может выглядеть как-то так:
    
    ```
    fastapi>=0.68.0,<0.69.0
    pydantic>=1.8.0,<2.0.0
    uvicorn>=0.15.0,<0.16.0
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

    import org.gradle.api.internal.artifacts.ivyservice.CacheLayout
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.integtests.fixtures.UnsupportedWithConfigurationCache
    import org.gradle.security.fixtures.KeyServer
    import org.gradle.security.fixtures.SigningFixtures
    import org.gradle.security.fixtures.SimpleKeyRing
    import org.gradle.security.internal.Fingerprint
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
Back to top