- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 217 for oplus (0.02 sec)
-
android/guava-tests/test/com/google/common/primitives/UnsignedLongTest.java
- UnsignedLong bUnsigned = UnsignedLong.fromLongBits(b);
- long expected = aUnsigned.bigIntegerValue().add(bUnsigned.bigIntegerValue()).longValue();
- UnsignedLong unsignedSum = aUnsigned.plus(bUnsigned);
- assertThat(unsignedSum.longValue()).isEqualTo(expected);
- }
- }
- }
- public void testMinus() {
- for (long a : TEST_LONGS) {
- 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) -
docs/fr/docs/contributing.md
- <div class="termy">
- ```console
- $ bash scripts/format-imports.sh
- ```
- </div>
- 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.
- ## 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) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_upload.jsp
- <la:link href="../createnew/${f:u(dictId)}"
- styleClass="btn btn-success btn-xs">
- <em class="fa fa-plus">
- <la:message key="labels.dict_kuromoji_link_create"/>
- </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) -
src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_upload.jsp
- <la:link href="../createnew/${f:u(dictId)}"
- styleClass="btn btn-success btn-xs">
- <em class="fa fa-plus">
- <la:message key="labels.dict_mapping_link_create"/>
- </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) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_upload.jsp
- <la:link href="../createnew/${f:u(dictId)}"
- styleClass="btn btn-success btn-xs">
- <em class="fa fa-plus">
- <la:message key="labels.dict_stopwords_link_create"/>
- </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) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
- fun stageTriggerUuid(model: CIBuildModel, stageName: StageName, os: Os? = null) =
- "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stageName.uuid}_${osSuffix(os)}Trigger"
- fun osSuffix(os: Os?) = os?.asName()?.plus("_") ?: ""
- fun <T : BaseGradleBuildType> Dependencies.snapshotDependencies(
- buildTypes: Iterable<T>,
- snapshotConfig: SnapshotDependency.(T) -> Unit = {}
- ) {
- 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) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
- assertTrue(credentialLeakCondition.stopBuildOnFailure!!)
- }
- }
- private fun subProjectFolderList(): List<File> {
- val subprojectRoots = File("../platforms").listFiles(File::isDirectory).plus(File("../subprojects"))
- 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) -
src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_edit.jsp
- <la:link href="../createnew/${f:u(dictId)}"
- styleClass="btn btn-success btn-xs">
- <em class="fa fa-plus">
- <la:message key="labels.dict_mapping_link_create"/>
- </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) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_details.jsp
- styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
- <em class="fa fa-plus">
- <la:message key="labels.dict_stemmeroverride_link_create"/>
- </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) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_details.jsp
- styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
- <em class="fa fa-plus">
- <la:message key="labels.dict_stopwords_link_create"/>
- </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)