Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 241 for Dd (0.15 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/tasks/internal/XcodeProjectFile.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.tasks.internal;
    
    import com.dd.plist.NSDictionary;
    import org.gradle.api.internal.PropertyListTransformer;
    import org.gradle.plugins.ide.internal.generator.PropertyListPersistableConfigurationObject;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/AbstractLanguageInterOpIntegrationTest.groovy

                }
            """
        }
    
        def cleanup() {
            // Let's copy the Kotlin compiler logs in case of failure
            if (failed) {
                def pattern = "kotlin-daemon.${new Date().format("yyyy-MM-dd")}.*.log"
                def kotlinCompilerLogFiles = new FileNameFinder().getFileNames(System.getenv("TMPDIR"), pattern)
                def target = buildContext.gradleUserHomeDir.createDir("kotlin-compiler-daemon").toPath()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM

    00000180  32 7c b3 64 2f 1c 90 bc  ea 68 23 10 7e fe e3 25  |2|.d/....h#.~..%|
    00000190  c0 48 3a 69 e0 28 6d d3  37 00 ef 04 62 dd 0d a0  |.H:i.(m.7...b...|
    000001a0  9c 70 62 83 d8 81 d3 64  31 aa 9e 97 31 bd 96 b0  |.pb....d1...1...|
    000001b0  68 c0 9b 23 de 76 64 3f  1a 5c 7f e9 12 0e 58 58  |h..#.vd?.\....XX|
    000001c0  b6 5f 70 dd 9b d8 ea d5  d7 f5 d5 cc b9 b6 9f 30  |._p............0|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java

     * <tr>
     * <td rowspan="4">{@link DateFormat}の標準形式</td>
     * <td>{@link DateFormat#SHORT}の形式</td>
     * <td>{@literal yy/MM/dd H:mm}</td>
     * </tr>
     * <tr>
     * <td>{@link DateFormat#MEDIUM}の形式</td>
     * <td>{@literal yyyy/MM/dd H:mm:ss}</td>
     * </tr>
     * <tr>
     * <td>{@link DateFormat#LONG}の形式</td>
     * <td>{@literal yyyy/MM/dd H:mm:ss z}</td>
     * </tr>
     * <tr>
     * <td>{@link DateFormat#FULL}の形式</td>
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv13-IssueTicket

    00000130  5d ed 89 6c 17 6b a4 c4  45 06 d0 8d 64 9a 37 eb  |]..l.k..E...d.7.|
    00000140  34 22 1d 70 b0 96 74 8b  ba 17 ad bb 42 fd c7 30  |4".p..t.....B..0|
    00000150  16 6a cc dd a9 97 1d 0a  34 1e f9 52 3b e8 49 e7  |.j......4..R;.I.|
    00000160  41 ab 8a fb 29 b7 22 93  c1 ea 92 29 45 a1 e5 46  |A...)."....)E..F|
    00000170  92 98 30 5f 2e f1 90 f4  a0 cb b3 0a 64 16 be 4c  |..0_........d..L|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  6. platforms/software/publish/src/integTest/groovy/org/gradle/api/tasks/UploadTaskIntegrationTest.groovy

                plugins {
                    id 'java'
                }
    
                tasks.register('upload', Upload) {
                    def ud = uploadDescriptor
                    uploadDescriptor = true
    
                    def dd = descriptorDestination
                    descriptorDestination = file('descriptor.txt')
    
                    def rh = repositories
                    repositories {}
    
                    def c = configuration
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXBuildFile.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.ide.xcode.internal.xcodeproj;
    
    import com.dd.plist.NSDictionary;
    import com.google.common.base.Optional;
    import com.google.common.base.Preconditions;
    
    /**
     * File referenced by a build phase, unique to each build phase.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/core/convert/DateConversionUtil.java

     * <tr>
     * <td rowspan="4">{@link DateFormat}の標準形式</td>
     * <td>{@link DateFormat#SHORT}の形式</td>
     * <td>{@literal yy/MM/dd}</td>
     * </tr>
     * <tr>
     * <td>{@link DateFormat#MEDIUM}の形式</td>
     * <td>{@literal yyyy/MM/dd}</td>
     * </tr>
     * <tr>
     * <td>{@link DateFormat#LONG}の形式</td>
     * <td>{@literal yyyy/MM/dd}</td>
     * </tr>
     * <tr>
     * <td>{@link DateFormat#FULL}の形式</td>
     * <td>{@literal yyyy'年'M'月'd'日'}</td>
     * </tr>
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv13-Ed25519

    00000160  c3 3f bc e2 61 d9 c2 8b  15 a2 cc bf 14 a0 69 f4  |.?..a.........i.|
    00000170  22 02 a9 ff 5e 55 37 6e  61 86 71 73 94 2f 7e 50  |"...^U7na.qs./~P|
    00000180  45 96 cf 23 dd 39 90 5d  57 04 a3 d0 9f 97 f8 56  |E..#.9.]W......V|
    00000190  fa cf 7a a9 e6 57 1f cb  33 a0 82 7a 84 94 1f 6d  |..z..W..3..z...m|
    000001a0  d8 0b c7 fb bc 62 94 36  4a d6 96 ce f6 f2 7f 06  |.....b.6J.......|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompileOptions.java

         * <p>Known options are:
         *
         * <dl>
         *     <dt>indy
         *     <dd>Use the invokedynamic bytecode instruction. Requires JDK7 or higher and Groovy 2.0 or higher. Disabled by default.
         *     <dt>int
         *     <dd>Optimize operations on primitive types (e.g. integers). Enabled by default.
         *     <dt>all
         *     <dd>Enable or disable all optimizations. Note that some optimizations might be mutually exclusive.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top