Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 0755 (0.19 sec)

  1. apache-maven/src/assembly/component.xml

            <include>mvnDebug</include>
            <!-- This is so that CI systems can periodically run the profiler -->
            <include>mvnyjp</include>
          </includes>
          <lineEnding>unix</lineEnding>
          <fileMode>0755</fileMode>
        </fileSet>
        <fileSet>
          <directory>src/assembly/maven/conf</directory>
          <outputDirectory>conf</outputDirectory>
        </fileSet>
        <fileSet>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Jun 04 19:03:41 GMT 2023
    - 4.4K bytes
    - Viewed (0)
  2. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.reproducible-archives.gradle.kts

     */
    
    // Ensure the archives produced are reproducible
    tasks.withType<AbstractArchiveTask>().configureEach {
        isPreserveFileTimestamps = false
        isReproducibleFileOrder = true
        dirPermissions { unix("0755") }
        filePermissions { unix("0644") }
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Mar 06 15:37:11 GMT 2024
    - 867 bytes
    - Viewed (0)
  3. src/packaging/common/systemd/fess.conf

    d    ${packaging.fess.pid.dir}   0755 ${packaging.fess.user} ${packaging.fess.group} - -...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 10 01:24:02 GMT 2015
    - 89 bytes
    - Viewed (0)
  4. src/main/assemblies/common-bin.xml

    			</includes>
    		</fileSet>
    		<fileSet>
    			<filtered>true</filtered>
    			<directory>src/main/assemblies/files</directory>
    			<outputDirectory>fess-${project.version}/bin</outputDirectory>
    			<fileMode>0755</fileMode>
    			<directoryMode>0755</directoryMode>
    			<lineEnding>unix</lineEnding>
    			<includes>
    				<include>fess.in.sh</include>
    				<include>fess</include>
    				<include>generate-thumbnail</include>
    			</includes>
    		</fileSet>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Mar 17 02:29:43 GMT 2022
    - 3.7K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.A.1.txt

       05F5-060B
       060D-061A
       061C-061E
       0620
       063B-063F
       0656-065F
       06EE-06EF
       06FF
       070E
       072D-072F
       074B-077F
       07B2-0900
       0904
       093A-093B
       094E-094F
       0955-0957
       0971-0980
       0984
       098D-098E
       0991-0992
       09A9
       09B1
       09B3-09B5
       09BA-09BB
       09BD
       09C5-09C6
       09C9-09CA
       09CE-09D6
       09D8-09DB
       09DE
       09E4-09E5
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 4.3K bytes
    - Viewed (0)
  6. docker/iptables.yaml

        - iptables
        - ip6tables
        - libnetfilter_conntrack
        - libnfnetlink
        - libmnl
        - libgcc
    archs:
      - x86_64
      - aarch64
    paths:
    - path: /run
      type: directory
      permissions: 0o755
    accounts:
      users:
        - username: nonroot
          uid: 65532
        - username: nobody
          uid: 65534
      run-as: 65532
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu May 02 17:24:41 GMT 2024
    - 541 bytes
    - Viewed (0)
  7. internal/s3select/json/testdata/4.json

    {
    	"id": "0001",
    	"type": "donut",
    	"name": "Cake",
    	"ppu": 0.55,
    	"batters":
    		{
    			"batter":
    				[
    					{ "id": "1001", "type": "Regular" },
    					{ "id": "1002", "type": "Chocolate" },
    					{ "id": "1003", "type": "Blueberry" },
    					{ "id": "1004", "type": "Devil's Food" }
    				]
    		},
    	"topping":
    		[
    			{ "id": "5001", "type": "None" },
    			{ "id": "5002", "type": "Glazed" },
    			{ "id": "5005", "type": "Sugar" },
    Json
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 607 bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/idn/rfc3454.D.1.txt

       05C0
       05C3
       05D0-05EA
       05F0-05F4
       061B
       061F
       0621-063A
       0640-064A
       066D-066F
       0671-06D5
       06DD
       06E5-06E6
       06FA-06FE
       0700-070D
       0710
       0712-072C
       0780-07A5
       07B1
       200F
       FB1D
       FB1F-FB28
       FB2A-FB36
       FB38-FB3C
       FB3E
       FB40-FB41
       FB43-FB44
       FB46-FBB1
       FBD3-FD3D
       FD50-FD8F
       FD92-FDC7
       FDF0-FDFC
       FE70-FE74
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 387 bytes
    - Viewed (0)
  9. internal/dsync/lock-args_gen.go

    				return
    			}
    		}
    	}
    	return
    }
    
    // EncodeMsg implements msgp.Encodable
    func (z *LockArgs) EncodeMsg(en *msgp.Writer) (err error) {
    	// map header, size 5
    	// write "UID"
    	err = en.Append(0x85, 0xa3, 0x55, 0x49, 0x44)
    	if err != nil {
    		return
    	}
    	err = en.WriteString(z.UID)
    	if err != nil {
    		err = msgp.WrapError(err, "UID")
    		return
    	}
    	// write "Resources"
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Nov 21 01:09:35 GMT 2023
    - 9.5K bytes
    - Viewed (0)
Back to top