- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 493 for dort (0.02 sec)
-
LICENSES/vendor/github.com/godbus/dbus/v5/LICENSE
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 24 16:39:50 UTC 2020 - 1.4K bytes - Viewed (0) -
src/main/webapp/css/admin/font-awesome.min.css
ontent:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeri...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Dec 14 21:22:25 UTC 2019 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.numOfThread=Number of Threads labels.duplicateHostName=Duplicate Host Name labels.pageNumber=Page Number labels.password=Password labels.paths=Paths labels.port=Port labels.regex=Regex labels.regularName=Regular Name labels.replacement=Replacement labels.sessionId=Session ID labels.sortOrder=Sort Order labels.updatedBy=Updated By labels.updatedTime=Updated Time labels.urls=URLs labels.userAgent=User Agent labels.username=Username
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java
smbAuth.setServer(hostname); if (StringUtil.isNotBlank(port)) { try { smbAuth.setPort(Integer.parseInt(port)); } catch (final NumberFormatException e) { logger.warn("Failed to parse {}", port, e); } } smbAuth.setUsername(username);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.6K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/DelegatingServerSocketFactory.kt
@Throws(IOException::class) override fun createServerSocket(port: Int): ServerSocket { val serverSocket = delegate.createServerSocket(port) return configureServerSocket(serverSocket) } @Throws(IOException::class) override fun createServerSocket( port: Int, backlog: Int, ): ServerSocket { val serverSocket = delegate.createServerSocket(port, backlog) return configureServerSocket(serverSocket) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 2K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
* Starts the server on the loopback interface for the given port. * * @param port the port to listen to, or 0 for any available port. Automated tests should always * use port 0 to avoid flakiness when a specific port is unavailable. */ @Throws(IOException::class) @JvmOverloads public fun start(port: Int = 0) { start(InetAddress.getByName("localhost"), port) } /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 02 20:36:00 UTC 2025 - 40.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
} return null; } /** * Gets the sort prefix used for identifying sort parameters in search queries. * * @return the sortPrefix */ public String getSortPrefix() { return sortPrefix; } /** * Sets the sort prefix used for identifying sort parameters in search queries. * * @param sortPrefix the sortPrefix to set
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.suggest_word_configuration=Wort vorschlagen labels.suggest_word_title_details=Wort vorschlagen labels.suggest_word_type=Worttyp labels.suggest_word_number=Anzahl der Wörter labels.suggest_word_type_all=Alle labels.suggest_word_type_document=Dokument labels.suggest_word_type_query=Abfrage labels.elevate_word_configuration=Wort erhöhen labels.elevate_word_title_details=Wort erhöhen labels.elevate_word_link_list=Liste
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_config.properties
api.ping.search_engine.fields=status,timed_out # Virtual Host: Host:fess.codelibs.org=fess virtual.host.headers= # Hostname for the HTTP proxy server. http.proxy.host= # Port number for the HTTP proxy server (e.g., 8080). http.proxy.port=8080 # Username for HTTP proxy authentication. http.proxy.username= # Password for HTTP proxy authentication. http.proxy.password= # Maximum size (bytes) for HTTP file uploads.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/CustomCipherSuites.java
return configureSocket((SSLSocket) delegate.createSocket(host, port, localHost, localPort)); } @Override public Socket createSocket(InetAddress host, int port) throws IOException { return configureSocket((SSLSocket) delegate.createSocket(host, port)); } @Override public Socket createSocket(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Mar 14 21:57:42 UTC 2019 - 6.5K bytes - Viewed (0)