Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 476 for Gid (0.03 sec)

  1. maven-model-builder/src/test/resources/poms/validation/duplicate-profile-id.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <profiles>
        <profile>
          <id>non-unique-id</id>
        </profile>
        <profile>
          <id>non-unique-id</id>
        </profile>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Oct 24 15:43:30 UTC 2009
    - 1.1K bytes
    - Viewed (0)
  2. src/syscall/syscall_linux_s390x.go

    //sys	Fchown(fd int, uid int, gid int) (err error)
    //sys	Fstat(fd int, stat *Stat_t) (err error)
    //sys	fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) = SYS_NEWFSTATAT
    //sys	Fstatfs(fd int, buf *Statfs_t) (err error)
    //sys	Ftruncate(fd int, length int64) (err error)
    //sysnb	Getegid() (egid int)
    //sysnb	Geteuid() (euid int)
    //sysnb	Getgid() (gid int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 22:23:07 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/reread/pom2.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>gid</groupId>
      <artifactId>aid</artifactId>
      <version>1.0</version>
      <name>PROJECT NAME</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Feb 14 15:56:25 UTC 2021
    - 973 bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/poms/validation/empty-module.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <modules>
        <module> </module>
      </modules>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Mar 25 12:17:53 UTC 2010
    - 984 bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/plugin-management-duplicate/pom.xml

        the specific language governing permissions and limitations under the
        License.
      -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>gid</groupId>
      <artifactId>aid</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.its.plugins
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/poms/validation/bad-dependency-exclusion-id.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>jar</packaging>
    
      <dependencies>
        <dependency>
          <groupId>gid</groupId>
          <artifactId>aid</artifactId>
          <version>1.0</version>
          <exclusions>
            <exclusion>
              <groupId>test?</groupId>
              <artifactId>*</artifactId>
            </exclusion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jul 30 10:41:52 UTC 2010
    - 1.2K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/validation/bad-import-scope-classifier.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
    
      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>test</groupId>
            <artifactId>a</artifactId>
            <version>0.1</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Nov 22 12:17:29 UTC 2010
    - 1.2K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/validation/bad-import-scope-type.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
    
      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>test</groupId>
            <artifactId>a</artifactId>
            <version>0.1</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Nov 22 12:17:29 UTC 2010
    - 1.2K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/poms/validation/deprecated-dependency-metaversions-latest-and-release.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>gid</groupId>
      <artifactId>aid</artifactId>
      <version>0.1</version>
    
        <dependencies>
          <dependency>
            <groupId>test</groupId>
            <artifactId>a</artifactId>
            <version>LATEST</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Jun 04 18:23:02 UTC 2017
    - 1.2K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/poms/validation/missing-dependency-exclusion-id.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>jar</packaging>
    
      <dependencies>
        <dependency>
          <groupId>gid</groupId>
          <artifactId>aid</artifactId>
          <version>1.0</version>
          <exclusions>
            <exclusion>
              <groupId></groupId>
            </exclusion>
          </exclusions>
        </dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jul 30 10:41:52 UTC 2010
    - 1.2K bytes
    - Viewed (0)
Back to top