Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 1dbname (0.53 sec)

  1. Jenkinsfile.s390x

            def MAVEN_GOAL='verify'
    
            stage('Build / Unit Test') {
                String jdkName = jenkinsEnv.jdkFromVersion(buildOs, buildJdk)
                String mvnName = jenkinsEnv.mvnFromVersion(buildOs, buildMvn)
                try {
                    withEnv(["JAVA_HOME=${ tool "$jdkName" }",
                             "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin",
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    ```
    KEY:
    notify_postgres[:name]  publish bucket notifications to Postgres databases
    
    ARGS:
    connection_string*   (string)             Postgres server connection-string e.g. "host=localhost port=5432 dbname=minio_events user=postgres password=password sslmode=disable"
    table*               (string)             DB table name to store/update events, table is auto-created
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  3. api/go1.txt

    pkg syscall (windows-386), const DNS_TYPE_CERT ideal-int
    pkg syscall (windows-386), const DNS_TYPE_CNAME ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DHCID ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DNAME ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DNSKEY ideal-int
    pkg syscall (windows-386), const DNS_TYPE_DS ideal-int
    pkg syscall (windows-386), const DNS_TYPE_EID ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  4. Jenkinsfile

               }
            }
    
            stage('Build / Unit Test') {
                String jdkName = jenkinsEnv.jdkFromVersion(buildOs, buildJdk)
                String mvnName = jenkinsEnv.mvnFromVersion(buildOs, buildMvn)
                try {
                    withEnv(["JAVA_HOME=${ tool "$jdkName" }",
                             "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin",
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

    
    ### Windows support improved
    
    - [Performance dashboards](http://perf-dash.k8s.io/#/?jobname=soak-tests-capz-windows-2019) added support for Windows
    - [Unit tests](https://github.com/kubernetes/kubernetes/issues/51540) added support for Windows
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  6. src/main/resources/mail/crawler.dfmail

    /*
     [Crawler Notification]
     Crawler notification mail.
    */
    subject: [FESS] Crawler completed: /*pmb.hostname*/
    >>>
    --- Server Info ---
    Host Name: /*pmb.hostname:orElse('Unknown')*/
    Job Name: /*pmb.jobname:orElse('Unknown')*/
    
    --- Web/FileSystem Crawler ---
    Start Time: /*pmb.webFsCrawlStartTime:orElse('-')*/
    End Time:   /*pmb.webFsCrawlEndTime:orElse('-')*/
    Exec Time:  /*pmb.webFsCrawlExecTime:orElse('-')*/ ms
    
    --- Web/FileSystem Indexer ---
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Jan 15 22:05:20 GMT 2020
    - 1K bytes
    - Viewed (1)
  7. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_CERT = 37
    pkg syscall (windows-386), const DNS_TYPE_CNAME = 5
    pkg syscall (windows-386), const DNS_TYPE_DHCID = 49
    pkg syscall (windows-386), const DNS_TYPE_DNAME = 39
    pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48
    pkg syscall (windows-386), const DNS_TYPE_DS = 43
    pkg syscall (windows-386), const DNS_TYPE_EID = 31
    pkg syscall (windows-386), const DNS_TYPE_GID = 102
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

    // PDs support ownership management and SELinux relabeling.
    message GCEPersistentDiskVolumeSource {
      // pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE.
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
      optional string pdName = 1;
    
      // fsType is filesystem type of the volume that you want to mount.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top