Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 441 for record (0.12 sec)

  1. src/main/java/jcifs/smb1/netbios/NameServiceClient.java

                            /* JetDirect printer can respond to regular broadcast query
                             * with node status so we need to check to make sure that
                             * the record type matches the question type and if not,
                             * loop around and try again.
                             */
                            if (response.received && request.questionType == response.recordType)
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 17.4K bytes
    - Viewed (0)
  2. docs/em/docs/deployment/https.md

    ### πŸ†” πŸ“›
    
    ⚫️ πŸ”œ 🎲 🌐 ▢️ πŸ‘† **πŸ—** **πŸ†” πŸ“›**. ‴️, πŸ‘† πŸ”œ πŸ”— ⚫️ πŸ“ πŸ’½ (🎲 πŸ‘† 🎏 ☁ πŸ•β€πŸ¦Ί).
    
    πŸ‘† πŸ”œ 🎲 🀚 ☁ πŸ’½ (πŸ•Ή 🎰) βš–οΈ πŸ•³ 🎏, &amp; ⚫️ πŸ”œ βœ”οΈ <abbr title="That doesn't change">πŸ”§</abbr> **πŸ“’ πŸ“’ πŸ“’**.
    
    πŸ“ πŸ’½(β“‚) πŸ‘† πŸ”œ πŸ”— ⏺ ("`A record`") ☝ **πŸ‘† πŸ†”** πŸ“’ **πŸ“’ πŸ“’ πŸ‘† πŸ’½**.
    
    πŸ‘† πŸ”œ 🎲 πŸ‘‰ πŸ•, πŸ₯‡ πŸ•°, πŸ•β” βš’ 🌐 πŸ†™.
    
    /// tip
    
    πŸ‘‰ πŸ†” πŸ“› πŸ• 🌌 ⏭ πŸ‡ΊπŸ‡ΈπŸ”, βœ‹οΈ 🌐 πŸͺ€ πŸ”› πŸ†” &amp; πŸ“’ πŸ“’, ⚫️ πŸ’Έ πŸ’¬ ⚫️ πŸ“₯.
    
    ///
    
    ### πŸ“
    
    πŸ”œ ➑️ 🎯 πŸ”› 🌐 β˜‘ πŸ‡ΊπŸ‡ΈπŸ” πŸ•.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. docs/de/docs/deployment/https.md

    In dem oder den DNS-Server(n) wΓΌrden Sie einen Eintrag (einen β€ž`A record`β€œ) konfigurieren, um mit **Ihrer Domain** auf die ΓΆffentliche **IP-Adresse Ihres Servers** zu verweisen.
    
    Sie wΓΌrden dies wahrscheinlich nur einmal tun, beim ersten Mal, wenn Sie alles einrichten.
    
    /// tip | "Tipp"
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/AggregateFuture.java

          if (!firstTimeSeen) {
            /*
             * We've seen this, so we've seen its causes, too. No need to re-add them. (There's one case
             * where this isn't true, but we ignore it: If we record an exception, then someone calls
             * initCause() on it, and then we examine it again, we'll conclude that we've seen the whole
             * chain before when in fact we haven't. But this should be rare.)
             */
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  5. tests/test_generate_unique_id_function.py

            return item1  # pragma: nocover
    
        @app.post("/second")
        def post_second(item1: Item):
            return item1  # pragma: nocover
    
        @app.post("/third")
        def post_third(item1: Item):
            return item1  # pragma: nocover
    
        client = TestClient(app)
        with warnings.catch_warnings(record=True) as w:
            warnings.simplefilter("always")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Jan 13 15:10:26 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_experimental.cc

      memcpy(ret, debug_str.c_str(), *len + 1);
      return ret;
    }
    
    char* TF_FunctionDebugString(TF_Function* func, size_t* len) {
      const auto& debug_str = DebugString(func->record->fdef());
      *len = debug_str.size();
      char* ret = static_cast<char*>(malloc(*len + 1));
      memcpy(ret, debug_str.c_str(), *len + 1);
      return ret;
    }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  7. tensorflow/c/eager/c_api_unified_experimental_graph.cc

                                       graph_outputs.size(), graph_outputs.data(),
                                       nullptr, nullptr, name_.data(), s);
        *f = new GraphFunction(std::move(func->record->fdef()));
        TF_DeleteFunction(func);
        TF_RETURN_IF_ERROR(StatusFromTF_Status(s));
        TF_DeleteStatus(s);
        return absl::OkStatus();
      }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. cmd/server-main.go

    		TraceType: madmin.TraceBootstrap,
    		Time:      UTCNow(),
    		NodeName:  globalLocalNodeName,
    		FuncName:  "BOOTSTRAP",
    		Message:   fmt.Sprintf("%s %s", getSource(2), msg),
    	}
    	globalBootstrapTracer.Record(info)
    
    	if serverDebugLog {
    		fmt.Println(time.Now().Round(time.Millisecond).Format(time.RFC3339), " bootstrap: ", msg)
    	}
    
    	noSubs := globalTrace.NumSubscribers(madmin.TraceBootstrap) == 0
    	if noSubs {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 21:50:11 UTC 2024
    - 35.2K bytes
    - Viewed (1)
  9. association.go

    	if association.Error == nil {
    		reflectValue := association.DB.Statement.ReflectValue
    		rel := association.Relationship
    
    		var oldBelongsToExpr clause.Expression
    		// we have to record the old BelongsTo value
    		if association.Unscope && rel.Type == schema.BelongsTo {
    			var foreignFields []*schema.Field
    			for _, ref := range rel.References {
    				if !ref.OwnPrimaryKey {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed Jun 12 10:49:45 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  10. tests/sql_builder_test.go

    		count++
    	}
    	if count != 1 {
    		t.Errorf("Raw with Rows should find one record with name 3")
    	}
    
    	DB.Exec("update users set name=? where name in (?)", "jinzhu-raw", []string{user1.Name, user2.Name, user3.Name})
    	if DB.Where("name in (?)", []string{user1.Name, user2.Name, user3.Name}).First(&User{}).Error != gorm.ErrRecordNotFound {
    		t.Error("Raw sql to update records")
    	}
    
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Fri Jan 12 08:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top