- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 61 for Captions (0.09 sec)
-
adminlte.min.js.map
========================\n */\n\nclass PushMenu {\n constructor(element, options) {\n this._element = element\n this._options = $.extend({}, Default, options)\n\n if ($(SELECTOR_OVERLAY).length === 0) {\n this._addOverlay()\n }\n\n this._init()\n }\n\n // Public\n\n expand() {\n const $bodySelector = $(SELECTOR_BODY)\n\n if (this._options.autoCollapseSize && $(window).width() <= this._options.autoCollapseSize) {\n $bodySelector.addClass(CLASS_NAME_OPEN)\n }\n\n...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes -
adminlte.min.js
"))},a._renderItem=function(e,t,a){var i=this;if(a=a.join(" "+this.options.arrowSign+" "),e=unescape(e),t=decodeURI(t),this.options.highlightName||this.options.highlightPath){var o=n.default(lt).val().toLowerCase(),l=new RegExp(o,"gi");this.options.highlightName&&(e=e.replace(l,(function(e){return'<strong class="'+i.options.highlightClass+'">'+e+"</strong>"}))),this.options.highlightPath&&(a=a.replace(l,(function(e){return'<strong class="'+i.options.highlightClass+'">'+e+"</strong>"})))}var s=n.default("<...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
codeql-analysis.yml
detection by changing the below list L26: # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] L27: language: ['java'] L28: # Learn more... L29: # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection L30: L31: steps: L32: - name: Checkout repository L33: uses: actions/checkout@v2 L34: with: L35: # We must fetch at least...github.com/codelibs/curl4j/.github/workflows/co...Fri Oct 02 13:24:14 UTC 2020 2.5K bytes -
Crawler.java
public static void main(final String[] args) { L190: final Options options = new Options(); L191: L192: final CmdLineParser parser = new CmdLineParser(options); L193: try { L194: parser.parseArgument(args); L195: } catch (final CmdLineException e) { L196: System.err.println(e.getMessage()); L197: System.err.println("java " + Crawler.class.getCanonicalName() + " [options...] arguments..."); L198: parser.printUsage(System.err);...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 24K bytes -
SuggestCreator.java
L84: public static void main(final String[] args) { L85: final Options options = new Options(); L86: final CmdLineParser parser = new CmdLineParser(options); L87: try { L88: parser.parseArgument(args); L89: } catch (final CmdLineException e) { L90: System.err.println(e.getMessage()); L91: System.err.println("java " + SuggestCreator.class.getCanonicalName() + " [options...] arguments..."); L92: parser.printUsage(System.err); L93:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 10K bytes -
ThumbnailGenerator.java
public static void main(final String[] args) { L92: final Options options = new Options(); L93: L94: final CmdLineParser parser = new CmdLineParser(options); L95: try { L96: parser.parseArgument(args); L97: } catch (final CmdLineException e) { L98: System.err.println(e.getMessage()); L99: System.err.println("java " + ThumbnailGenerator.class.getCanonicalName() + " [options...] arguments..."); L100: parser.printUsage(System.err);...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 8.2K bytes -
maven.yml
L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4 L23: - name: Set up JDK 21 L24: uses:...github.com/codelibs/fess/.github/workflows/mave...Sat Feb 10 11:19:11 UTC 2024 1.1K bytes -
codeql.yml
L78: # to set the build mode to "manual" for that language. Then modify this step L79: # to build your code. L80: # âšī¸ Command-line programs to run using the OS shell. L81: # đ See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun L82: - if: matrix.build-mode == 'manual' L83: shell: bash L84: run: | L85: echo 'If you are using a "manual" build mode for one or more of the' \ L86: 'languages you are analyzing,...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
daterangepicker.js
this.leftCalendar = {}; L89: this.rightCalendar = {}; L90: L91: //custom options from user L92: if (typeof options !== 'object' || options === null) L93: options = {}; L94: L95: //allow setting options with data attributes L96: //data-api options will be overwritten with custom javascript options L97: options = $.extend(this.element.data(), options); L98: L99: //html template for the picker UI L100: if (typeof options.template...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
help.js
false); L9: }, 3000); L10: return true; L11: }); L12: L13: $(document).on("click touchend", function(e) { L14: if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { L15: $("#searchOptions").removeClass("active"); L16: } L17: }); L18: L19: $("[data-toggle='control-options']").click(function(e) { L20: e.preventDefault(); L21: var target = $(this).attr("data-target") || $(this).attr("href"); L22: if (target) { L23: $(target).toggleClass("active");...github.com/codelibs/fess/src/main/webapp/js/hel...Thu Mar 30 05:45:24 UTC 2023 2K bytes