Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 217 for oplus (0.02 sec)

  1. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp

    1. styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    2. <em class="fa fa-plus">
    3. <la:message key="labels.dict_synonym_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.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_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_synonym_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)
  3. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

    1. <la:link href="installplugin"
    2. styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.plugin_install"/>
    5. </la:link>
    6. </div>
    7. </div>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.5K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin_installplugin.jsp

    1. value="<la:message key="labels.crud_button_install" />"
    2. >
    3. <em class="fa fa-plus">
    4. <la:message key="labels.crud_button_install"/>
    5. </button>
    6. </div>
    7. </la:form>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Feb 14 12:15:45 UTC 2020
    - 5.8K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_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_stemmeroverride_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.3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp

    1. </la:link>
    2. <la:link href="createnew" styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.elevate_word_link_create"/>
    5. </la:link>
    6. <la:link href="downloadpage"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 27 06:24:23 UTC 2020
    - 6.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/RegularImmutableSet.java

    1. new RegularImmutableSet<>(EMPTY_ARRAY, 0, EMPTY_ARRAY, 0);
    2.  
    3. private final transient Object[] elements;
    4. private final transient int hashCode;
    5. // the same values as `elements` in hashed positions (plus nulls)
    6. @VisibleForTesting final transient @Nullable Object[] table;
    7. // 'and' with an int to get a valid table index.
    8. private final transient int mask;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp

    1. <la:link href="createnew/${f:u(dictId)}"
    2. styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.dict_mapping_link_create"/>
    5. </la:link>
    6. <la:link href="downloadpage/${f:u(dictId)}"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp

    1. <la:link href="createnew/${f:u(dictId)}"
    2. styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
    3. <em class="fa fa-plus">
    4. <la:message key="labels.dict_stopwords_link_create"/>
    5. </la:link>
    6. <la:link href="downloadpage/${f:u(dictId)}"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 9.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/AbstractMultiset.java

    1. /**
    2. * This class provides a skeletal implementation of the {@link Multiset} interface. A new multiset
    3. * implementation can be created easily by extending this class and implementing the {@link
    4. * Multiset#entrySet()} method, plus optionally overriding {@link #add(Object, int)} and {@link
    5. * #remove(Object, int)} to enable modifications to the multiset.
    6. *
    7. * <p>The {@link #count} and {@link #size} implementations all iterate across the set returned by
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 01 22:07:10 UTC 2021
    - 6K bytes
    - Viewed (0)
Back to top