Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 151 for gitattributes (0.06 sec)

  1. .gitattributes

    Tim Hockin <******@****.***> 1730147621 -0700
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Oct 28 20:33:50 UTC 2024
    - 510 bytes
    - Viewed (0)
  2. .gitattributes

    cgdecker <******@****.***> 1415133622 -0800
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Nov 04 21:50:10 UTC 2014
    - 196 bytes
    - Viewed (0)
  3. .gitattributes

    Goooler <******@****.***> 1627464117 +0800
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Jul 28 09:21:57 UTC 2021
    - 52 bytes
    - Viewed (0)
  4. .gitattributes

    Guillaume Nodet <******@****.***> 1730069689 +0100
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Nov 05 15:56:49 UTC 2024
    - 196 bytes
    - Viewed (0)
  5. .gitattributes

    Shinsuke Sugaya <******@****.***> 1379248691 +0900
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Sep 15 12:38:11 UTC 2013
    - 61 bytes
    - Viewed (0)
  6. apache-maven/src/assembly/maven/bin/.gitattributes

    rfscholte <******@****.***> 1590174406 +0200
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat May 23 07:59:32 UTC 2020
    - 111 bytes
    - Viewed (0)
  7. apache-maven/src/assembly/src.xml

          <excludes>
            <exclude>%regex[(?!((?!target/)[^/]+/)*src/).*target.*]</exclude>
            <exclude>**/*.log</exclude>
            <exclude>**/.gitignore</exclude>
            <exclude>**/.gitattributes</exclude>
            <exclude>init-git-svn.sh</exclude>
            <exclude>**/.repository/**</exclude>
            <exclude>**/.classpath</exclude>
            <exclude>**/.project</exclude>
            <exclude>**/.settings/**</exclude>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Apr 27 13:14:24 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/user/exentity/Group.java

            asDocMeta().id(id);
        }
    
        @Override
        public String toString() {
            return "Group [name=" + name + "]";
        }
    
        public Map<String, String> getAttributes() {
            return attributes;
        }
    
        public void setAttributes(final Map<String, String> attributes) {
            this.attributes = attributes;
        }
    
        @Override
        public Map<String, Object> toSource() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. src/test/java/jcifs/smb/SmbFileTest.java

                // Arrange
                doReturn(SmbConstants.ATTR_NORMAL).when(smbFile).getAttributes();
                doNothing().when(smbFile).setAttributes(anyInt());
    
                // Act
                smbFile.setReadOnly();
    
                // Assert
                verify(smbFile).setAttributes(SmbConstants.ATTR_NORMAL | SmbConstants.ATTR_READONLY);
            }
    
            @Test
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * with {@code setAttributes()} will be a system file
         */
        public static final int ATTR_SYSTEM = 0x04;
        /**
         * A file with this bit on as returned by {@code getAttributes()} is
         * a volume
         */
        public static final int ATTR_VOLUME = 0x08;
        /**
         * A file with this bit on as returned by {@code getAttributes()} is
         * a directory
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top