accesspress-custom-css 2.0.1
Calls PHP file_put_contents()Reads a WordPress option (get_option)
SHA-2565ad9dc11bcabd632a6e2d045324788464f20dda08bab89e39aa91817e5b4c1a5
MaleculeK(Li)H₇(Cm₅Db₄FHfOs₄TiU₅)Md
Evidence
1// CodeMirror version 3.1
2//
3// CodeMirror is the only global var we claim
4window.CodeMirror = (function() {
5 "use strict";
6
7 // BROWSER SNIFFING
8
9 // Crude, but necessary to handle a number of hard-to-feature-detect
10 // bugs and behavior differences.
11 var gecko = /gecko\/\d/i.test(navigator.userAgent);
12 var ie = /MSIE \d/.test(navigator.userAgent);
13 var ie_lt8 = ie && (document.documentMode == null || document.documentMode …
25:43… serAgent) && /Mobile\/\w+/.test(navigator.userAgent);
26 // This is woefully incomplete. Suggestions for alternative methods welcome.
27 var mobile = ios || /Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent);
28 var mac = ios || /Mac/.test(navigator.platform);
29 var windows = /windows/i.test(navigator.platform);
30
31 var opera_version = opera && navigator.userAgent.match(/Version\/(\d* …
46:12… rmine effective options based on given values and defaults.
47 for (var opt in defaults) if (!options.hasOwnProperty(opt) && defaults.hasOwnProperty(opt))
48 options[opt] = defaults[opt];
49 setGuttersForLineNumbers(options);
50
⋯7 lines
72
73 // Override magic textarea content restore that IE sometimes does
74 // on our hidden textarea on reload
75 if (ie) setTimeout(bind(resetInput, this, true), 20);
76
77 registerEventHandlers(this);
78 // IE throws unspecified error in certain cases, when
142:30… ey in KHTML
143 if (khtml) { d.inputDiv.style.height = "1px"; d.inputDiv.style.position = "absolute"; }
144 // Need to set a minimum width to see the scrollbar on IE7 (but must not set it on IE8).
145 else if (ie_lt8) d.scrollba …
Showing the top 5 files — 1 more file (13 regions) not shown.
No evidence locations were recorded for this file. Raw result