Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for matcher (0.13 sec)

  1. test-site/activator-launch-1.3.2.jar

    org/apache/ivy/plugins/matcher/NoMatcher.class package org.apache.ivy.plugins.matcher; public final synchronized class NoMatcher implements Matcher { public static final Matcher INSTANCE; public void NoMatcher(); public final boolean matches(String); static void <clinit>(); } org/apache/ivy/plugins/matcher/Matcher.class package org.apache.ivy.plugins.matcher; public abstract interface Matcher { public abstract boolean matches(String); } org/apache/ivy/plugins/matcher/AbstractPatternMatch.class package org.a...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css.map

    $table-cell-padding;\n  color: $table-caption-color;\n  text-align: left;\n  caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `<td>` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n  font-weight: $table-th-font-weight; // 1\n  text-align: inherit; // 2\n  text-align: -webkit-match-parent; // 3\n}\n\n\n//\n// Forms\n//\n\nlabel {\n  // Allow labels to use `margin` for spacing.\n  display: inline-block;\n  margin-bottom: $label-...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top