Home
last modified time | relevance | path

Searched refs:charName (Results 1 – 4 of 4) sorted by relevance

/plugin/character/
Dsyntax.php99 $charname = extension_loaded('intl') ? ' '.IntlChar::charName($codepoint).'' : '';
/plugin/ckgdoku/ckeditor/
Dckeditor.js1052 …rammarOnly:!0});c.fire(b)}}}}),CKEDITOR.plugins.scayt={charsToObserve:[{charName:"cke-fillingChar"… property
1060 …function(b){var d=a.editable(),e=d.getCustomData(b.charName);e&&(e.$=b.node,d.setCustomData(b.char…
/plugin/ckgedit/ckeditor/
Dckeditor.js1138 CKEDITOR.plugins.scayt={charsToObserve:[{charName:"cke-fillingChar",charCode:function(){var a=CKEDI… property
1146 …function(d){var c=a.editable(),e=c.getCustomData(d.charName);e&&(e.$=d.node,c.setCustomData(d.char…
Dckeditor.js.unc22485 charName: "cke-fillingChar",
22606 e = c.getCustomData(d.charName);
22607 e && (e.$ = d.node, c.setCustomData(d.charName, e))