Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kantor (0.89 sec)

  1. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        License.
    
        1.11. "Patent Claims" means any patent claim(s), now owned or
        hereafter acquired, including without limitation, method, process,
        and apparatus claims, in any patent Licensable by grantor.
    
        1.12. "Source Code" means (a) the common form of computer software
        code in which modifications are made and (b) associated
        documentation included in or with such code.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  2. analysis/analysis-api-standalone/analysis-api-fir-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/services/LLStandaloneFirElementByPsiElementChooser.kt

            if (fir.realPsi != null) return fir.realPsi === psi
    
            return fir.name == psi.nameAsName
        }
    
        // TODO: Use structural type comparison? We can potentially ignore components which don't factor into overload resolution, such as type
        //       annotations, because we only need to pick one FIR callable without a reasonable doubt and ambiguities cannot originate from
        //       libraries.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 11:34:07 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top