- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 128 for token4 (0.03 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/AccessToken.java
public void setExpires(final Date date) { setExpiredTime(date != null ? date.getTime() : null); } @Override public String toString() { return "AccessToken [name=" + name + ", token=" + token + ", permissions=" + Arrays.toString(permissions) + ", parameterName=" + parameterName + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", updatedBy=" + updatedByCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.9K bytes - Click Count (0) -
src/main/assemblies/files/fess.bat
@echo off SETLOCAL enabledelayedexpansion TITLE Fess SET params='%*' :loop FOR /F "usebackq tokens=1* delims= " %%A IN (!params!) DO ( SET current=%%A SET params='%%B' SET silent=N IF "!current!" == "-s" ( SET silent=Y ) IF "!current!" == "--silent" ( SET silent=Y ) IF "!silent!" == "Y" ( SET nopauseonerror=Y ) ELSE ( IF "x!newparams!" NEQ "x" (
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun May 24 22:24:52 GMT 2020 - 796 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/accesstoken/EditBody.java
import org.codelibs.fess.app.web.admin.accesstoken.EditForm; /** * Request body class for access token edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for access token management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
.github/workflows/validate-codeowners.yml
on: push: branches: - master pull_request: workflow_dispatch: permissions: { } jobs: code-owners-validation: permissions: contents: read id-token: write runs-on: ubuntu-latest steps: - name: Get Secrets uses: gradle/actions-internal/get-aws-secrets@v1Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp
<label for="token" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.dict_kuromoji_token"/></label> <div class="col-sm-9"> <la:errors property="token"/> <la:text styleId="token" property="token" styleClass="form-control"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.7K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/zh-cn/stopwords.txt
# Punctuation tokens to remove , . ` - _ = ? ' | " ( ) { } [ ] < > * # & ^ $ @ ! ~ : ; + / \ 《 》 — - , 。 、 : ; ! · ? “ ” ) ( 【 】 [ ] ● # the line below contains an IDEOGRAPHIC SPACE character (Used as a space in Chinese) # English Stop WordsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jun 17 08:00:22 GMT 2017 - 310 bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.boost_document_rule_boost_expr=Expresión de impulso labels.boost_document_rule_sort_order=Orden de clasificación labels.access_token_configuration=Token de acceso labels.access_token_title_details=Token de acceso labels.access_token_list_name=Nombre labels.access_token_name=Nombre labels.access_token_token=Token labels.access_token_expires=Caduca labels.access_token_parameter_name=Nombre del parámetro
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp
<tr> <th style="width: 25%"><la:message key="labels.dict_kuromoji_token"/></th> <td>${f:h(token)}<la:hidden property="token"/></td> </tr> <tr> <th><la:message key="labels.dict_kuromoji_segmentation"/></th>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.2K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/zh-tw/stopwords.txt
# Punctuation tokens to remove , . ` - _ = ? ' | " ( ) { } [ ] < > * # & ^ $ @ ! ~ : ; + / \ 《 》 — - , 。 、 : ; ! · ? “ ” ) ( 【 】 [ ] ● # the line below contains an IDEOGRAPHIC SPACE character (Used as a space in Chinese) # English Stop WordsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jun 17 08:00:22 GMT 2017 - 310 bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocLexer.java
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.docbook; public interface JavadocLexer { /** * Visits the tokens in the input stream for this lexer. Reads to the end of the input. */ void visit(TokenVisitor visitor); class TokenVisitor { void onStartHtmlElement(String name) { }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.3K bytes - Click Count (0)