- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 154 for reminder (0.07 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java
final String oldIndex = "." + index; if (client.existsIndex(oldIndex) && client.existsIndex(index)) { logger.info("Copying from {} to {}", oldIndex, index); if (!client.reindex(oldIndex, index, false)) { logger.warn("Failed to copy from {} to {}", oldIndex, index); } } else if (logger.isDebugEnabled()) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 54K bytes - Viewed (0) -
src/archive/tar/reader.go
// normally be visible to the outside. As such, this loop iterates through // one or more "header files" until it finds a "normal file". format := FormatUSTAR | FormatPAX | FormatGNU for { // Discard the remainder of the file and any padding. if err := discard(tr.r, tr.curr.physicalRemaining()); err != nil { return nil, err } if _, err := tryReadFull(tr.r, tr.blk[:tr.pad]); err != nil { return nil, err }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.ldap_memberof_attribute=memberOf Attribute labels.storage_endpoint=Endpoint labels.storage_access_key=Access Key labels.storage_secret_key=Secret Key labels.storage_bucket=Bucket labels.upgrade_reindex=Reindex labels.replace_aliases=Update Aliases labels.reset_dictionaries=Reset Dictionaries labels.reindex_start_button=Start labels.doc_score=Score:
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.gidNumber=gidNumber labels.user_homeDirectory=Home Directory labels.homeDirectory=Home Directory labels.upgrade_title_configuration=Upgrade labels.upgrade_data_migration=Data Migration labels.upgrade_reindex=Reindex labels.upgrade_start_button=Start labels.replace_aliases=Update Aliases labels.reset_dictionaries=Reset Dictionaries labels.reindex_start_button=Start labels.targetVersion=Version labels.target_version=Version From
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
this.updateCalendars(); //update the form inputs above the calendars with the new time this.updateFormInputs(); //re-render the time pickers because changing one selection can affect what's enabled in another this.renderTimePicker('left'); this.renderTimePicker('right'); },
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
pom.xml
<exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>percolator-client</artifactId> </exclusion> <exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>reindex-client</artifactId> </exclusion> <exclusion> <groupId>org.opensearch.plugin</groupId> <artifactId>mapper-extras-client</artifactId> </exclusion> <exclusion>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.general_storage=Storage labels.ldap_group_filter=Group Filter labels.storage_endpoint=Endpoint labels.storage_access_key=Access Key labels.storage_secret_key=Secret Key labels.storage_bucket=Bucket labels.upgrade_reindex=Reindex labels.replace_aliases=Update Aliases labels.reset_dictionaries=Reset Dictionaries labels.reindex_start_button=Start labels.doc_score=Score:
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
guava/src/com/google/common/cache/LocalCache.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 149.2K bytes - Viewed (0) -
doc/go1.17_spec.html
- difference integers, floats, complex values * product integers, floats, complex values / quotient integers, floats, complex values % remainder integers & bitwise AND integers | bitwise OR integers ^ bitwise XOR integers &^ bit clear (AND NOT) integers
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
doc/asm.html
such as <code>name(SB)</code>, but not offsets from symbols, such as <code>name+4(SB)</code>. </p> <p> Instructions, registers, and assembler directives are always in UPPER CASE to remind you that assembly programming is a fraught endeavor. (Exception: the <code>g</code> register renaming on ARM.) </p> <p> In Go object files and binaries, the full name of a symbol is the
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0)