Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 129 for naked (0.05 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    \"else\", \"for\", \"function\", \"if\",\n\t  \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n  - Rule accessing a property named \"namespace\": {\"rule\": \"self.__namespace__ \u003e 0\"}\n  - Rule accessing a property named \"x-prop\": {\"rule\": \"self.x__dash__prop \u003e 0\"}\n  - Rule accessing a property named \"redact__d\": {\"rule\": \"self.redact__underscores__d \u003e 0\"}\n\nEquality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// will fulfill this Template, but have a unique identity from the rest
    	// of the StatefulSet. Each pod will be named with the format
    	// <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    	// "web" with index number "3" would be named "web-3".
    	// The only allowed template.spec.restartPolicy value is "Always".
    	Template v1.PodTemplateSpec `json:"template" protobuf:"bytes,3,opt,name=template"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_ppc64le.go

    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.project;
    
    import javax.inject.Inject;
    import javax.inject.Named;
    import javax.inject.Singleton;
    
    import java.io.ByteArrayInputStream;
    import java.io.File;
    import java.io.IOException;
    import java.io.InputStream;
    import java.nio.charset.StandardCharsets;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64.go

    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale NFS file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_s390x.go

    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  7. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

    import org.apache.maven.api.Session;
    import org.apache.maven.api.VersionRange;
    import org.apache.maven.api.annotations.Nullable;
    import org.apache.maven.api.di.Inject;
    import org.apache.maven.api.di.Named;
    import org.apache.maven.api.di.Singleton;
    import org.apache.maven.api.feature.Features;
    import org.apache.maven.api.model.Activation;
    import org.apache.maven.api.model.ActivationFile;
    import org.apache.maven.api.model.Build;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_loong64.go

    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/load.go

    // for any imported packages that are still missing.
    //
    // The first step of each iteration identifies a set of “root” packages.
    // Normally the root packages are exactly those matching the named pattern
    // arguments. However, for the "all" meta-pattern, the final set of packages is
    // computed from the package import graph, and therefore cannot be an initial
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

                } else {
                    final ExpressionValue namedMethod = new MethodInvocationExpression(testSuites, "named", singletonList(new StringValue(suite.getName())));
                    builder.taskMethodInvocation("Include " + suite.getName() + " as part of the check lifecycle", "check", Task.class.getSimpleName(), "dependsOn", namedMethod);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
Back to top