Home
last modified time | relevance | path

Searched refs:mac (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
DMacVerifyRequest.php33 public $mac; variable in Google\\Service\\CloudKMS\\MacVerifyRequest
70 public function setMac($mac) argument
72 $this->mac = $mac;
79 return $this->mac;
DMacSignResponse.php25 public $mac; variable in Google\\Service\\CloudKMS\\MacSignResponse
46 public function setMac($mac) argument
48 $this->mac = $mac;
55 return $this->mac;
/plugin/authdiscourse/
Dauth.php36 list($prev_nonce, $mac) = explode(';', $_COOKIE['authdiscourse_nonce']);
37 if (!empty($mac) && hash_equals(hash_hmac('sha256', $prev_nonce, $this->sso_secret), $mac))
/plugin/indexmenu2/cms/templates/TabControl/
Dlayout.css22 /* Hides from IE-mac \*/
25 /* End hide from IE-mac */
/plugin/photogallery/phpThumb/demo/
Djavascript_api.js62 var mac = (agt.indexOf("mac")!=-1);
64 var mac_ie = mac && ie;
/plugin/diagramsnet/lib/WEB-INF/lib/
Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/swfobject/
Dscript.js4mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*…
/plugin/wysiwyg/fckeditor/
Dfckeditor.js193 if ( /*@cc_on!@*/false && sAgent.indexOf("mac") == -1 )
Dfckeditor.lasso85 …if (client_browser->Find("MSIE") && !client_browser->Find("mac") && !client_browser->Find("Opera")…
Dfckeditor.afp114 IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
Dfckeditor.cfm60 if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
Dfckeditor.cfc102 if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
/plugin/grensladawritezor/fckeditor/
Dfckeditor.js195 if ( sAgent.indexOf("msie") != -1 && sAgent.indexOf("mac") == -1 && sAgent.indexOf("opera") == -1 )
Dfckeditor.afp113 IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
Dfckeditor.cfm60 if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
Dfckeditor.cfc90 if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
/plugin/fckg/fckeditor/
Dfckeditor.js305 if (sAgent.indexOf("mac") == -1 )
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
Da11yhelp.js6 …d[CKEDITOR.ALT]=b[18];d[CKEDITOR.SHIFT]=b[16];d[CKEDITOR.CTRL]=CKEDITOR.env.mac?b[224]:b[17];var k=
/plugin/wysiwyg/fckeditor/_samples/afp/
Dfck.afpa.code109 IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dfck.afpa.code109 IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPuTTY.php359 $mac = $hash->hash($source);
/plugin/jmol2/jmol/
DREADME.txt43 - jmol.mac
DLEAME.txt49 - jmol.mac
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.css265 .monaco-editor.vs-dark.mac.mouse-default .view-lines,
266 .monaco-editor.hc-black.mac.mouse-default .view-lines {
270 .monaco-editor.vs-dark.mac.mouse-copy .view-lines,
271 .monaco-editor.hc-black.mac.mouse-copy .view-lines {
554 .monaco-sash.mac.vertical {
566 .monaco-sash.mac.horizontal {
1189 .vs-dark .mac .monaco-mouse-cursor-text, .hc-black .mac .monaco-mouse-cursor-text,
1190 .vs-dark.mac .monaco-mouse-cursor-text, .hc-black.mac .monaco-mouse-cursor-text {
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.css265 .monaco-editor.vs-dark.mac.mouse-default .view-lines,
266 .monaco-editor.hc-black.mac.mouse-default .view-lines {
270 .monaco-editor.vs-dark.mac.mouse-copy .view-lines,
271 .monaco-editor.hc-black.mac.mouse-copy .view-lines {
554 .monaco-sash.mac.vertical {
566 .monaco-sash.mac.horizontal {
1189 .vs-dark .mac .monaco-mouse-cursor-text, .hc-black .mac .monaco-mouse-cursor-text,
1190 .vs-dark.mac .monaco-mouse-cursor-text, .hc-black.mac .monaco-mouse-cursor-text {

1234