Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for tcagent (0.15 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_UPDATED_TIME = "{labels.updatedTime}";
    
        /** The key of the message: URLs */
        public static final String LABELS_URLS = "{labels.urls}";
    
        /** The key of the message: User Agent */
        public static final String LABELS_USER_AGENT = "{labels.userAgent}";
    
        /** The key of the message: Username */
        public static final String LABELS_USERNAME = "{labels.username}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. cmd/server_test.go

    			c.Assert(strings.Contains(string(getContent), expectedStr), true)
    		}
    	}
    }
    
    // TestListObjectsV2HadoopUAHandler - Test ListObjectsV2 call with max-keys=2 and Hadoop User-Agent
    func (s *TestSuiteCommon) TestListObjectsV2HadoopUAHandler(c *check) {
    	// generate a random bucket name.
    	bucketName := getRandomBucketName()
    	// HTTP request to create the bucket.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        FixedOutputRangeInterface,
        QuantizableResult,
        DeclareOpInterfaceMethods<TFL_ArithmeticCount>]> {
      let summary = "Hyperbolic tangent operator";
    
      let description = [{
        Computes element-wise Hyperbolic tangent of input
      }];
    
      let arguments = (ins TFL_TensorOf<[F32, QI8, QUI8, QI16, TFL_Quint8]>:$input);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    two Object-glasses are laid upon one another. To do which, let there be described a large Arc of a Circle, and a streight Line which may touch that Arc, and parallel to that Tangent several occult Lines, at such distances from it, as the Numbers set against the several Colours in the Table denote. For the Arc, and its Tangent, will represent the Superficies of the Glasses terminating the interjacent Air; and the places where the occult Lines cut the Arc will show at what distances from the center,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    * Enable extensions/v1beta1/NetworkPolicy by default ([#28549](https://github.com/kubernetes/kubernetes/pull/28549), [@caseydavenport](https://github.com/caseydavenport))
    * MESOS: Support a pre-installed km binary at a well known, agent-local path ([#28447](https://github.com/kubernetes/kubernetes/pull/28447), [@k82cn](https://github.com/k82cn))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    	}
    	return res
    }
    
    type warningRecorder struct {
    	mu       sync.Mutex
    	warnings []string
    }
    
    // AddWarning adds a warning to recorder.
    func (r *warningRecorder) AddWarning(agent, text string) {
    	r.mu.Lock()
    	defer r.mu.Unlock()
    	r.warnings = append(r.warnings, text)
    }
    
    func (r *warningRecorder) Warnings() []string {
    	r.mu.Lock()
    	defer r.mu.Unlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    			t.Fatal(err)
    		}
    		u.RawQuery = test.params.Encode()
    		req := &http.Request{Method: "GET", URL: u}
    		req.Header = http.Header{}
    		req.Header.Set("Accept", test.accept)
    		req.Header.Set("User-Agent", test.userAgent)
    		resp, err := http.DefaultClient.Do(req)
    		if err != nil {
    			t.Fatal(err)
    		}
    		if resp.StatusCode != http.StatusOK {
    			t.Fatal(err)
    		}
    		var itemOut genericapitesting.Simple
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.FlockerVolumeSource": {
          "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
          "properties": {
            "datasetName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/h2/pom.xml
    quarkus/core/deployment/pom.xml
    	quarkus/core/devmode-spi/pom.xml
    	quarkus/core/class-change-agent/pom.xml
    	quarkus/independent-projects/bootstrap/core/pom.xml
    	quarkus/independent-projects/bootstrap/maven-resolver/pom.xml
    	quarkus/independent-projects/bootstrap/gradle-resolver/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top