Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 397 for relabel (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/exceptions/ExceptionContextVisitor.java

        protected abstract void visitLocation(String location);
    
        /**
         * Should be called after each time this visitor has finished visiting.
         *
         * This method can be used to perform any cleanup or final processing related
         * to the visitor's purpose.
         */
        protected void endVisiting() {
            // default is no-op
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 13:32:53 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/StandardJavadocDocletOptions.java

         * <p>
         * public class Button
         * extends Component
         * implements Accessible
         * and the link to the source code of the getLabel() method in the Button class would be on the word "getLabel":
         * public String getLabel()
         */
        @Input
        public boolean isLinkSource() {
            return linkSource.getValue();
        }
    
        public void setLinkSource(boolean linkSource) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/metrics/metrics.go

    )
    
    var (
    	// Metrics provides access to validation admission metrics.
    	Metrics = newValidationAdmissionMetrics()
    )
    
    // ValidatingAdmissionPolicyMetrics aggregates Prometheus metrics related to validation admission control.
    type ValidatingAdmissionPolicyMetrics struct {
    	policyCheck      *metrics.CounterVec
    	policyDefinition *metrics.CounterVec
    	policyLatency    *metrics.HistogramVec
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java

            private String virtualHost;
    
            private Locale locale;
    
            public String getLabel() {
                return label;
            }
    
            public void setLabel(final String label) {
                this.label = label;
            }
    
            public String getValue() {
                return value;
            }
    
            public void setValue(final String value) {
                this.value = value;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. gradle.properties

    systemProp.org.gradle.internal.ide.scan=true
    # If you're experimenting with changes and don't want to update the verification file right away, please change the mode to "lenient" (not "off")
    org.gradle.dependency.verification=strict
    # TD related properties
    gradle.internal.testdistribution.writeTraceFile=true
    develocity.internal.testdistribution.writeTraceFile=true
    gradle.internal.testdistribution.queryResponseTimeout=PT20S
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 16:35:19 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/Line.java

                .collect(Collectors.toList());
        }
    
        public String getLabel() {
            return label;
        }
    
        public List<List<Number>> getData() {
            return data;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. src/internal/abi/abi_generic.go

    // license that can be found in the LICENSE file.
    
    //go:build !goexperiment.regabiargs && !amd64 && !arm64 && !loong64 && !ppc64 && !ppc64le && !riscv64
    
    package abi
    
    const (
    	// ABI-related constants.
    	//
    	// In the generic case, these are all zero
    	// which lets them gracefully degrade to ABI0.
    
    	// IntArgRegs is the number of registers dedicated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:38:52 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. build-logic-commons/settings.gradle.kts

    includeBuild("../build-logic-settings")
    
    // Shared basics for all
    include("basics")
    
    // Platform: defines shared dependency versions
    include("build-platform")
    
    // Compute the identity/version we are building and related details (like current git commit)
    include("module-identity")
    
    // Code quality rules common to :build-logic and the root build
    include("code-quality-rules")
    
    // Plugins to build :build-logic plugins
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 11:54:19 UTC 2024
    - 1.3K bytes
    - Viewed (1)
  9. staging/src/k8s.io/apiserver/pkg/authentication/cel/interface.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package cel contains the CEL related interfaces and structs for authentication.
    package cel
    
    import (
    	"context"
    
    	celgo "github.com/google/cel-go/cel"
    	"github.com/google/cel-go/common/types/ref"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/events/v1beta1/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Related == nil {
    				m.Related = &v11.ObjectReference{}
    			}
    			if err := m.Related.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 10:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top