Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 597 for mobile (0.18 sec)

  1. tensorflow/c/BUILD

    load("@local_config_tensorrt//:build_defs.bzl", "if_tensorrt")
    load("@local_tsl//tsl/platform:rules_cc.bzl", "cc_library")
    load(
        "//tensorflow:tensorflow.bzl",
        "check_deps",
        "if_google",
        "if_not_mobile",
        "tf_cc_test",
        "tf_copts",
        "tf_cuda_library",
        "tf_custom_op_library",
        "tf_kernel_library",
    )
    load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_cuda_cc_test")
    load(
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
  2. docs/sts/web-identity.md

    pre-defined access policies for applications/users to interact with MinIO object storage.
    
    Calling AssumeRoleWithWebIdentity does not require the use of MinIO root or IAM credentials. Therefore, you can distribute an application (for example, on mobile devices) that requests temporary security credentials without including MinIO long lasting credentials in the application. Instead, the identity of the caller is validated by using a JWT id_token from the web identity provider. The temporary security...
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 19.2K bytes
    - Viewed (1)
  3. android/guava/src/com/google/common/net/MediaType.java

       */
      public static final MediaType MBOX = createConstant(APPLICATION_TYPE, "mbox");
    
      /**
       * <a href="http://goo.gl/1pGBFm">Apple over-the-air mobile configuration profiles</a>.
       *
       * @since 18.0
       */
      public static final MediaType APPLE_MOBILE_CONFIG =
          createConstant(APPLICATION_TYPE, "x-apple-aspen-config");
    
      /** <a href="http://goo.gl/XDQ1h2">Microsoft Excel</a> spreadsheets. */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ko.properties

    labels.user_postOfficeBox = 사서함
    labels.postOfficeBox = 사서함
    labels.user_initials = 이니셜
    labels.initials = 이니셜
    labels.user_carLicense = 운전 면허증
    labels.carLicense = 운전 면허증
    labels.user_mobile = 휴대 전화
    labels.mobile = 휴대 전화
    labels.user_postalAddress = 주소
    labels.postalAddress = 주소
    labels.user_city = 도시
    labels.city = 도시
    labels.user_teletexTerminalIdentifier = 텔레텍스 단말 식별자
    labels.teletexTerminalIdentifier = 텔레텍스 단말 식별자
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.user_postOfficeBox=Postfach
    labels.postOfficeBox=Postfach
    labels.user_initials=Initialien
    labels.initials=Initialien
    labels.user_carLicense=Autokennzeichen
    labels.carLicense=Autokennzeichen
    labels.user_mobile=Handy
    labels.mobile=Handy
    labels.user_postalAddress=Postanschrift
    labels.postalAddress=Postanschrift
    labels.user_city=Stadt
    labels.city=Stadt
    labels.user_teletexTerminalIdentifier=Teletex-Endgerätkennung
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. api/maven-api-settings/src/main/mdo/settings.mdo

              <description>
                Configuration for different proxy profiles. Multiple proxy profiles
                might come in handy for anyone working from a notebook or other
                mobile platform, to enable easy switching of entire proxy
                configurations by simply specifying the profile id, again either from
                the command line or from the defaults section below.
              </description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_CAR_LICENSE = "{labels.carLicense}";
    
        /** The key of the message: Mobile */
        public static final String LABELS_user_mobile = "{labels.user_mobile}";
    
        /** The key of the message: Mobile */
        public static final String LABELS_MOBILE = "{labels.mobile}";
    
        /** The key of the message: Postal Address */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ja.properties

    labels.facsimileTelephoneNumber=FAX番号
    labels.user_postOfficeBox=私書箱
    labels.postOfficeBox=私書箱
    labels.user_initials=インシャル
    labels.initials=インシャル
    labels.user_carLicense=運転免許証
    labels.carLicense=運転免許証
    labels.user_mobile=携帯電話
    labels.mobile=携帯電話
    labels.user_postalAddress=住所
    labels.postalAddress=住所
    labels.user_city=市区町村
    labels.city=市区町村
    labels.user_teletexTerminalIdentifier=テレテックス端末識別子
    labels.teletexTerminalIdentifier=テレテックス端末識別子
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  9. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    (!jquery.fn) jquery.fn = {}; // webpack server rendering
    L14:            if (typeof moment !== 'function' && moment.default) moment = moment.default
    L15:            return factory(moment, jquery);
    L16:        });
    L17:    } else if (typeof module === 'object' && module.exports) {
    L18:        // Node / Browserify
    L19:        //isomorphic issue
    L20:        var jQuery = (typeof window != 'undefined') ? window.jQuery : undefined;
    L21:        if (!jQuery) {
    L22:            jQuery = require('jquery');
    ...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. carLicense */
        String LDAP_ATTR_CAR_LICENSE = "ldap.attr.carLicense";
    
        /** The key of the configuration. e.g. mobile */
        String LDAP_ATTR_MOBILE = "ldap.attr.mobile";
    
        /** The key of the configuration. e.g. postalAddress */
        String LDAP_ATTR_POSTAL_ADDRESS = "ldap.attr.postalAddress";
    
        /** The key of the configuration. e.g. l */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top