Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 9,635 for file (0.07 seconds)

  1. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-file-with-allowed-expressions.xml

      <profiles>
        <profile>
          <id>exists-basedir</id>
          <activation>
            <file>
              <exists>${basedir}/test.txt</exists>
            </file>
          </activation>
        </profile>
        <profile>
          <id>missing-basedir</id>
          <activation>
            <file>
              <missing>${basedir}/test.txt</missing>
            </file>
          </activation>
        </profile>
    
        <profile>
    Created: 2026-04-05 03:35
    - Last Modified: 2024-10-25 12:31
    - 2.3K bytes
    - Click Count (0)
  2. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-file-with-project-expressions.xml

        <profile>
          <id>exists-project-version</id>
          <activation>
            <file>
              <exists>${project.version}/test.txt</exists>
            </file>
          </activation>
        </profile>
        <profile>
          <id>missing-project-version</id>
          <activation>
            <file>
              <missing>${project.version}/test.txt</missing>
            </file>
          </activation>
        </profile>
    
      </profiles>
    Created: 2026-04-05 03:35
    - Last Modified: 2024-10-25 12:31
    - 1.5K bytes
    - Click Count (0)
  3. src/main/webapp/js/admin/plugins/form-validator/file.js

    nction:function(b,f,g,h){if(c){var i=!0,j=f.get(0).files||[],k="",l=d(f);return j.length&&(a.each(j,function(b,c){return i=!1,k=c.type||c.name.substring(c.name.lastIndexOf(".")+1),a.each(l,function(a,b){if(i=k.indexOf(b)>-1)return!1}),i}),i||(a.formUtils.warn("Trying to upload a file with mime type "+k+" which is not allowed"),e(this,"wrongFileType",l.join(", "),h))),i}return a.formUtils.warn("FileReader not supported by browser, will check file extension"),a.formUtils.validators.validate_extens...
    Created: 2026-03-31 13:07
    - Last Modified: 2018-01-01 05:12
    - 4.6K bytes
    - Click Count (0)
  4. src/archive/tar/testdata/ustar-file-devs.tar

    file...
    Created: 2026-04-07 11:13
    - Last Modified: 2017-08-15 00:54
    - 1.5K bytes
    - Click Count (0)
  5. src/archive/tar/testdata/ustar-file-reg.tar

    Joe Tsai <******@****.***> 1443691829 -0700
    Created: 2026-04-07 11:13
    - Last Modified: 2015-11-06 04:31
    - 1.5K bytes
    - Click Count (0)
  6. src/archive/tar/testdata/file-and-dir.tar

    Caio Marcelo de Oliveira Filho <******@****.***> 1514852203 -0800
    Created: 2026-04-07 11:13
    - Last Modified: 2018-02-13 18:36
    - 2.5K bytes
    - Click Count (0)
  7. src/archive/tar/testdata/pax-bad-hdr-file.tar

    Joe Tsai <******@****.***> 1472512232 -0700
    Created: 2026-04-07 11:13
    - Last Modified: 2016-08-31 23:22
    - 2.5K bytes
    - Click Count (0)
  8. src/archive/tar/testdata/pax-pos-size-file.tar

    Joe Tsai <******@****.***> 1503528984 -0700
    Created: 2026-04-07 11:13
    - Last Modified: 2017-08-24 01:35
    - 2.5K bytes
    - Click Count (0)
  9. docs/distributed/distributed-from-config-file.sh

    Anis Eleuch <******@****.***> 1719565609 +0100
    Created: 2026-04-05 19:28
    - Last Modified: 2024-06-28 09:06
    - 3.3K bytes
    - Click Count (0)
  10. src/archive/tar/testdata/pax-bad-mtime-file.tar

    Joe Tsai <******@****.***> 1472512232 -0700
    Created: 2026-04-07 11:13
    - Last Modified: 2016-08-31 23:22
    - 2.5K bytes
    - Click Count (0)
Back to Top