Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 109 for ibm (0.04 sec)

  1. src/runtime/sys_aix_ppc64.s

    // follow AIX convention, thus the first local variable must
    // be stored at the offset 112, after the linker area (48 bytes)
    // and the argument area (64).
    // The AIX convention is described here:
    // https://www.ibm.com/docs/en/aix/7.2?topic=overview-runtime-process-stack
    // NOT USING GO CALLING CONVENTION
    // runtime.asmsyscall6 is a function descriptor to the real asmsyscall6.
    DATA	runtime·asmsyscall6+0(SB)/8, $asmsyscall6<>(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:29:00 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

          </roles>
          <timezone>+8</timezone>
        </developer>
        <developer>
          <id>mperham</id>
          <name>Mike Perham</name>
          <email>******@****.***</email>
          <organization>IBM</organization>
          <roles>
            <role>PMC Member</role>
          </roles>
          <timezone>-6</timezone>
        </developer>
        <developer>
          <id>jdcasey</id>
          <name>John Casey</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 14.8K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // This header defines the following utilities:
    //
    // Macros indicating the current platform (defined to 1 if compiled on
    // the given platform; otherwise undefined):
    //   GTEST_OS_AIX      - IBM AIX
    //   GTEST_OS_CYGWIN   - Cygwin
    //   GTEST_OS_HPUX     - HP-UX
    //   GTEST_OS_LINUX    - Linux
    //     GTEST_OS_LINUX_ANDROID - Google Android
    //   GTEST_OS_MAC      - macOS
    //     GTEST_OS_IOS    - iOS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/jvm/Jvm.java

            for (String vendorProperty : VENDOR_PROPERTIES) {
                if (System.getProperties().containsKey(vendorProperty)
                    && System.getProperty(vendorProperty).toLowerCase(Locale.ROOT).startsWith("ibm corporation")) {
                    return true;
                }
            }
            return false;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:57:34 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

          </roles>
          <timezone>+8</timezone>
        </developer>
        <developer>
          <id>mperham</id>
          <name>Mike Perham</name>
          <email>******@****.***</email>
          <organization>IBM</organization>
          <roles>
            <role>PMC Member</role>
          </roles>
          <timezone>-6</timezone>
        </developer>
        <developer>
          <id>jdcasey</id>
          <name>John Casey</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 14.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tfcompile.bzl

            "//tensorflow:android_x86": "i686-none-android",
            "//tensorflow:ios": "arm64-none-ios",
            "//tensorflow:ios_x86_64": "x86_64-apple-ios",
            "//tensorflow:linux_ppc64le": "ppc64le-ibm-linux-gnu",
            "//tensorflow:linux_aarch64": "aarch64-none-linux-gnu",
            "//tensorflow:macos_x86_64": "x86_64-none-darwin",
            "//tensorflow:macos_arm64": "aarch64-none-darwin",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  7. go.mod

    go 1.21
    
    require (
    	cloud.google.com/go/storage v1.42.0
    	github.com/Azure/azure-storage-blob-go v0.15.0
    	github.com/Azure/go-autorest/autorest v0.11.29
    	github.com/Azure/go-autorest/autorest/adal v0.9.24
    	github.com/IBM/sarama v1.43.2
    	github.com/alecthomas/participle v0.7.1
    	github.com/bcicen/jstream v1.0.1
    	github.com/beevik/ntp v1.4.3
    	github.com/buger/jsonparser v1.1.1
    	github.com/cespare/xxhash/v2 v2.3.0
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.13.md

    ### SIG IBM Cloud
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/SystemHelper.java

    import org.opensearch.monitor.os.OsProbe;
    
    import com.google.common.cache.CacheBuilder;
    import com.google.common.cache.CacheLoader;
    import com.google.common.cache.LoadingCache;
    import com.ibm.icu.util.ULocale;
    
    public class SystemHelper {
    
        private static final Logger logger = LogManager.getLogger(SystemHelper.class);
    
        protected final Map<String, String> designJspFileNameMap = new LinkedHashMap<>();
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbTreeImpl.java

                        SmbNegotiationResponse nego = transport.getNegotiateResponse();
    
                        String unc = "\\\\" + tconHostName + '\\' + this.share;
    
                        /*
                         * IBM iSeries doesn't like specifying a service. Always reset
                         * the service to whatever was determined in the constructor.
                         */
                        String svc = this.service0;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:06:39 UTC 2023
    - 29.6K bytes
    - Viewed (0)
Back to top