Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 737 for Unknown (0.04 sec)

  1. manifests/zzz_profile.yaml

    {{- $profile = (. | fromYaml) }}
    {{- else }}
    {{ fail (cat "unknown profile" .) }}
    {{- end }}
    {{- end }}
    {{- with .Values.compatibilityVersion }}
    {{- with $.Files.Get (printf "files/profile-compatibility-version-%s.yaml" .) }}
    {{- $ignore := mustMergeOverwrite $profile (. | fromYaml) }}
    {{- else }}
    {{ fail (cat "unknown compatibility version" $.Values.compatibilityVersion) }}
    {{- end }}
    {{- end }}
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-04-12 16:18
    - 2.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/NbtException.java

                case UNSPECIFIED:
                    result += "Unspecified error";
                    break;
                default:
                    result += "Unknown error code: " + errorCode;
                }
                break;
            default:
                result += "unknown error class: " + errorClass;
            }
            return result;
        }
    
    
        public NbtException ( int errorClass, int errorCode ) {
    Registered: 2025-05-25 00:10
    - Last Modified: 2018-07-01 13:12
    - 3.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/discovery/v1beta1/generated.proto

    message EndpointConditions {
      // ready indicates that this endpoint is prepared to receive traffic,
      // according to whatever system is managing the endpoint. A nil value
      // indicates an unknown state. In most cases consumers should interpret this
      // unknown state as ready. For compatibility reasons, ready should never be
      // "true" for terminating endpoints.
      // +optional
      optional bool ready = 1;
    
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 8K bytes
    - Viewed (0)
  4. api/maven-api-cli/src/main/mdo/core-extensions.mdo

         */
        public String getId() {
            return (getGroupId() == null ? "[unknown-group-id]" : getGroupId())
                + ":" + (getArtifactId() == null ? "[unknown-artifact-id]" : getArtifactId())
                + ":" + (getVersion() == null ? "[unknown-version]" : getVersion());
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-05-18 09:15
    - 4.4K bytes
    - Viewed (0)
  5. internal/s3select/jstream/decoder.go

    		return i, Number, err
    	case '-':
    		if c = d.next(); c < '0' || c > '9' {
    			return nil, Unknown, d.mkError(ErrSyntax, "in negative numeric literal")
    		}
    		n, err := d.number()
    		if err != nil {
    			return nil, Unknown, err
    		}
    		return -n, Number, nil
    	case 'f':
    		if d.remaining() < 4 {
    			return nil, Unknown, d.mkError(ErrUnexpectedEOF)
    		}
    		//nolint:gocritic
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-23 19:35
    - 13.5K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/templates/clusterrolebinding.yaml

      labels:
        app: {{ template "name" . }}
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "Cni"
        app.kubernetes.io/name: {{ template "name" . }}
        {{- include "istio.labels" . | nindent 4 }}
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-08-13 21:45
    - 2.1K bytes
    - Viewed (0)
  7. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/LinkRenderer.java

            //this if is a bit cheesy but 1-letter classname surely means a generic type and the warning will be useless
            if (className.length() > 1) {
                listener.warning(String.format("Could not generate link for unknown class '%s'", className));
            }
            Element element = document.createElement("classname");
            element.appendChild(document.createTextNode(className));
            return element;
        }
    
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-21 06:20
    - 6.3K bytes
    - Viewed (0)
  8. src/main/resources/mail/es_status.dfmail

    /*
     [Crawler Notification]
    */
    subject: [FESS] Status Change: /*pmb.hostname:orElse('Unknown')*/
    >>>
    --- Server Info ---
    Cluster Name: /*pmb.clustername:orElse('Unknown')*/
    Host Name: /*pmb.hostname:orElse('Unknown')*/
    
    --- Status ---
    Registered: 2025-05-26 08:04
    - Last Modified: 2016-10-27 02:03
    - 291 bytes
    - Viewed (0)
  9. manifests/charts/gateways/istio-ingress/templates/zzz_profile.yaml

    {{- $profile = (. | fromYaml) }}
    {{- else }}
    {{ fail (cat "unknown profile" .) }}
    {{- end }}
    {{- end }}
    {{- with .Values.compatibilityVersion }}
    {{- with $.Files.Get (printf "files/profile-compatibility-version-%s.yaml" .) }}
    {{- $ignore := mustMergeOverwrite $profile (. | fromYaml) }}
    {{- else }}
    {{ fail (cat "unknown compatibility version" $.Values.compatibilityVersion) }}
    {{- end }}
    {{- end }}
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-04-12 16:18
    - 2.8K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/templates/zzz_profile.yaml

    {{- $profile = (. | fromYaml) }}
    {{- else }}
    {{ fail (cat "unknown profile" .) }}
    {{- end }}
    {{- end }}
    {{- with .Values.compatibilityVersion }}
    {{- with $.Files.Get (printf "files/profile-compatibility-version-%s.yaml" .) }}
    {{- $ignore := mustMergeOverwrite $profile (. | fromYaml) }}
    {{- else }}
    {{ fail (cat "unknown compatibility version" $.Values.compatibilityVersion) }}
    {{- end }}
    {{- end }}
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-04-12 16:18
    - 2.8K bytes
    - Viewed (0)
Back to top