- Sort Score
- Num 10 results
- Language All
Results 321 - 330 of 616 for _attributes (0.12 seconds)
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<suppress checks="InterfaceIsTypeCheck" files=".*[/\\]core-api[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\]attributes[/\\]Usage.+"/> <!-- We like it explicit --> <suppress checks="ExplicitInitializationCheck" files=".*"/> <!-- Ignore code from maven subproject under org.apache -->
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Feb 20 19:05:31 GMT 2025 - 11.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileTest.java
assertTrue(smbFile.canRead()); } @Test void testCanWrite() throws SmbException { // Arrange doReturn(0).when(smbFile).getAttributes(); // No read-only attribute doReturn(true).when(smbFile).exists(); // Act & Assert assertTrue(smbFile.canWrite()); } @Test
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsCrawlingInfoParamCB.java
// =================================================================================== // Attribute // ========= protected BsCrawlingInfoParamCQ _conditionQuery; protected BsCrawlingInfoParamCA _conditionAggregation;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
import jcifs.internal.smb2.ServerMessageBlock2Request; import jcifs.internal.smb2.Smb2Constants; import jcifs.internal.util.SMBUtil; /** * SMB2 Set Info request message. This command is used to modify file attributes, * security information, or other metadata on the server. * * @author mbechler * */ public class Smb2SetInfoRequest extends ServerMessageBlock2Request<Smb2SetInfoResponse> implements RequestWithFileId {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.7K bytes - Click Count (0) -
scripts/translate.py
5) Apply above rules also when there is an existing translation! Make sure that all title attributes in abbr elements get properly translated or updated, using the schemes given above. However, leave the ADDITIONAL abbr's from rule 4 alone. Do not change their formatting or content. """ app = typer.Typer()
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:05:53 GMT 2025 - 34.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/help/HelpAction.java
// // =================================================================================== // Attribute // // =================================================================================== // ConstructorCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/AdminDictAction.java
public static final String ROLE = "admin-dict"; // =================================================================================== // Attribute // ========= /** The dictionary manager. */ @Resource protected DictionaryManager dictionaryManager;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3K bytes - Click Count (0) -
src/main/java/jcifs/pac/PACDecodingException.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.pac; import jcifs.CIFSException; /** * Exception thrown when PAC (Privilege Attribute Certificate) data cannot be decoded. * Indicates malformed or invalid PAC structures in Kerberos tickets. */ public class PACDecodingException extends CIFSException { private static final long serialVersionUID = 1L;
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java
public class BsWebConfigCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsWebConfigCQ _conditionQuery; protected BsWebConfigCA _conditionAggregation;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 8.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsKeyMatch.java
// =================================================================================== // Attribute // ========= /** boost */ protected Float boost; /** createdBy */ protected String createdBy; /** createdTime */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.4K bytes - Click Count (0)