Home
last modified time | relevance | path

Searched refs:Hex (Results 26 – 38 of 38) sorted by path

12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 … HexColorLength: new Rule('hexColorLength', localize('rule.hexColor', \"Hex colors must consist…
H A D43.43.js.map1 …tinConstants: [\n 'BinaryEncoding.Base64',\n 'BinaryEncoding.Hex',\n 'BinaryO…
H A Dbundle.js.map1Hex = {\n /* VARIABLES */\n re: /^#((?:[a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i,\n /* API */\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Hex","dec","hasAlpha","isFullLength","multiplier","bits","bitsOffset","mask","DEC2HEX","frac2hex",…
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java27 import org.apache.commons.codec.binary.Hex;
201 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray()))); in hex2urlEncoded()
H A DJCaptureApplet.java4 import org.apache.commons.codec.binary.Hex;
84 return new String(Hex.decodeHex(getParameter("dokuBase").toCharArray())); in getDokuBase()
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java19 import org.apache.commons.codec.binary.Hex;
426 String urlsStr = new String(Hex.decodeHex(palettesEncoded.toCharArray())); in loadPalettes()
432 …ig()==null ? null : new StringBuilder(getConfig().getDokuHost()+new String(Hex.decodeHex(getConfig… in loadPalettes()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java40 import org.apache.commons.codec.binary.Hex;
995 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
1007 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray())));
H A DBasicGraphEditor.java.bak39 import org.apache.commons.codec.binary.Hex;
956 return new String(Hex.decodeHex(applet.getParameter("name").toCharArray()));
968 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray())));
H A DEditorActions.java50 import org.apache.commons.codec.binary.Hex;
512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray()))); in post()
1341 … sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decodeHex(editor.ge… in actionPerformed()
H A DEditorActions.java.bak50 import org.apache.commons.codec.binary.Hex;
512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray())));
1341 … sourceUrl = new StringBuilder(editor.getConfig().getDokuHost()+new String(Hex.decodeHex(editor.ge…

12