- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 85 for same (0.12 sec)
-
popper.min.js.map
ions.modifiers)\n .map(name => ({\n name,\n ...this.options.modifiers[name],\n }))\n // sort the modifiers by order\n .sort((a, b) => a.order - b.order);\n\n // modifiers have the ability to execute arbitrary code when Popper.js get inited\n // such code is executed in the same order of its modifier\n // they could add new properties to their options configuration\n // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
SynonymFile.java
sides = split(line, "=>"); L142: if (sides.size() > 1) { // explicit mapping L143: if (sides.size() != 2) { L144: throw new DictionaryException("more than one explicit mapping specified on the same line"); L145: } L146: final List<String> inputStrings = split(sides.get(0), ","); L147: inputs = new String[inputStrings.size()]; L148: for (int i = 0; i < inputs.length; i++)...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 12.5K bytes -
daterangepicker.js
L1324: } L1325: this.endDate = null; L1326: this.setStartDate(date.clone()); L1327: } else if (!this.endDate && date.isBefore(this.startDate)) { L1328: //special case: clicking the same date for start/end, L1329: //but the time of the end date is before the start date L1330: this.setEndDate(this.startDate.clone()); L1331: } else { // picking end L1332: if (this.timePicker) {...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
bootstrap.min.css.map
992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min)...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes -
adminlte.min.css.map
background-color: rgba($dark, .7);\n color: $gray-100;\n }\n\n @each $name, $color in $theme-colors-alt {\n @include toast-variant($name, $color);\n }\n\n @each $name, $color in $colors-alt {\n @include toast-variant($name, $color);\n }\n }\n}\n\n\n.toast {\n @each $name, $color in $theme-colors {\n @include toast-variant($name, $color);\n }\n @each $name, $color in $colors {\n @include toast-variant($name, $color);\n }\n}\n","//\n// Mixins: Toasts\n//\n\n// Toast Variant\n@mixin...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes -
SpnegoAuthenticator.java
if (SpnegoHttpFilter.Constants.LOGIN_CONF.equals(name)) { L196: return getResourcePath(getProperty(SPNEGO_LOGIN_CONF, "auth_login.conf")); L197: } L198: if (SpnegoHttpFilter.Constants.KRB5_CONF.equals(name)) { L199: return getResourcePath(getProperty(SPNEGO_KRB5_CONF, "krb5.conf")); L200: } L201: if (SpnegoHttpFilter.Constants.CLIENT_MODULE.equals(name)) { L202: return getProperty(SPNEGO_LOGIN_CLIENT_MODULE,...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 11.2K bytes -
adminlte.min.js.map
trim(text.replace(/(\\r\\n|\\n|\\r)/gm, ' '))\n }\n\n _renderItem(name, link, path) {\n path = path.join(` ${this.options.arrowSign} `)\n name = unescape(name)\n link = decodeURI(link)\n\n if (this.options.highlightName || this.options.highlightPath) {\n const searchValue = $(SELECTOR_SEARCH_INPUT).val().toLowerCase()\n const regExp = new RegExp(searchValue, 'gi')\n\n if (this.options.highlightName) {\n name = name.replace(\n regExp,\n str => {\n ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes -
dbflute.xml
L1:<?xml version="1.0" encoding="UTF-8"?> L2:<project name="dbflute" basedir="."> L3: <property name="mydbflute.dir" value="${basedir}/mydbflute" /> L4: <property name="target.dir" value="${basedir}/target" /> L5: <property name="branch.name" value="fess-14.17" /> L6: <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> L7: L8: <target name="mydbflute.check"> L9: <condition property="mydbflute.exists"> L10: <available...github.com/codelibs/fess/dbflute.xmlSat Sep 21 05:37:26 UTC 2024 1000 bytes -
PluginHelper.java
isExcludedName(final ArtifactType artifactType, final String name) { L167: if (artifactType != ArtifactType.CRAWLER) { L168: return false; L169: } L170: L171: if ("fess-crawler".equals(name)// L172: || "fess-crawler-db".equals(name)// L173: || "fess-crawler-db-h2".equals(name)// L174: || "fess-crawler-db-mysql".equals(name)// L175: || "fess-crawler-es".equals(name)// L176: || "fess-crawler-lasta".equals(name)//...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 01:47:10 UTC 2024 17.8K bytes -
bootstrap.min.js.map
his)\n }\n }\n}\n\n/**\n * Data API implementation\n */\n\n$(document).on(\n EVENT_CLICK_DATA_API,\n SELECTOR_DISMISS,\n Alert._handleDismiss(new Alert())\n)\n\n/**\n * jQuery\n */\n\n$.fn[NAME] = Alert._jQueryInterface\n$.fn[NAME].Constructor = Alert\n$.fn[NAME].noConflict = () => {\n $.fn[NAME] = JQUERY_NO_CONFLICT\n return Alert._jQueryInterface\n}\n\nexport default Alert\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.6.2): button.js\n...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 180.9K bytes