Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for utility (0.08 sec)

  1. KuromojiCSVUtil.java

    L31: * See the License for the specific language governing permissions and L32: * limitations under the License. L33: */ L34: L35:import java.util.ArrayList; L36:import java.util.regex.Matcher; L37:import java.util.regex.Pattern; L38: L39:/** L40: * Utility class for parsing CSV text L41: */ L42:public final class KuromojiCSVUtil { L43: private static final char QUOTE = '"'; L44: L45: private static final char COMMA = ','; L46: L47: private static final Pattern QUOTE_REPLACE_PATTERN = Patte...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.9K bytes
  2. popper.min.js.map

    padding.right || 0; \n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0; \n\n return boundaries;\n}\n","import getBoundaries from '../utils/getBoundaries';\n\nfunction getArea({ width, height }) {\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated by update method\n * @argument {Object} options - Modifiers configuration...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  3. adminlte.min.css.map

    {\n font-size: 16px;\n font-weight: 600;\n margin: 0;\n padding: 0;\n }\n\n > .description-text {\n text-transform: uppercase;\n }\n\n // Description Block Extension\n .description-icon {\n font-size: 16px;\n }\n}\n\n// List utility classes\n.list-group-unbordered {\n > .list-group-item {\n border-left: 0;\n border-radius: 0;\n border-right: 0;\n padding-left: 0;\n padding-right: 0;\n }\n}\n\n.list-header {\n color: $gray-600;\n font-size: 15px;\n font-weight:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
Back to top