- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for minuts (0.05 sec)
-
moment-with-locales.min.js
rn a||s?"nekaj sekund":"nekaj sekundami";case"ss":return n+=1===e?a?"sekundo":"sekundi":2===e?a||s?"sekundi":"sekundah":e<5?a||s?"sekunde":"sekundah":"sekund";case"m":return a?"ena minuta":"eno minuto";case"mm":return n+=1===e?a?"minuta":"minuto":2===e?a||s?"minuti":"minutama":e<5?a||s?"minute":"minutami":a||s?"minut":"minutami";case"h":return a?"ena ura":"eno uro";case"hh":return n+=1===e?a?"ura":"uro":2===e?a||s?"uri":"urama":e<5?a||s?"ure":"urami":a||s?"ur":"urami";case"d":return a||s?"en dan":"enim...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes 1 views -
IntervalControlHelper.java
L95: L96: public IntervalRule(final String from, final String to, final String days, final long delay) { L97: final int[] fints = parseTime(from); L98: fromHours = fints[0]; L99: fromMinutes = fints[1]; L100: final int[] tints = parseTime(to); L101: toHours = tints[0]; L102: toMinutes = tints[1]; L103: final String[] values = days.split(","); L104: final List<Integer> list = new ArrayList<>(); L105: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K bytes -
daterangepicker.js
this.timePickerIncrement) L464: this.startDate.minute(Math.round(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement); L465: L466: if (this.minDate && this.startDate.isBefore(this.minDate)) { L467: this.startDate = this.minDate.clone(); L468: if (this.timePicker && this.timePickerIncrement) L469: this.startDate.minute(Math.round(this.startDate.minute() / this.timePickerIncrement) * this.timePickerIncrement);...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
SynonymItem.java
ictionaryItem; L25: L26:public class SynonymItem extends DictionaryItem { L27: private final String[] inputs; L28: L29: private final String[] outputs; L30: L31: private String[] newInputs; L32: L33: private String[] newOutputs; L34: L35: public SynonymItem(final long id, final String[] inputs, final String[] outputs) { L36: this.id = id; L37: this.inputs = inputs; L38: this.outputs = outputs; L39: L40: if (id == 0) { L41: // create L42: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 3.7K bytes -
SynonymFile.java
inputStrings = split(line, ","); L174: inputs = new String[inputStrings.size()]; L175: for (int i = 0; i < inputs.length; i++) { L176: inputs[i] = unescape(inputStrings.get(i)).trim(); L177: } L178: L179: if (inputs.length > 0) { L180: id++; L181: final SynonymItem item = new SynonymItem(id, inputs, inputs); L182: if (updater != null) {...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 12.5K bytes -
StopwordsItem.java
(StopwordsItem) obj; L80: if (!input.equals(other.input)) { L81: return false; L82: } L83: return true; L84: } L85: L86: @Override L87: public String toString() { L88: return "StopwordsItem [id=" + id + ", inputs=" + input + ", newInputs=" + newInput + "]"; L89: } L90: L91: public String toLineString() { L92: if (isUpdated()) { L93: return StringUtils.join(newInput); L94: } L95: return StringUtils.join(input); L96: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.4K bytes -
ProtwordsItem.java
(ProtwordsItem) obj; L80: if (!input.equals(other.input)) { L81: return false; L82: } L83: return true; L84: } L85: L86: @Override L87: public String toString() { L88: return "ProtwordsItem [id=" + id + ", inputs=" + input + ", newInputs=" + newInput + "]"; L89: } L90: L91: public String toLineString() { L92: if (isUpdated()) { L93: return StringUtils.join(newInput); L94: } L95: return StringUtils.join(input); L96: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.4K bytes -
PluginHelper.java
private static final Logger logger = LogManager.getLogger(PluginHelper.class); L69: L70: protected LoadingCache<ArtifactType, Artifact[]> availableArtifacts = CacheBuilder.newBuilder().maximumSize(10) L71: .expireAfterWrite(5, TimeUnit.MINUTES).build(new CacheLoader<ArtifactType, Artifact[]>() { L72: @Override L73: public Artifact[] load(final ArtifactType key) { L74: final List<Artifact> list = new ArrayList<>(); L75: ...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 01:47:10 UTC 2024 17.8K bytes -
bootstrap.min.css.map
Edge, as it looks bad and cannot be made to\n // match the appearance of the native widget.\n // See https://github.com/twbs/bootstrap/issues/19398.\n color: $input-color;\n background-color: $input-bg;\n }\n}\n\n// Make file inputs better match text inputs by forcing them to new lines.\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n\n//\n// Labels\n//\n\n// For use with horizontal and inline forms, when you need the label (or legend)\n// text to align...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes -
adminlte.min.js.map
'.card-body'\nconst SELECTOR_CARD_FOOTER = '.card-footer'\n\nconst Default = {\n animationSpeed: 'normal',\n collapseTrigger: SELECTOR_DATA_COLLAPSE,\n removeTrigger: SELECTOR_DATA_REMOVE,\n maximizeTrigger: SELECTOR_DATA_MAXIMIZE,\n collapseIcon: 'fa-minus',\n expandIcon: 'fa-plus',\n maximizeIcon: 'fa-expand',\n minimizeIcon: 'fa-compress'\n}\n\nclass CardWidget {\n constructor(element, settings) {\n this._element = element\n this._parent = element.parents(SELECTOR_CARD).first()\n\n if...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes