- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 203 for LABEL (0.02 sec)
-
.github/workflows/label-approved.yml
name: Label Approved on: schedule: - cron: "0 12 * * *" workflow_dispatch: permissions: pull-requests: write env: UV_SYSTEM_PYTHON: 1 jobs: label-approved: if: github.repository_owner == 'fastapi' runs-on: ubuntu-latest steps: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v4
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 13:58:30 UTC 2024 - 1.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
<legend><la:message key="labels.index_label" /></legend> <label for="contentLabelType"><la:message key="labels.index_label" /></label> <la:select property="fields.label" styleId="labelTypeSearchOption" multiple="true" styleClass="form-control"> <c:forEach var="item" items="${labelTypeItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </fieldset>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 17 08:19:53 UTC 2019 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
<legend><la:message key="labels.index_label" /></legend> <label for="contentLabelType"><la:message key="labels.index_label" /></label> <la:select property="fields.label" styleId="labelTypeSearchOption" multiple="true" styleClass="form-control"> <c:forEach var="item" items="${labelTypeItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </fieldset>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 17 08:19:53 UTC 2019 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_edit.jsp
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 9.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp
</div> <div class="form-group row"> <label for="suggestWord" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.elevate_word_suggest_word"/></label> <div class="col-sm-9"> <la:errors property="suggestWord"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch_edit.jsp
</div> <div class="form-group row"> <label for="term" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.key_match_term"/></label> <div class="col-sm-9"> <la:errors property="term"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/failing-test.yaml
id: since attributes: label: Since when has it been failing? validations: required: true - type: input id: testgrid attributes: label: Testgrid link - type: textarea id: reason attributes: label: Reason for failure (if possible) - type: textarea id: additional attributes: label: Anything else we need to know? - type: textarea
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Oct 05 16:55:38 UTC 2021 - 1.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype_edit.jsp
</div> <div class="form-group row"> <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.labeltype_name"/></label> <div class="col-sm-9"> <la:errors property="name"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 7.5K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/tflite-other.md
compiling from source placeholder: validations: required: false - type: input id: Compiler attributes: label: GCC/Compiler version description: if compiling from source placeholder: validations: required: false - type: input id: Cuda attributes: label: CUDA/cuDNN version description: placeholder: validations: required: false
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Dec 29 22:28:29 UTC 2022 - 3.4K bytes - Viewed (0) -
istioctl/pkg/injector/injector-list_test.go
}, }, }, expectedRevision: "test-anno", }, { name: "has both rev label and annotation, use label", pod: &corev1.Pod{ ObjectMeta: metav1.ObjectMeta{ Labels: map[string]string{ label.IoIstioRev.Name: "test-label", // don't care about the label }, Annotations: map[string]string{ annotation.SidecarStatus.Name: `{"revision":"test-anno"}`, },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 5.5K bytes - Viewed (0)