Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 168 for mobile (0.25 sec)

  1. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

            this.mail = value;
        }
    
        public String getMobile() {
            checkSpecifiedProperty("mobile");
            return convertEmptyToNull(mobile);
        }
    
        public void setMobile(String value) {
            registerModifiedProperty("mobile");
            this.mobile = value;
        }
    
        public String getName() {
            checkSpecifiedProperty("name");
            return convertEmptyToNull(name);
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api.cc

      return false;
    #else   // !defined(IS_MOBILE_PLATFORM)
      bool is_alive;
      status->status =
          tensorflow::unwrap(ctx)->GetDistributedManager()->CheckRemoteAlive(
              worker_name, &is_alive);
      return is_alive;
    #endif  // !IS_MOBILE_PLATFORM
    }
    
    TF_CAPI_EXPORT extern void TFE_ContextAsyncWait(TFE_Context* ctx,
                                                    TF_Status* status) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 12 20:00:09 GMT 2024
    - 43.9K bytes
    - Viewed (2)
  3. src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java

                0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnMobile = cci("mobile", "mobile", null, null, String.class, "mobile", null, false, false, false,
                "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 27K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                            </tr>
                                            <tr>
                                                <th><la:message key="labels.user_mobile"/></th>
                                                <td>${f:h(attributes.mobile)}<la:hidden property="attributes.mobile"/></td>
                                            </tr>
                                            <tr>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 17.8K bytes
    - Viewed (0)
  5. tests/create_test.go

    		Email  string
    		Mobile string `gorm:"default:'133xxxx'"`
    	}
    
    	err := DB.Migrator().DropTable(&OnConflictUser{})
    	AssertEqual(t, err, nil)
    	err = DB.AutoMigrate(&OnConflictUser{})
    	AssertEqual(t, err, nil)
    
    	u := OnConflictUser{
    		ID:     "on-conflict-user-id",
    		Name:   "on-conflict-user-name",
    		Email:  "on-conflict-user-email",
    		Mobile: "on-conflict-user-mobile",
    	}
    Go
    - Registered: Sun Apr 28 09:35:09 GMT 2024
    - Last Modified: Tue Mar 19 03:50:28 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                                    key="labels.user_mobile"/></label>
                                            <div class="col-sm-9">
                                                <la:errors property="attributes.mobile"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 14 12:15:45 GMT 2020
    - 31.4K bytes
    - Viewed (0)
  7. tensorflow/c/eager/immediate_execution_context.h

      //===--------------------------------------------------------------------===//
      // Distributed runtime related functions.
      //===--------------------------------------------------------------------===//
    #if !defined(IS_MOBILE_PLATFORM)
      // Set up a multi-client distributed execution environment. Must be called on
      // all tasks in the cluster.
      // This call internally coordinates with other tasks to initialize the eager
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 06 08:34:00 GMT 2023
    - 12.3K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top