Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,162 for noTick (0.08 sec)

  1. src/time/tick_test.go

    			t.Errorf("tim.Stop() = %v, want true", pending)
    		}
    		noTick()
    
    		tim.Reset(Hour)
    		noTick()
    		if pending := tim.Reset(1); pending != true {
    			t.Errorf("tim.Stop() = %v, want true", pending)
    		}
    		assertTick()
    		Sleep(10 * Millisecond)
    		if isTicker {
    			assertTick()
    			Sleep(10 * Millisecond)
    		} else {
    			noTick()
    		}
    		if pending, want := tim.Reset(Hour), isTicker; pending != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:10:37 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. NOTICE

    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Jan 15 23:53:08 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  3. subprojects/distributions-full/src/toplevel/NOTICE

    =========================================================================
    ==  NOTICE file corresponding to the section 4 d of                    ==
    ==  the Apache License, Version 2.0,                                   ==
    ==  in this case for the Gradle distribution.                          ==
    =========================================================================
    
    This product includes software developed by
    The Apache Software Foundation (http://www.apache.org/).
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 11 13:09:36 UTC 2021
    - 868 bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/META-INF/NOTICE.vm

    specific language governing permissions and limitations ## under the License. ## This software bundles the following NOTICE files from third party library providers: META-INF/NOTICE in archive lib/guice-5.1.0.jar Google Guice - Core Library Copyright 2006-2022 Google, Inc. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). META-INF/NOTICE in archive lib/plexus-utils-3.2.1.jar This product includes software developed by the Indiana University Extreme!...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Sep 10 19:27:25 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  5. NOTICE

    Hervé Boutemy <******@****.***> 1573942717 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Nov 16 22:18:37 UTC 2019
    - 166 bytes
    - Viewed (0)
  6. NOTICE

    Harshavardhana <******@****.***> 1676745230 +0530
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 18 18:33:50 UTC 2023
    - 367 bytes
    - Viewed (0)
  7. LICENSES/vendor/github.com/google/cadvisor/third_party/containerd/NOTICE

    David Porter <******@****.***> 1659473584 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 03 16:47:06 UTC 2022
    - 519 bytes
    - Viewed (0)
  8. okhttp/src/main/resources/okhttp3/internal/publicsuffix/NOTICE

    Jesse Wilson <******@****.***> 1703114827 -0500
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 224 bytes
    - Viewed (0)
  9. LICENSES/third_party/forked/gotestsum/NOTICE

    Davanum Srinivas <******@****.***> 1648690041 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 01 18:49:15 UTC 2022
    - 588 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_vendor_issue46867.txt

    -- subdir/m/go.mod --
    module example.net/m
    
    go 1.17
    -- subdir/m/n/n.go --
    package n
    -- subdir/m/NOTICE --
    This notice is in module m and SHOULD be vendored.
    -- subdir/NOTICE --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 01 17:10:57 UTC 2021
    - 675 bytes
    - Viewed (0)
Back to top