Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Saturday (0.24 sec)

  1. .teamcity/src/main/kotlin/configurations/StagePasses.kt

        } else if (stage.trigger != Trigger.never) {
            triggers.schedule {
                if (stage.trigger == Trigger.weekly) {
                    schedulingPolicy = weekly {
                        dayOfWeek = ScheduleTrigger.DAY.Saturday
                        hour = 1
                    }
                } else {
                    schedulingPolicy = daily {
                        hour = 0
                        minute = 30
                    }
                }
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt

                                this.hour = triggerHour
                            }
                        } else {
                            schedulingPolicy = weekly {
                                this.dayOfWeek = ScheduleTrigger.DAY.Saturday
                                this.hour = triggerHour
                            }
                        }
                        triggerBuild = always()
                        withPendingChangesOnly = branch.isMainBranch
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 2.6K bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg time, const RFC822Z = "02 Jan 06 15:04 -0700"
    pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
    pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
    pkg time, const Saturday = 6
    pkg time, const Second = 1000000000
    pkg time, const September = 9
    pkg time, const Stamp = "Jan _2 15:04:05"
    pkg time, const StampMicro = "Jan _2 15:04:05.000000"
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top