- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 287 for versioned (0.07 seconds)
-
compat/maven-model-builder/src/test/resources/poms/validation/missing-version-pom.xml
or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 911 bytes - Click Count (0) -
docs/es/docs/how-to/graphql.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java
public String createdBy; /** * The timestamp when this request header was created. */ public String createdTime; /** * The version number for optimistic locking. */ public String versionNo; /** * Default constructor for ReqHeaderPager. * Initializes the pager with default values for page size and current page number. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.4K bytes - Click Count (0) -
docs/de/docs/async.md
Aber sie erleichtert die Arbeit mit asynchronem Code erheblich. Die gleiche Syntax (oder fast identisch) wurde kürzlich auch in moderne Versionen von JavaScript (im Browser und in NodeJS) aufgenommen. Davor war der Umgang mit asynchronem Code jedoch deutlich komplexer und schwieriger.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 27.9K bytes - Click Count (0) -
cmd/mrf.go
if u.Object == "" { healBucket(u.Bucket, scan) } else { if len(u.Versions) > 0 { vers := len(u.Versions) / 16 if vers > 0 { for i := range vers { healObject(u.Bucket, u.Object, uuid.UUID(u.Versions[16*i:]).String(), scan) } } } else { healObject(u.Bucket, u.Object, u.VersionID, scan) } } wait() } }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 27 15:19:03 GMT 2025 - 6.5K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/empty-plugin-version.xml
under the License. --> <project> <modelVersion>4.0.0</modelVersion> <artifactId>foo</artifactId> <groupId>bar</groupId> <version>1.0</version> <packaging>pack</packaging> <build> <plugins> <plugin> <artifactId>maven-it-plugin</artifactId> <version></version> </plugin> </plugins> </build>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.1K bytes - Click Count (0) -
.ci/dockerOnLinuxExclusions
# This file specifies the Linux OS versions on which we can't build and # test Docker images for some reason. These values correspond to ID and # VERSION_ID from /etc/os-release, and a matching value will cause the # Docker tests to be skipped on that OS. If /etc/os-release doesn't exist # (as is the case on centos-6, for example) then that OS will again be # excluded. debian-8 opensuse-leap-15.1 ol-7.7 sles-12.3 # older version used in Vagrant image sles-12.5
Created: Sun Dec 21 06:47:06 GMT 2025 - Last Modified: Thu Jul 29 23:07:12 GMT 2021 - 615 bytes - Click Count (0) -
src/main/resources/fess_label_it.properties
labels.upgrade_start_button=Avvia labels.replace_aliases=Aggiorna alias labels.reset_dictionaries=Ripristina dizionari labels.reindex_start_button=Avvia labels.targetVersion=Versione target labels.target_version=Versione target labels.sereq_configuration=Richiesta a OpenSearch labels.sereq_request_file=File di richiesta labels.requestFile=File di richiesta labels.sereq_button_upload=Invia
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 04 09:16:23 GMT 2025 - 46.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
*/ public String createdBy; /** * Search criteria: creation time. */ public String createdTime; /** * Search criteria: version number. */ public String versionNo; /** * Clears all pager data and search criteria. */ public void clear() { allRecordCount = 0; allPageCount = 0; existPrePage = false;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
/** Creator username for search filtering. */ public String createdBy; /** Creation time for search filtering. */ public String createdTime; /** Version number for search filtering. */ public String versionNo; /** * Default constructor for BoostDocPager. */ public BoostDocPager() { // Default constructor } /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.2K bytes - Click Count (0)