Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 108 for stoppable (0.21 sec)

  1. cmd/kubeadm/app/cmd/upgrade/apply.go

    		}
    
    		if len(versionSkewErrs.Skippable) > 0 {
    			// Return the error if the user hasn't specified the --force flag
    			if !flags.force {
    				return errors.Errorf("the --version argument is invalid due to these errors:\n\n%v\nCan be bypassed if you pass the --force flag",
    					kubeadmutil.FormatErrMsg(versionSkewErrs.Skippable))
    			}
    			// Soft errors found, but --force was specified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/policy_test.go

    				}
    				// Otherwise, just move on with the next test
    				return
    			}
    
    			if len(actualSkewErrs.Skippable) != rt.expectedSkippableErrs {
    				t.Errorf("failed TestEnforceVersionPolicies\n\texpected skippable errors: %d\n\tgot skippable errors: %d\n%#v\n%#v", rt.expectedSkippableErrs, len(actualSkewErrs.Skippable), *rt.vg, actualSkewErrs)
    			}
    			if len(actualSkewErrs.Mandatory) != rt.expectedMandatoryErrs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 03:17:05 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. src/compress/flate/huffman_bit_writer.go

    	if w.err != nil {
    		return
    	}
    
    	tokens = append(tokens, endBlockMarker)
    	numLiterals, numOffsets := w.indexTokens(tokens)
    
    	var extraBits int
    	storedSize, storable := w.storedSize(input)
    	if storable {
    		// We only bother calculating the costs of the extra bits required by
    		// the length of offset fields (which will be the same for both fixed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:59:14 UTC 2022
    - 18.4K bytes
    - Viewed (0)
  4. src/text/template/parse/parse.go

    	lex.options = lexOptions{
    		emitComment: t.Mode&ParseComments != 0,
    		breakOK:     !t.hasFunction("break"),
    		continueOK:  !t.hasFunction("continue"),
    	}
    }
    
    // stopParse terminates parsing.
    func (t *Tree) stopParse() {
    	t.lex = nil
    	t.vars = nil
    	t.funcs = nil
    	t.treeSet = nil
    }
    
    // Parse parses the template definition string to construct a representation of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

      updateButtons();
    
      // Setup event handlers
      initMenus();
      if (svg != null) {
        initPanAndZoom(svg, toggleSvgSelect);
      }
      if (toptable != null) {
        toptable.addEventListener('mousedown', handleTopClick);
        toptable.addEventListener('touchstart', handleTopClick);
      }
    
      const ids = ['topbtn', 'graphbtn',
                   'flamegraph',
                   'peek', 'list',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/AbstractService.java

        IsStartableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
        public boolean isSatisfied() {
          return state() == NEW;
        }
      }
    
      private final Guard isStoppable = new IsStoppableGuard();
    
      @WeakOuter
      private final class IsStoppableGuard extends Guard {
        IsStoppableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AbstractService.java

        IsStartableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
        public boolean isSatisfied() {
          return state() == NEW;
        }
      }
    
      private final Guard isStoppable = new IsStoppableGuard();
    
      @WeakOuter
      private final class IsStoppableGuard extends Guard {
        IsStoppableGuard() {
          super(AbstractService.this.monitor);
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  8. src/internal/zstd/zstd.go

    		}
    		return r.wrapError(relativeOffset, err)
    	}
    
    	if magic := binary.LittleEndian.Uint32(r.scratch[:4]); magic != 0xfd2fb528 {
    		if magic >= 0x184d2a50 && magic <= 0x184d2a5f {
    			// This is a skippable frame.
    			r.blockOffset += int64(relativeOffset) + 4
    			if err := r.skipFrame(); err != nil {
    				return err
    			}
    			r.readOneFrame = true
    			goto retry
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 04:10:45 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. platforms/core-runtime/wrapper-main/src/executable/resources/META-INF/LICENSE

          incidental, or consequential damages of any character arising as a
          result of this License or out of the use or inability to use the
          Work (including but not limited to damages for loss of goodwill,
          work stoppage, computer failure or malfunction, or any and all
          other commercial damages or losses), even if such Contributor
          has been advised of the possibility of such damages.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/google/cadvisor/third_party/containerd/LICENSE

          incidental, or consequential damages of any character arising as a
          result of this License or out of the use or inability to use the
          Work (including but not limited to damages for loss of goodwill,
          work stoppage, computer failure or malfunction, or any and all
          other commercial damages or losses), even if such Contributor
          has been advised of the possibility of such damages.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 03 16:47:06 UTC 2022
    - 10.5K bytes
    - Viewed (0)
Back to top