Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 329 for recorded (0.1 sec)

  1. finisher_api.go

    	}
    	return
    }
    
    // FirstOrCreate finds the first matching record, otherwise if not found creates a new instance with given conds.
    // Each conds must be a struct or map.
    //
    // Using FirstOrCreate in conjunction with Assign will result in an update to the database even if the record exists.
    //
    //	// assign an email if the record is not found
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Sat Sep 14 12:58:29 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - In a scheduler with `Permit` plugins, when a Pod is rejected during `WaitOnPermit`, the scheduler records the plugin.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  3. cmd/xl-storage-format-v2.go

    		return 0
    	}
    	var sameDataDirCount int
    	var decoded xlMetaDataDirDecoder
    	for _, version := range x.versions {
    		if version.header.Type != ObjectType || version.header.VersionID == versionID || !version.header.UsesDataDir() {
    			continue
    		}
    		_, err := decoded.UnmarshalMsg(version.meta)
    		if err != nil || decoded.ObjectV2 == nil || decoded.ObjectV2.DataDir != dataDir {
    			continue
    		}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 64K 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. 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)
  6. 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)
  7. 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)
  8. 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)
  9. android/guava/src/com/google/common/collect/RegularImmutableMap.java

        // entries in alternatingKeysAndValues that are still valid after rewriting to remove
        // duplicates; [2] a Builder.DuplicateKey that records the first duplicate key we encountered
        // for possible later use in exceptions, perhaps straight away.
        Object hashTablePlus = createHashTable(alternatingKeysAndValues, n, tableSize, 0);
        Object hashTable;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Apr 15 22:32:14 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  10. impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java

                    .filter(rap -> !allAvailableProfiles.contains(rap))
                    .collect(toSet());
    
            if (!notFoundRequiredProfiles.isEmpty()) {
                // Use SLF4J formatter for consistency with warnings reported by logger
                final String message = MessageFormatter.format(
                                "The requested profiles {} could not be activated or deactivated because they do not"
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top