Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for publicId (0.31 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

        public void setId_Equal(String id) {
            setId_Term(id, null);
        }
    
        public void setId_Equal(String id, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setId_Term(id, opLambda);
        }
    
        public void setId_Term(String id) {
            setId_Term(id, null);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

            }
    
            public String getAppCipherAlgorism() {
                return get(FessConfig.APP_CIPHER_ALGORISM);
            }
    
            public String getAppCipherKey() {
                return get(FessConfig.APP_CIPHER_KEY);
            }
    
            public String getAppDigestAlgorism() {
                return get(FessConfig.APP_DIGEST_ALGORISM);
            }
    
            public String getAppEncryptPropertyPattern() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // broadcast semantics (i.e. NCHW will broadcast into dimension 1).
    // The correct 'bias' broadcast will be synthesized manually.
    class ConvertBiasAddOp : public OpRewritePattern<TF::BiasAddOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
      LogicalResult matchAndRewrite(TF::BiasAddOp op,
                                    PatternRewriter &rewriter) const override {
        Location loc = op.getLoc();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-44557`](https://youtrack.jetbrains.com/issue/KT-44557) Implement main function detection to FIR
    - [`KT-67810`](https://youtrack.jetbrains.com/issue/KT-67810) K2: public-API inline function cannot access non-public-API annotation enum
    - [`KT-66447`](https://youtrack.jetbrains.com/issue/KT-66447) Implement KT-59138 under a language feature
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	NamespaceNone = ""
    	// NamespaceSystem is the system namespace where we place system components.
    	NamespaceSystem = "kube-system"
    	// NamespacePublic is the namespace where we place public info (ConfigMaps)
    	NamespacePublic = "kube-public"
    	// NamespaceNodeLease is the namespace where we place node lease objects (used for node heartbeats)
    	NamespaceNodeLease = "kube-node-lease"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    		return fr.readMetaFrame(f.(*http2HeadersFrame))
    	}
    	return f, nil
    }
    
    // connError returns ConnectionError(code) but first
    // stashes away a public reason to the caller can optionally relay it
    // to the peer before hanging up on them. This might help others debug
    // their implementations.
    func (fr *http2Framer) connError(code http2ErrCode, reason string) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// address and port.
    	// The second network, `network2`, in this example is defined differently with all endpoints
    	// retrieved through the specified Multi-Cluster registry being mapped to network2. The
    	// gateway is also defined differently with the name of the gateway service on the remote
    	// cluster. The public IP for the gateway will be determined from that remote service (only
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    * ⬆ Upgrade Swagger UI - swagger-ui-dist@4. This handles a security issue in Swagger UI itself where it could be possible to inject HTML into Swagger UI. Please upgrade as soon as you can, in particular if you expose your Swagger UI (`/docs`) publicly to non-expert users. PR [#4347](https://github.com/tiangolo/fastapi/pull/4347) by [@RAlanWright](https://github.com/RAlanWright).
    
    ### Internal
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // Defaults to false.
      // More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
      // +optional
      optional bool readOnly = 8;
    }
    
    // RangeAllocation is not a public type.
    message RangeAllocation {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (RBDVolumeSource) SwaggerDoc() map[string]string {
    	return map_RBDVolumeSource
    }
    
    var map_RangeAllocation = map[string]string{
    	"":         "RangeAllocation is not a public type.",
    	"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top