Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Crooks (0.36 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // Other management of the container blocks until the hook completes.
      // More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
      // +optional
      optional LifecycleHandler postStart = 1;
    
      // PreStop is called immediately before a container is terminated due to an
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * application/vnd.oasis.opendocument.presentation=odp<br>
         * application/pdf=pdf<br>
         * application/x-fictionbook+xml=fb2<br>
         * application/e-pub+zip=epub<br>
         * application/x-ibooks+zip=ibooks<br>
         * text/plain=txt<br>
         * application/rtf=rtf<br>
         * application/vnd.ms-htmlhelp=chm<br>
         * application/zip=zip<br>
         * application/x-7z-comressed=7z<br>
         * application/x-bzip=bz<br>
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  3. doc/go_spec.html

    </pre>
    
    <h3 id="Type_parameter_declarations">Type parameter declarations</h3>
    
    <p>
    A type parameter list declares the <i>type parameters</i> of a generic function or type declaration.
    The type parameter list looks like an ordinary <a href="#Function_types">function parameter list</a>
    except that the type parameter names must all be present and the list is enclosed
    in square brackets rather than parentheses
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - The "value" part in the `wait --for=jsonpath='{expression}'[=value]` is now
      optional. If the value is not provided i.e., the command looks like `wait --for=jsonpath='{expression}'`
      then the wait condition is interpreted as matched when the expression returns
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🔥 Remove languages without translations. PR [#9743](https://github.com/tiangolo/fastapi/pull/9743) by [@tiangolo](https://github.com/tiangolo).
    * ✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages. PR [#9742](https://github.com/tiangolo/fastapi/pull/9742) by [@tiangolo](https://github.com/tiangolo).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.15.md

    - CustomResourcesDefinition conversion via Web Hooks is promoted to beta. Note that you must set `spec.preserveUnknownFields` to `false`. ([#78426](https://github.com/kubernetes/kubernetes/pull/78426), [@sttts](https://github.com/sttts))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-57316`](https://youtrack.jetbrains.com/issue/KT-57316) Initialize Enum.entries eagerly: avoid using invokedynamics
    - [`KT-57491`](https://youtrack.jetbrains.com/issue/KT-57491) Kotlin synthetic parameter looks ordinary
    - [`KT-56846`](https://youtrack.jetbrains.com/issue/KT-56846) K2: incorrect line & symbol numbers in exception reporting
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
Back to top