Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for ison (0.2 sec)

  1. maven-core/src/test/resources/canonical-pom.xml

    <?xml version="1.0" encoding="ISO-8859-1"?>
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Thu Nov 07 15:16:39 GMT 2019
    - 1.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/dependencyManagement-pom.xml

    <?xml version="1.0" encoding="ISO-8859-1"?>
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
    XML
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Thu Nov 07 15:16:39 GMT 2019
    - 2.1K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

              <description>
                Where to store all the generated reports. The default is
                {@code ${project.build.directory}/site}.
              </description>
              <!-- TODO: why isn't default set here? -->
            </field>
            <field>
              <name>plugins</name>
              <version>4.0.0+</version>
              <description>The reporting plugins to use and their configuration.</description>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  4. .idea/uiDesigner.xml

          <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
            <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
          </item>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Oct 24 15:06:04 GMT 2013
    - 9.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_api.xml

    <components>
    	<include path="fess_config.xml"/>
    
    	<component name="webApiManagerFactory" class="org.codelibs.fess.api.WebApiManagerFactory">
    	</component>
    
    	<component name="searchApiManager" class="org.codelibs.fess.api.json.SearchApiManager">
    	</component>
    	<component name="searchEngineApiManager" class="org.codelibs.fess.api.engine.SearchEngineApiManager">
    	</component>
    
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Apr 02 03:04:36 GMT 2023
    - 534 bytes
    - Viewed (0)
  6. guava/pom.xml

                  <resources>
                    <resource>
                      <directory>.</directory>
                      <includes>
                        <include>module.json</include>
                      </includes>
                      <filtering>true</filtering>
                    </resource>
                  </resources>
                </configuration>
              </execution>
    XML
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  7. android/guava/pom.xml

                  <resources>
                    <resource>
                      <directory>../../guava</directory>
                      <includes>
                        <include>module.json</include>
                      </includes>
                      <filtering>true</filtering>
                    </resource>
                  </resources>
                </configuration>
              </execution>
    XML
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Mar 11 16:37:45 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  8. android/pom.xml

                  <!-- TODO(cpovirk): In principle, it would make sense to *also* test compatibility with JDK 1.8, since guava-android also has JRE users. -->
                </signature>
                <ignores>
                  <!-- Unsafe isn't part of the documented Android API, but it is available.
                       And in cases where it's not, we have fallbacks (except maybe Striped64 (b/307807965)?). -->
                  <ignore>sun.misc.Unsafe</ignore>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top