Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 597 for mobile (0.3 sec)

  1. misc/ios/detect.go

    	udids := getLines(exec.Command("idevice_id", "-l"))
    	if len(udids) == 0 {
    		fail("no udid found; is a device connected?")
    	}
    
    	mps := detectMobileProvisionFiles(udids)
    	if len(mps) == 0 {
    		fail("did not find mobile provision matching device udids %q", udids)
    	}
    
    	fmt.Println("# Available provisioning profiles below.")
    	fmt.Println("# NOTE: Any existing app on the device with the app id specified by GOIOS_APP_ID")
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Oct 19 23:33:30 GMT 2023
    - 3.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

                doColumn("labeledURI");
            }
    
            public void columnMail() {
                doColumn("mail");
            }
    
            public void columnMobile() {
                doColumn("mobile");
            }
    
            public void columnName() {
                doColumn("name");
            }
    
            public void columnPager() {
                doColumn("pager");
            }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java

                result.setLabeledURI(DfTypeUtil.toString(source.get("labeledURI")));
                result.setMail(DfTypeUtil.toString(source.get("mail")));
                result.setMobile(DfTypeUtil.toString(source.get("mobile")));
                result.setName(DfTypeUtil.toString(source.get("name")));
                result.setPager(DfTypeUtil.toString(source.get("pager")));
                result.setPassword(DfTypeUtil.toString(source.get("password")));
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.user_postOfficeBox=Post Office Box
    labels.postOfficeBox=Post Office Box
    labels.user_initials=Initials
    labels.initials=Initials
    labels.user_carLicense=Car License
    labels.carLicense=Car License
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    labels.user_postalAddress=Postal Address
    labels.postalAddress=Postal Address
    labels.user_city=City
    labels.city=City
    labels.user_teletexTerminalIdentifier=Teletex Terminal Identifier
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_en.properties

    labels.user_postOfficeBox=Post Office Box
    labels.postOfficeBox=Post Office Box
    labels.user_initials=Initials
    labels.initials=Initials
    labels.user_carLicense=Car License
    labels.carLicense=Car License
    labels.user_mobile=Mobile
    labels.mobile=Mobile
    labels.user_postalAddress=Postal Address
    labels.postalAddress=Postal Address
    labels.user_city=City
    labels.city=City
    labels.user_teletexTerminalIdentifier=Teletex Terminal Identifier
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/security/first-steps.md

    # Segurança - Primeiros Passos
    
    Vamos imaginar que você tem a sua API **backend** em algum domínio.
    
    E você tem um **frontend** em outro domínio ou em um path diferente no mesmo domínio (ou em uma aplicação mobile).
    
    E você quer uma maneira de o frontend autenticar o backend, usando um **username** e **senha**.
    
    Nós podemos usar o **OAuth2** junto com o **FastAPI**.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  7. docs/de/docs/advanced/websockets.md

    Und um über WebSockets mit Ihrem Backend zu kommunizieren, würden Sie wahrscheinlich die Werkzeuge Ihres Frontends verwenden.
    
    Oder Sie verfügen möglicherweise über eine native Mobile-Anwendung, die direkt in nativem Code mit Ihrem WebSocket-Backend kommuniziert.
    
    Oder Sie haben andere Möglichkeiten, mit dem WebSocket-Endpunkt zu kommunizieren.
    
    ---
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:17:58 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-mobile">{@code
       * Sec-CH-UA-Mobile}</a> header field name.
       *
       * @since 30.0
       */
      public static final String SEC_CH_UA_MOBILE = "Sec-CH-UA-Mobile";
      /**
       * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-wow64">{@code
       * Sec-CH-UA-WoW64}</a> header field name.
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:08:08 GMT 2024
    - 34.3K bytes
    - Viewed (0)
  9. docs/en/docs/advanced/websockets.md

    And to communicate using WebSockets with your backend you would probably use your frontend's utilities.
    
    Or you might have a native mobile application that communicates with your WebSocket backend directly, in native code.
    
    Or you might have any other way to communicate with the WebSocket endpoint.
    
    ---
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 16:31:18 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  10. tensorflow/BUILD

    )
    
    selects.config_setting_group(
        name = "mobile_lite_protos",
        match_all = [
            ":lite_protos",
            ":mobile",
        ],
        visibility = ["//visibility:public"],
    )
    
    selects.config_setting_group(
        name = "mobile_full_protos",
        match_all = [
            ":full_protos",
            ":mobile",
        ],
        visibility = ["//visibility:public"],
    )
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
Back to top