Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for verseblock (0.16 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    	display: none;
    }
    
    .verseblock {
    	margin: 0 1em 1.25em 1em;
    }
    
    .verseblock pre {
    	font-family: "Open Sans", "DejaVu Sans", sans;
    	font-size: 1.15rem;
    	color: var(--header-color);
    	font-weight: 300;
    	text-rendering: optimizeLegibility;
    }
    
    .verseblock pre strong {
    	font-weight: 400;
    }
    
    .verseblock .attribution {
    	margin-top: 1.25rem;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. pkg/kube/inject/openshift.go

    	}
    	if len(annotationVal) == 0 {
    		return nil, nil, fmt.Errorf("found annotation %s but it was empty", securityv1.UIDRangeAnnotation)
    	}
    	uidBlock, err := ParseBlock(annotationVal)
    	if err != nil {
    		return nil, nil, err
    	}
    
    	min := int64(uidBlock.Start)
    	max := int64(uidBlock.End)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 25 19:10:42 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy

                    }
                }
            }
    
            def project = model.getClassDoc(Project.class.name)
    
            blocksTable.tr.each { Element tr ->
                mergeBlock(tr, project)
            }
        }
    
        def mergeBlock(Element tr, gradlebuild.docs.dsl.docbook.model.ClassDoc project) {
            String blockName = tr.td[0].text().trim()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 9.8K bytes
    - Viewed (0)
Back to top