Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,027 for emit (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#99345](https://github.com/kubernetes/kubernetes/pull/99345), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        assertFailsWith<IllegalStateException> {
          sinkReference.get().flush()
        }
        assertFailsWith<IllegalStateException> {
          sinkReference.get().write("ghi".toByteArray())
          sinkReference.get().emit()
        }
      }
    
      @Test
      fun getHeadersThrows() {
        server.enqueue(MockResponse(socketPolicy = SocketPolicy.DisconnectAtStart))
        assertFailsWith<IOException> {
          getResponse(newRequest("/"))
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    - Added `cronjobs.batch` to "all", so that `kubectl get all` returns them.
    
    - Added flag `--include-uninitialized` to `kubectl annotate`, `apply`, `edit-last-applied`,
      `delete`, `describe`, `edit`, `get`, `label,` and `set`. `--include-uninitialized=true` makes
      kubectl commands apply to uninitialized objects, which by default are ignored
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.23.md

    - Users should not rely on unsupported CRON_TZ variable when specifying schedule, both the API server and cronjob controller will emit warnings pointing to https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/ containing explanation ([#106455](https://github.com/kubernetes/kubernetes/pull/106455), [@soltysh](https://github.com/soltysh)) [SIG Apps]
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-49175`](https://youtrack.jetbrains.com/issue/KT-49175) Inconsistency with extension super-type allowance between suspend / non-suspend function types
    - [`KT-61573`](https://youtrack.jetbrains.com/issue/KT-61573) Emit the compilation warning on expect/actual classes. The warning must mention that expect/actual classes are in Beta
    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)
  6. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_edit.jsp

                                <c:if test="${crudMode == 2}">
                                    <li class="breadcrumb-item active"><la:message
                                            key="labels.dict_protwords_link_edit"/></li>
                                </c:if>
                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#100114](https://github.com/kubernetes/kubernetes/pull/100114), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/badword/admin_badword_edit.jsp

                                <c:if test="${crudMode == 2}">
                                    <li class="breadcrumb-item active"><la:message
                                            key="labels.bad_word_link_edit"/></li>
                                </c:if>
                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp

                                <c:if test="${crudMode == 2}">
                                    <li class="breadcrumb-item active"><la:message
                                            key="labels.elevate_word_link_edit"/></li>
                                </c:if>
                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.2K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/design/admin_design_edit.jsp

                                    <div class="card-header">
                                        <h3 class="card-title">
                                            <la:message key="labels.design_title_edit_content"/>
                                        </h3>
                                    </div>
                                    <div class="card-body">
                                        <h4>${f:h(displayFileName)}</h4>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 3.7K bytes
    - Viewed (0)
Back to top