Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for art (0.22 sec)

  1. pkg/art/art.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package art
    
    import (
    	_ "embed"
    
    	"github.com/fatih/color"
    )
    
    //go:embed istio-ascii.txt
    var istioASCIIArt string
    
    func IstioArt() string {
    	return istioASCIIArt
    }
    
    func IstioColoredArt() string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 29 16:30:44 UTC 2024
    - 859 bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/model/DefaultIvyArtifactNameTest.groovy

                getExtension() >> "art-ext"
                getType() >> "art-type"
                getClassifier() >> "art-classifier"
            }
    
            when:
            1 * publishArtifact.getName() >> "art-name"
    
            then:
            def name = DefaultIvyArtifactName.forPublishArtifact(publishArtifact)
            name.name == "art-name"
            name.extension == "art-ext"
            name.type == "art-type"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/odml_converter_main.cc

    const char* art = R"(
      ___  ___  __  __ _       ___                     _
     / _ \|   \|  \/  | |     / __|___ _ ___ _____ _ _| |_ ___ _ _
    | (_) | |) | |\/| | |__  | (__/ _ \ ' \ V / -_) '_|  _/ -_) '_|
     \___/|___/|_|  |_|____|  \___\___/_||_\_/\___|_|  \__\___|_|
    )";
    
    int main(int argc, char* argv[]) {
      tensorflow::InitMlir y(&argc, &argv);
      llvm::errs() << art << "\n";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 19:05:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/DefaultProjectDependenciesResolver.java

                        // enable re-resolution
                        org.eclipse.aether.artifact.Artifact art = dep.getArtifact();
                        art = art.setFile(null).setVersion(art.getBaseVersion());
                        dep = dep.setArtifact(art);
                    }
                    collect.addDependency(dep);
                }
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 12 07:49:10 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/metadata/ComponentArtifactMetadataSerializerTest.groovy

            when:
            ModuleComponentArtifactMetadata result = serialize(identifier, serializer)
    
            then:
            result.id.componentIdentifier.group == 'group'
            result.id.componentIdentifier.module == 'module'
            result.id.componentIdentifier.version == 'version'
            result.name.name == "art-name"
            result.name.type == "type"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyManagementResultsAsInputsIntegrationTest.groovy

                            arts.collect { art ->
                                objects.newInstance(ResolvedArtifactBean).tap { bean ->
                                    bean.file = art.file
                                    bean.id = art.id
                                    bean.type = art.type
                                    bean.variant = art.variant
                                }
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/metadata/ComponentArtifactIdentifierSerializerTest.groovy

            when:
            ModuleComponentArtifactIdentifier result = serialize(identifier, serializer)
    
            then:
            result.componentIdentifier.group == 'group'
            result.componentIdentifier.module == 'module'
            result.componentIdentifier.version == 'version'
            result.name.name == "art-name"
            result.name.type == "type"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyFileModule.groovy

                                confs += it
                            }
                        }
                        def attrs = [name: art.name, type: art.type, ext: art.ext, conf: confs.join(',')]
                        if (art.classifier) {
                            attrs["m:classifier"] = art.classifier
                        }
                        builder.artifact(attrs)
                    }
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/security/get-current-user.md

    Verwenden Sie einfach jede Art von Modell, jede Art von Klasse, jede Art von Datenbank, die Sie für Ihre Anwendung benötigen. **FastAPI** deckt das alles mit seinem Dependency Injection System ab.
    
    ## Codegröße
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:08:05 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. .zenodo.json

    {
        "description": "TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.",
        "license": "Apache-2.0",
        "title": "TensorFlow",
        "upload_type": "software",
        "creators": [
            {
                "name": "TensorFlow Developers"
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 18 19:19:25 UTC 2021
    - 741 bytes
    - Viewed (0)
Back to top