Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 217 for oplus (0.02 sec)

  1. android/guava-tests/test/com/google/common/primitives/UnsignedLongTest.java

    1. UnsignedLong bUnsigned = UnsignedLong.fromLongBits(b);
    2. long expected = aUnsigned.bigIntegerValue().add(bUnsigned.bigIntegerValue()).longValue();
    3. UnsignedLong unsignedSum = aUnsigned.plus(bUnsigned);
    4. assertThat(unsignedSum.longValue()).isEqualTo(expected);
    5. }
    6. }
    7. }
    8.  
    9. public void testMinus() {
    10. for (long a : TEST_LONGS) {
    11. for (long b : TEST_LONGS) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. docs/fr/docs/contributing.md

    1. <div class="termy">
    2.  
    3. ```console
    4. $ bash scripts/format-imports.sh
    5. ```
    6.  
    7. </div>
    8.  
    9. Comme il exécute une commande après l'autre et modifie et inverse de nombreux fichiers, il prend un peu plus de temps à s'exécuter, il pourrait donc être plus facile d'utiliser fréquemment `scripts/format.sh` et `scripts/format-imports.sh` seulement avant de commit.
    10.  
    11. ## Documentation
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp

    1. <la:link href="../createnew/${f:u(dictId)}"
    2. styleClass="btn btn-success btn-xs">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.dict_kuromoji_link_create"/>
    5. </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_upload.jsp

    1. <la:link href="../createnew/${f:u(dictId)}"
    2. styleClass="btn btn-success btn-xs">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.dict_mapping_link_create"/>
    5. </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_upload.jsp

    1. <la:link href="../createnew/${f:u(dictId)}"
    2. styleClass="btn btn-success btn-xs">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.dict_stopwords_link_create"/>
    5. </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/configurations/StageTriggers.kt

    1. fun stageTriggerUuid(model: CIBuildModel, stageName: StageName, os: Os? = null) =
    2. "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stageName.uuid}_${osSuffix(os)}Trigger"
    3.  
    4. fun osSuffix(os: Os?) = os?.asName()?.plus("_") ?: ""
    5.  
    6. fun <T : BaseGradleBuildType> Dependencies.snapshotDependencies(
    7. buildTypes: Iterable<T>,
    8. snapshotConfig: SnapshotDependency.(T) -> Unit = {}
    9. ) {
    10. buildTypes.forEach { buildType ->
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 08:08:13 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  7. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

    1. assertTrue(credentialLeakCondition.stopBuildOnFailure!!)
    2. }
    3. }
    4.  
    5. private fun subProjectFolderList(): List<File> {
    6. val subprojectRoots = File("../platforms").listFiles(File::isDirectory).plus(File("../subprojects"))
    7. val subProjectFolders = subprojectRoots.map { it.listFiles(File::isDirectory).asList() }.flatten().filter { dir ->
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Jul 18 07:02:47 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_edit.jsp

    1. <la:link href="../createnew/${f:u(dictId)}"
    2. styleClass="btn btn-success btn-xs">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.dict_mapping_link_create"/>
    5. </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 7.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_details.jsp

    1. styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    2. <em class="fa fa-plus">
    3. <la:message key="labels.dict_stemmeroverride_link_create"/>
    4. </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 7.6K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_details.jsp

    1. styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    2. <em class="fa fa-plus">
    3. <la:message key="labels.dict_stopwords_link_create"/>
    4. </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 7.2K bytes
    - Viewed (0)
Back to top