Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 215 for plugs (0.02 sec)

  1. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_details.jsp

                                                     styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
                                                <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)
  2. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp

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

                                        <la:link href="installplugin"
                                                 styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
                                            <em class="fa fa-plus">
                                            <la:message key="labels.plugin_install"/>
                                        </la:link>
                                    </div>
                                </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)
  5. 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)
  6. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp

                                                     styleClass="btn btn-success btn-xs ${f:h(editableClass)}">
                                                <em class="fa fa-plus">
                                                <la:message key="labels.dict_protwords_link_create"/>
                                            </la:link>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.9K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.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
    - 5.9K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/AbstractTester.java

     *
     * <p>This class is emulated in GWT.
     *
     * @param <G> the type of the test generator required by this tester. An instance of G should
     *     somehow provide an instance of the class under test, plus any other information required to
     *     parameterize the test.
     * @author George van den Driessche
     */
    @GwtCompatible(emulated = true)
    @ElementTypesAreNonnullByDefault
    public class AbstractTester<G> extends TestCase {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 28 21:41:47 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/net/UrlEscaperTesting.java

        assertUnescaped(e, '\'');
        assertUnescaped(e, '(');
        assertUnescaped(e, ')');
        assertUnescaped(e, '~');
        assertUnescaped(e, ':');
        assertUnescaped(e, '@');
    
        // Don't use plus for spaces
        assertEscaping(e, "%20", ' ');
    
        assertEquals("safe%20with%20spaces", e.escape("safe with spaces"));
        assertEquals("******@****.***", e.escape("******@****.***"));
      }
    
      private UrlEscaperTesting() {}
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 17:53:22 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. guava-testlib/src/com/google/common/collect/testing/AbstractTester.java

     *
     * <p>This class is emulated in GWT.
     *
     * @param <G> the type of the test generator required by this tester. An instance of G should
     *     somehow provide an instance of the class under test, plus any other information required to
     *     parameterize the test.
     * @author George van den Driessche
     */
    @GwtCompatible(emulated = true)
    @ElementTypesAreNonnullByDefault
    public class AbstractTester<G> extends TestCase {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 28 21:41:47 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top