• 大小: 61.58MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-07-06
  • 语言: 其他
  • 标签: 博客  larave  vue  开源  PHP  

资源简介

是一款用laravel 和 vue.js 构建的一个漂亮的开源博客项目

资源截图

代码片段和文件信息

package com.emojione;

import android.os.Build;

import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

public abstract class Emojione
{
    private static final HashMap _shortNameToUnicode = new HashMap();
    private static final Pattern SHORTNAME_PATTERN = Pattern.compile(“:([-+\\w]+):“);

    /**
     * Replace shortnames to unicode characters.
     */
    public static String shortnameToUnicode(String input boolean removeIfUnsupported)
    {
        Matcher matcher = SHORTNAME_PATTERN.matcher(input);
        boolean supported = Build.VERSION.SDK_INT >= 16;

        while (matcher.find()) {
            String unicode = _shortNameToUnicode.get(matcher.group(1));
            if (unicode == null) {
                continue;
            }

            if (supported) {
                input = input.replace(“:“ + matcher.group(1) + “:“ unicode);
            } else if (!supported && removeIfUnsupported) {
                input = input.replace(“:“ + matcher.group(1) + “:“ ““);
            }
        }

        return input;
    }


    static {
        _shortNameToUnicode.put(“100“ new String(new int[] {0x1f4af} 0 1));
        _shortNameToUnicode.put(“1234“ new String(new int[] {0x1f522} 0 1));
        _shortNameToUnicode.put(“grinning“ new String(new int[] {0x1f600} 0 1));
        _shortNameToUnicode.put(“grin“ new String(new int[] {0x1f601} 0 1));
        _shortNameToUnicode.put(“joy“ new String(new int[] {0x1f602} 0 1));
        _shortNameToUnicode.put(“rofl“ new String(new int[] {0x1f923} 0 1));
        _shortNameToUnicode.put(“smiley“ new String(new int[] {0x1f603} 0 1));
        _shortNameToUnicode.put(“smile“ new String(new int[] {0x1f604} 0 1));
        _shortNameToUnicode.put(“sweat_smile“ new String(new int[] {0x1f605} 0 1));
        _shortNameToUnicode.put(“laughing“ new String(new int[] {0x1f606} 0 1));
        _shortNameToUnicode.put(“wink“ new String(new int[] {0x1f609} 0 1));
        _shortNameToUnicode.put(“blush“ new String(new int[] {0x1f60a} 0 1));
        _shortNameToUnicode.put(“yum“ new String(new int[] {0x1f60b} 0 1));
        _shortNameToUnicode.put(“sunglasses“ new String(new int[] {0x1f60e} 0 1));
        _shortNameToUnicode.put(“heart_eyes“ new String(new int[] {0x1f60d} 0 1));
        _shortNameToUnicode.put(“kissing_heart“ new String(new int[] {0x1f618} 0 1));
        _shortNameToUnicode.put(“kissing“ new String(new int[] {0x1f617} 0 1));
        _shortNameToUnicode.put(“kissing_smiling_eyes“ new String(new int[] {0x1f619} 0 1));
        _shortNameToUnicode.put(“kissing_closed_eyes“ new String(new int[] {0x1f61a} 0 1));
        _shortNameToUnicode.put(“relaxed“ new String(new int[] {0x263a} 0 1));
        _shortNameToUnicode.put(“slight_smile“ new String(new int[] {0x1f642} 0 1));
        _shortNameToUnicode.put(“hugging“ new String(new int[] {0x1f917} 0 1));
        _shortNameToUnicode.p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-04-26 15:36  blod\
     目录           0  2019-04-26 15:35  blod\web-不用看\
     目录           0  2019-04-26 15:36  blod\web-不用看\node_modules\
     目录           0  2019-04-26 15:36  blod\web-不用看\node_modules\emojione\
     目录           0  2019-04-26 15:36  blod\web-不用看\node_modules\emojione\assets\
     目录           0  2019-04-26 15:36  blod\web-不用看\node_modules\emojione\assets\png_128x128\
     文件        1593  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f918.png
     文件        1572  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f919-1f3fb.png
     文件        1570  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f919-1f3fc.png
     文件        1570  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f919-1f3fd.png
     文件        1570  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f919-1f3fe.png
     文件        1572  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f919-1f3ff.png
     文件        1571  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f919.png
     文件        1494  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91a-1f3fb.png
     文件        1494  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91a-1f3fc.png
     文件        1494  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91a-1f3fd.png
     文件        1494  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91a-1f3fe.png
     文件        1494  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91a-1f3ff.png
     文件        1494  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91a.png
     文件        1723  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91b-1f3fb.png
     文件        1729  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91b-1f3fc.png
     文件        1723  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91b-1f3fd.png
     文件        1723  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91b-1f3fe.png
     文件        1725  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91b-1f3ff.png
     文件        1729  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91b.png
     文件        1701  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91c-1f3fb.png
     文件        1701  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91c-1f3fc.png
     文件        1701  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91c-1f3fd.png
     文件        1701  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91c-1f3fe.png
     文件        1701  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91c-1f3ff.png
     文件        1696  2019-04-24 18:09  blod\web-不用看\node_modules\emojione\assets\png_128x128\1f91c.png
............此处省略27662个文件信息

评论

共有 条评论