Home
last modified time | relevance | path

Searched refs:sCmd (Results 1 – 2 of 2) sorted by last modified time

/plugin/dataloop/syntax/
H A Dloop.php311 foreach($aMatches[1] as $iKey => $sCmd)
314 $aCommand = split('_', $sCmd);
/plugin/issuetracker/
H A Dwysiwyg_editor.js2 function formatDoc(sCmd, sValue) { argument
3 document.execCommand(sCmd, false, sValue);