- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 171 for labeled (0.04 sec)
-
.github/workflows/build.yml
name: build on: push: branches: - master pull_request: types: [opened, labeled, unlabeled, synchronize] permissions: contents: read env: GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false" jobs: publish: runs-on: ubuntu-latest if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master' steps: - name: Checkout
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 07:15:58 UTC 2025 - 18.1K bytes - Viewed (0) -
docs/LICENSE
closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. d. Effective Technological Measures means those measures that, in the
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 10 16:50:06 UTC 2021 - 18.2K bytes - Viewed (0) -
CHANGELOG.md
## Version 5.0.0-alpha.9 _2022-06-16_ * New: Enforce label length limits in URLs. `HttpUrl` now rejects URLs whose domains aren't valid. This includes overly-long domain names (longer than 253 characters), overly-long labels (more than 63 characters between dots), and empty labels. * New: Don't include the `Content-Length` header in multipart bodies. Servers must delimit
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
// Verify labels are merged String[] labels = (String[]) dataMap.get("label"); assertEquals(3, labels.length); Set<String> labelSet = new HashSet<>(); for (String label : labels) { labelSet.add(label); } assertTrue(labelSet.contains("existing")); assertTrue(labelSet.contains("label1")); assertTrue(labelSet.contains("label2"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
facetQueryView.addQuery("label1", "filetype:html"); facetQueryView.addQuery("label2", "field2:value2"); facetQueryView.init(); Map<String, String> queryMap = facetQueryView.getQueryMap(); // Should have original queries assertEquals("filetype:html", queryMap.get("label1")); assertEquals("field2:value2", queryMap.get("label2"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
assertEquals("{labels.index_lang}", FessLabels.LABELS_index_lang); assertEquals("{labels.index_sort}", FessLabels.LABELS_index_sort); assertEquals("{labels.index_num}", FessLabels.LABELS_index_num); // Test error related labels assertEquals("{labels.error_title}", FessLabels.LABELS_error_title);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.8K bytes - Viewed (0) -
cmd/metrics-v3-types.go
// managed values follow: labelSet map[string]struct{} } func (md *MetricDescriptor) getLabelSet() map[string]struct{} { if md.labelSet != nil { return md.labelSet } md.labelSet = make(map[string]struct{}, len(md.VariableLabels)) for _, label := range md.VariableLabels { md.labelSet[label] = struct{}{} } return md.labelSet }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Feb 28 19:33:08 UTC 2025 - 15.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
key="labels.advance_search_phrase_query" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <input class="form-control" type="text" id="as_epq" name="as.epq" value="${f:h(fe:join(as.epq))}"> </div> </div> <div class="mb-3 row"> <label for="as_oq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message key="labels.advance_search_should_queries" /></label>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
</div> </div> <div class="form-group row"> <label for="ignoreFailureType" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.ignore_failure_type"/></label>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
key="labels.advance_search_phrase_query" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <input class="form-control" type="text" id="as_epq" name="as.epq" value="${f:h(fe:join(as.epq))}"> </div> </div> <div class="mb-3 row"> <label for="as_oq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message key="labels.advance_search_should_queries" /></label>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0)