Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for Wain (0.14 sec)

  1. operator/cmd/operator/main.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package main
    
    import (
    	"os"
    
    	controllruntimelog "sigs.k8s.io/controller-runtime/pkg/log"
    
    	"istio.io/istio/pkg/log"
    )
    
    func main() {
    	log.EnableKlogWithCobra()
    	// adding to remove message about the controller-runtime logs not getting displayed
    Go
    - Registered: 2023-11-22 22:53
    - Last Modified: 2023-11-09 23:13
    - 1K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/analysis-api-fir-generator/src/org/jetbrains/kotlin/analysis/api/fir/generator/Main.kt

    internal fun SmartPrinter.printCopyright() {
        println(COPYRIGHT)
        println()
    }
    
    internal fun SmartPrinter.printGeneratedMessage() {
        println(GeneratorsFileUtil.GENERATED_MESSAGE)
        println()
    }
    
    
    fun main() {
        val rootPath = Paths.get("analysis/analysis-api-fir/src").toAbsolutePath()
        val packageName = "org.jetbrains.kotlin.analysis.api.fir.diagnostics"
    Plain Text
    - Registered: 2023-12-01 08:18
    - Last Modified: 2023-11-16 14:27
    - 1.5K bytes
    - Viewed (0)
  3. docs/en/overrides/main.html

    Sebastián Ramírez <******@****.***> 1701173412 +0100
    HTML
    - Registered: 2023-12-03 07:19
    - Last Modified: 2023-11-28 12:10
    - 4.3K bytes
    - Viewed (0)
  4. src/cmd/api/main_test.go

    // license that can be found in the LICENSE file.
    
    // This package computes the exported API of a set of Go packages.
    // It is only a test, not a command, nor a usefully importable package.
    
    package main
    
    import (
    	"bufio"
    	"bytes"
    	"encoding/json"
    	"fmt"
    	"go/ast"
    	"go/build"
    	"go/parser"
    	"go/token"
    	"go/types"
    	"internal/testenv"
    	"io"
    	"log"
    	"os"
    	"os/exec"
    	"path/filepath"
    Go
    - Registered: 2023-11-28 11:13
    - Last Modified: 2023-11-14 15:24
    - 31.1K bytes
    - Viewed (0)
  5. cmd/server-main.go

    Harshavardhana <******@****.***> 1700689577 -0800
    Go
    - Registered: 2023-12-03 19:28
    - Last Modified: 2023-11-22 21:46
    - 30.4K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomArtifactTransformer.java

                for (Artifact main : mains) {
                    result.remove(main);
                    result.add(new DefaultArtifact(
                            main.getGroupId(),
                            main.getArtifactId(),
                            BUILD_POM_CLASSIFIER,
                            main.getExtension(),
                            main.getVersion(),
                            main.getProperties(),
    Java
    - Registered: 2023-12-03 03:35
    - Last Modified: 2023-11-28 17:17
    - 8.1K bytes
    - Viewed (0)
  7. api/maven-api-settings/pom.xml

                </goals>
                <configuration>
                  <version>2.0.0</version>
                  <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
                  <models>
                    <model>src/main/mdo/settings.mdo</model>
                  </models>
                  <templates>
                    <template>model.vm</template>
                  </templates>
                  <params>
    XML
    - Registered: 2023-12-03 03:35
    - Last Modified: 2023-11-17 15:52
    - 3.1K bytes
    - Viewed (0)
  8. api/maven-api-model/pom.xml

                </goals>
                <configuration>
                  <version>4.1.0</version>
                  <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
                  <models>
                    <model>src/main/mdo/maven.mdo</model>
                  </models>
                  <templates>
                    <template>model.vm</template>
                  </templates>
                  <params>
    XML
    - Registered: 2023-12-03 03:35
    - Last Modified: 2023-11-17 15:52
    - 3.3K bytes
    - Viewed (0)
  9. doc/godebug.md

    The defaults that will be compiled into a main package
    are reported by the command:
    
    {{raw `
    	go list -f '{{.DefaultGODEBUG}}' my/main/package
    `}}
    
    Only differences from the base Go toolchain defaults are reported.
    
    When testing a package, `//go:debug` lines in the `*_test.go`
    files are treated as directives for the test's main package.
    Plain Text
    - Registered: 2023-11-28 11:13
    - Last Modified: 2023-11-21 16:29
    - 10.2K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/s390x.s

    	VSUMH	V22, V23, V24           // e78670001e64
    
    	RET
    	RET	foo(SB)
    
    TEXT main·init(SB),DUPOK|NOSPLIT,$0 // TEXT main.init(SB), DUPOK|NOSPLIT, $0
    	RET
    
    TEXT main·main(SB),DUPOK|NOSPLIT,$0 // TEXT main.main(SB), DUPOK|NOSPLIT, $0
    	BL      main·foo(SB)    // CALL main.foo(SB)
    Others
    - Registered: 2023-11-28 11:13
    - Last Modified: 2023-11-22 03:55
    - 21.6K bytes
    - Viewed (0)
Back to top