Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for getUsername (0.37 sec)

  1. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_GETITIMER = 86
    pkg syscall (darwin-386), const SYS_GETLCID = 395
    pkg syscall (darwin-386), const SYS_GETLOGIN = 49
    pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
    pkg syscall (darwin-386), const SYS_GETPGID = 151
    pkg syscall (darwin-386), const SYS_GETPGRP = 81
    pkg syscall (darwin-386), const SYS_GETPID = 20
    pkg syscall (darwin-386), const SYS_GETPPID = 39
    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)
  2. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10SymbolInfoProvider.kt

                return Name.identifier(DescriptorUtils.getJvmName(getter) ?: JvmAbi.getterName(descriptor.name.asString()))
            }
    
            val ktPropertyName = (symbol.psi as? KtProperty)?.name ?: return SpecialNames.NO_NAME_PROVIDED
            return Name.identifier(JvmAbi.getterName(ktPropertyName))
        }
    
        override fun getJavaSetterName(symbol: KtPropertySymbol): Name? {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Jun 08 13:34:50 GMT 2023
    - 7.3K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt

            steps {
                buildStep(
                    ******@****.***arameters,
                    this@PublishNightlySnapshotFromQuickFeedbackStepUpload.gitUserName,
                    ******@****.***rEmail,
                    ******@****.***rName,
                    branch.prepNightlyTaskName(),
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Jul 25 21:00:40 GMT 2022
    - 1.7K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepPromote.kt

            steps {
                buildStep(
                    ******@****.***arameters,
                    this@PublishNightlySnapshotFromQuickFeedbackStepPromote.gitUserName,
                    ******@****.***rEmail,
                    ******@****.***rName,
                    branch.prepNightlyTaskName(),
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Dec 09 14:10:43 GMT 2022
    - 1.9K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/common/extensions.kt

        )
    }
    
    fun promotionBuildParameters(dependencyBuildId: RelativeId, extraParameters: String, gitUserName: String, gitUserEmail: String) =
        """-PcommitId=%dep.$dependencyBuildId.build.vcs.number% $extraParameters "-PgitUserName=$gitUserName" "-PgitUserEmail=$gitUserEmail" $pluginPortalUrlOverride %additional.gradle.parameters%"""
    
    /**
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 10:49:15 GMT 2024
    - 13K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (darwin-386), const SYS_GETITIMER ideal-int
    pkg syscall (darwin-386), const SYS_GETLCID ideal-int
    pkg syscall (darwin-386), const SYS_GETLOGIN ideal-int
    pkg syscall (darwin-386), const SYS_GETPEERNAME ideal-int
    pkg syscall (darwin-386), const SYS_GETPGID ideal-int
    pkg syscall (darwin-386), const SYS_GETPGRP ideal-int
    pkg syscall (darwin-386), const SYS_GETPID ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETLOGIN = 49
    pkg syscall (darwin-arm64), const SYS_GETLOGIN ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPEERNAME = 31
    pkg syscall (darwin-arm64), const SYS_GETPEERNAME ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPGID = 151
    pkg syscall (darwin-arm64), const SYS_GETPGID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPGRP = 81
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_GETLOGINCLASS = 523
    pkg syscall (freebsd-arm64), const SYS_GETLOGINCLASS ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPEERNAME = 31
    pkg syscall (freebsd-arm64), const SYS_GETPEERNAME ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPGID = 207
    pkg syscall (freebsd-arm64), const SYS_GETPGID ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPGRP = 81
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/promotion/PublishRelease.kt

    ) : PublishGradleDistributionFullBuild(
        promotedBranch = promotedBranch,
        prepTask = prepTask,
        promoteTask = promoteTask,
        triggerName = "ReadyforRelease",
        gitUserEmail = "%gitUserEmail%",
        gitUserName = "%gitUserName%",
        extraParameters = "-PconfirmationCode=%confirmationCode%"
    ) {
        init {
            params {
                text(
                    "gitUserEmail",
                    "",
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 3.5K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/promotion/PublishGradleDistributionFullBuild.kt

                    buildStep(extraParameters, gitUserName, gitUserEmail, triggerName, prepTask, "uploadAll")
                    buildStep(extraParameters, gitUserName, gitUserEmail, triggerName, prepTask, promoteTask)
                } else {
                    buildStep(
                        listOf(extraParameters, "-PpromotedBranch=$promotedBranch").joinToString(separator = " "),
                        gitUserName,
                        gitUserEmail,
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Feb 13 14:18:23 GMT 2024
    - 1.8K bytes
    - Viewed (0)
Back to top