Home
last modified time | relevance | path

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

/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js6 var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; variable
115 else if ( isIE && isWin && !isOpera ) {
128 if(isIE && isWin && !isOpera) {
166 if (isIE && isWin && !isOpera)
/plugin/epub/
H A Drenderer.php19 private $isWin; variable in renderer_plugin_epub
363 if($this->isWin) {
369 if($this->isWin) {
397 else if(!$this->isWin && epub_save_image($media , $file)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php320 $isWin = false;
322 $isWin = true;
380 if ($isWin === true) {
/plugin/aceeditor/
H A Dbuild.js1isWin=r=="win",t.isMac=r=="mac",t.isLinux=r=="linux",t.isIE=(navigator.appName=="Microsoft Interne…