Home
last modified time | relevance | path

Searched refs:hexcode (Results 1 – 3 of 3) sorted by relevance

/plugin/openid/Auth/OpenID/
DHMAC.php38 $hexcode = substr($hex, $i, 2);
39 $charcode = (int)base_convert($hexcode, 16, 10);
/plugin/fedauth/Auth/OpenID/
DHMAC.php38 $hexcode = substr($hex, $i, 2);
39 $charcode = (int)base_convert($hexcode, 16, 10);
/plugin/dokuprism/prism/
Dprism.js43 …("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da… property
165 …(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,… property