- Sort Score
- Num 10 results
- Language All
Results 521 - 530 of 1,008 for charsA (0.04 seconds)
-
src/main/webapp/WEB-INF/view/searchOptions.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <h3 id="searchOptionsLabel"> <la:message key="labels.search_options" /> </h3> <div> <fieldset class="mb-3"> <legend><la:message key="labels.index_num" /></legend> <label for="numSearchOption"><la:message key="labels.index_num" /></label> <la:select property="num" styleId="numSearchOption" styleClass="form-control"> <option value="10">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 18 05:47:48 GMT 2025 - 3.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ConcatFilesTask.java
* in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ package org.elasticsearch.gradle.internal; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.StandardOpenOption; import java.util.ArrayList; import java.util.LinkedHashSet; import java.util.List; import org.gradle.api.DefaultTask;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.8K bytes - Click Count (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
setFlags(flags); pos += 4; charset = (flags & NTLMSSP_NEGOTIATE_UNICODE) != 0 ? UNI_ENCODING : getOEMEncoding(); } setDomain(new String(domainBytes, charset)); setUser(new String(userBytes, charset)); setWorkstation(new String(workstationBytes, charset)); final int micLen = pos + 24; // Version + MIC
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
NOTICE
-------------------------------------------------------------------------------- https://github.com/lmenezes/elasticsearch-kopf The MIT License (MIT) Copyright (c) 2014 Leonardo Menezes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 15 23:53:08 GMT 2020 - 2.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/dfs/DfsReferralRequestBuffer.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.internal.dfs; import java.nio.charset.StandardCharsets; import jcifs.Encodable; import jcifs.internal.util.SMBUtil; /** * DFS (Distributed File System) referral request buffer encoder.
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/UpdateShasTask.java
import org.gradle.api.tasks.Internal; import org.gradle.api.tasks.TaskAction; import org.gradle.api.tasks.TaskProvider; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.StandardOpenOption; import java.security.NoSuchAlgorithmException; import java.util.Set; /**
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.6K bytes - Click Count (0) -
LICENSES/third_party/forked/shell2junit/LICENSE
incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Jul 08 11:48:19 GMT 2021 - 9.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> ${fe:html(true)} <head> <meta charset="UTF-8"> <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.user_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> </head> <body class="hold-transition sidebar-mini"> <div class="wrapper">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 17.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientExceptionTest.java
} @Test public void test_constructor_withSpecialCharactersInMessage() { // Test constructor with special characters in message String message = "Error with special chars: \n\t\r\"'<>&"; SearchEngineClientException exception = new SearchEngineClientException(message); assertNotNull(exception); assertEquals(message, exception.getMessage());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/HtmlIndexExportFormatter.java
final StringBuilder html = new StringBuilder(); html.append("<!DOCTYPE html>\n"); html.append("<html lang=\"").append(lang).append("\">\n"); html.append("<head>\n"); html.append("<meta charset=\"UTF-8\">\n"); html.append("<title>").append(title).append("</title>\n"); for (final Map.Entry<String, Object> entry : source.entrySet()) { final String field = entry.getKey();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 07 10:31:36 GMT 2026 - 3.6K bytes - Click Count (0)