Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 42 for substituted (0.19 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/signatures/KtVariableLikeSignature.kt

                val nameCanBeDeclaredInAnnotation = symbol.psi == null
    
                runIf(nameCanBeDeclaredInAnnotation) { getValueFromParameterNameAnnotation() } ?: symbol.name
            }
    
        abstract override fun substitute(substitutor: KaSubstitutor): KaVariableLikeSignature<S>
    
        private fun getValueFromParameterNameAnnotation(): Name? {
            val resultingAnnotation = findParameterNameAnnotation() ?: return null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/types/KtFirSubstitutor.kt

    }
    
    internal class KaFirGenericSubstitutor(
        substitutor: ConeSubstitutor,
        builder: KaSymbolByFirBuilder,
    ) : AbstractKaFirSubstitutor<ConeSubstitutor>(substitutor, builder)
    
    @OptIn(KaAnalysisApiInternals::class)
    internal class KaFirMapBackedSubstitutor(
        substitutor: ConeSubstitutorByMap,
        builder: KaSymbolByFirBuilder,
    ) : AbstractKaFirSubstitutor<ConeSubstitutorByMap>(substitutor, builder,), KaMapBackedSubstitutor {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/ops/gen/common/view_util.cc

    #include "absl/strings/str_join.h"
    #include "absl/strings/substitute.h"
    #include "tensorflow/core/platform/types.h"
    
    namespace tensorflow {
    namespace generator {
    
    string Call(const string& object, const string& method,
                std::vector<string> arguments, const char* oper) {
      return absl::Substitute("$0$1$2($3)", object, oper, method,
                              absl::StrJoin(arguments, ", "));
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 09:51:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/ops/gen/cpp/views/op_argument_view.cc

    namespace tensorflow {
    namespace generator {
    namespace cpp {
    
    string OpArgumentView::Declaration() const {
      return absl::Substitute("$0 $1", type_name_, variable_name_);
    }
    
    string OpArgumentView::Initializer() const {
      if (default_value_.empty()) {
        return "";
      }
      return absl::Substitute(" = $0", default_value_);
    }
    
    bool OpArgumentView::HasDefaultValue() const { return !default_value_.empty(); }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 07:02:00 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/ops/gen/cpp/views/attr_view.cc

    }
    
    string AttrView::InputArg(bool with_default_value) const {
      string default_value = DefaultValue();
      if (!with_default_value || default_value.empty()) {
        return absl::Substitute("$0 $1", VariableType(), attr_.name());
      }
      return absl::Substitute("$0 $1 = $2", VariableType(), attr_.name(),
                              default_value);
    }
    
    string AttrView::SetterMethod() const {
      if (!attr_.is_list()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 07:02:00 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtCompletionCandidateChecker.kt

            public abstract val substitutor: KaSubstitutor
        }
    
        public class ApplicableAsExtensionCallable(
            substitutor: KaSubstitutor,
            receiverCastRequired: Boolean,
            override val token: KaLifetimeToken
        ) : Applicable() {
            override val substitutor: KaSubstitutor by validityAsserted(substitutor)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r33/BuildActionCompositeBuildCrossVersionSpec.groovy

            given:
            singleProjectBuildInRootFolder("root") {
                settingsFile << """
                    includeBuild('includedBuild') {
                        dependencySubstitution {
                            substitute module('group:name') using project(':')
                        }
                    }
                """
            }
            singleProjectBuildInSubfolder("includedBuild")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/ops/gen/common/controller.cc

    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/c/experimental/ops/gen/common/controller.h"
    
    #include "absl/strings/substitute.h"
    #include "tensorflow/c/experimental/ops/gen/common/path_config.h"
    #include "tensorflow/c/experimental/ops/gen/common/source_code.h"
    #include "tensorflow/c/experimental/ops/gen/model/op_spec.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 09:51:28 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtSubstitutorFactory.kt

        public val mappings: Map<KaTypeParameterSymbol, KaType> get() = withValidityAssertion { backingMapping }
    
        /**
         * Adds a new [typeParameter] -> [type] substitution to the substitutor which is being built.
         * If there already was a substitution with a [typeParameter], replaces corresponding substitution with a new one.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  10. LICENSES/vendor/gopkg.in/evanphx/json-patch.v4/LICENSE

    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:12 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top