- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 61 for Captions (0.05 sec)
-
popper.min.js.map
...options.modifiers,\n }).forEach(name => {\n this.options.modifiers[name] = {\n // If it's a built-in modifier, use it as base\n ...(Popper.Defaults.modifiers[name] || {}),\n // If there are custom options, override and merge with default ones\n ...(options.modifiers ? options.modifiers[name] : {}),\n };\n });\n\n // Refactoring modifiers' list (Object => Array)\n this.modifiers = Object.keys(this.options.modifiers)\n .map(name => ({\n name,\n ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
Curl.java
return new CurlRequest(Method.HEAD, url); L46: } L47: L48: public static CurlRequest options(final String url) { L49: return new CurlRequest(Method.OPTIONS, url); L50: } L51: L52: public static CurlRequest connect(final String url) { L53: return new CurlRequest(Method.CONNECT, url); L54: } L55: L56: public enum Method { L57: GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, CONNECT; L58: } L59: L60:}...github.com/codelibs/curl4j/src/main/java/org/co...Mon Nov 14 21:05:19 UTC 2022 1.7K bytes -
fess
L1:#!/bin/sh L2: L3:# OPTIONS: L4:# -d daemonize (run in background) L5:# -p pidfile write PID to <pidfile> L6:# -h L7:# --help print command line options L8:# -v print fess version, then exit L9:# -D prop set JAVA system property L10:# -X prop set non-standard JAVA system property L11:# --prop=val L12:# --prop val set fess property (i.e. -Des.<prop>=<val>) L13: L14:CDPATH="" L15:SCRIPT="$0" L16: L17:# SCRIPT may be an arbitrarily...github.com/codelibs/fess/src/main/assemblies/fi...Sun Jan 15 06:32:15 UTC 2023 5.4K bytes -
header.jsp
<button type="submit" name="search" id="searchButton" L21: class="btn btn-primary"> L22: <em class="fa fa-search"> L23: </button> L24: <button type="button" class="btn btn-light" L25: data-toggle="control-options" data-target="#searchOptions" L26: id="searchOptionsButton"> L27: <em class="fa fa-cog"> <span class="sr-only"><la:message L28: key="labels.header_form_option_btn" /></span> L29: </button> L30: </span> L31: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 4.2K bytes -
header.jsp
<button type="submit" name="search" id="searchButton" L21: class="btn btn-primary"> L22: <em class="fa fa-search"> L23: </button> L24: <button type="button" class="btn btn-light" L25: data-toggle="control-options" data-target="#searchOptions" L26: id="searchOptionsButton"> L27: <em class="fa fa-cog"> <span class="sr-only"><la:message L28: key="labels.header_form_option_btn" /></span> L29: </button> L30: </span> L31: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 4.2K bytes -
CorsFilter.java
; L33:import jakarta.servlet.http.HttpServletResponse; L34: L35:public class CorsFilter implements Filter { L36: L37: private static final Logger logger = LogManager.getLogger(CorsFilter.class); L38: L39: protected static final String OPTIONS = "OPTIONS"; L40: L41: @Override L42: public void doFilter(final ServletRequest request, final ServletResponse response, final FilterChain chain) L43: throws IOException, ServletException { L44: final HttpServletRequest httpRequest...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.6K bytes -
maven.yml
windows-latest] L23: L24: steps: L25: - uses: actions/checkout@v2 L26: - name: Set up JDK 11 L27: uses: actions/setup-java@v2 L28: with: L29: java-version: '11' L30: distribution: 'adopt' L31: - name: Build with Maven L32: run: mvn -B package --file pom.xml...github.com/codelibs/curl4j/.github/workflows/ma...Sat Feb 19 00:40:24 UTC 2022 675 bytes -
README.md
L1:cUrl-like Java Client L2:[![Java CI with Maven](https://github.com/codelibs/curl4j/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/curl4j/actions/workflows/maven.yml) L3:===================== L4: L5:curl4j is a simple cUrl-like Java client. L6: L7:## Version L8: L9:[Versions in Maven Repository](https://repo1.maven.org/maven2/org/codelibs/curl4j/) L10: L11:## Using Maven L12: L13:Put the following block into pom.xml if using Maven: L14: L15: <dependency> L16: <gr...github.com/codelibs/curl4j/README.mdSat Feb 19 00:59:27 UTC 2022 566 bytes -
popper.min.js
;e.offsets.reference=L(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=O(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=C(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?'fixed':'absolute',e=P(this.modifiers,e),this.state....github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 20.7K bytes -
search.jsp
ns_menu_num" /> <a L60: href="#searchOptions" class="badge badge-primary" L61: data-toggle="control-options"> <la:message L62: key="labels.searchoptions_num" arg0="${f:h(num)}" /> L63: </a></li> L64: <li class="list-inline-item"><la:message key="labels.searchoptions_menu_lang" /> <a L65: href="#searchOptions" class="badge badge-primary" L66: data-toggle="control-options"> <c:if test="${empty lang}"> L67: <la:message key="labels.searchoptions_all" /> L68: </c:if> <c:if...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 6.6K bytes