Home
last modified time | relevance | path

Searched refs:isBrowser (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js25 isBrowser = !!(typeof window !== 'undefined' && navigator && document), variable
26 isWebWorker = !isBrowser && typeof importScripts !== 'undefined',
31 readyRegExp = isBrowser && navigator.platform === 'PLAYSTATION 3' ?
358 if (isBrowser) {
692 if ((isBrowser || isWebWorker) && !checkLoadedTimeoutId) {
1403 isBrowser: isBrowser,
1734 req.isBrowser = isBrowser;
1759 if (isBrowser) {
1791 if (isBrowser) {
1895 if (isBrowser) {
/plugin/jplayer/components/
H A Drequire.js25 isBrowser = !!(typeof window !== 'undefined' && navigator && document), variable
26 isWebWorker = !isBrowser && typeof importScripts !== 'undefined',
31 readyRegExp = isBrowser && navigator.platform === 'PLAYSTATION 3' ?
358 if (isBrowser) {
692 if ((isBrowser || isWebWorker) && !checkLoadedTimeoutId) {
1403 isBrowser: isBrowser,
1734 req.isBrowser = isBrowser;
1759 if (isBrowser) {
1791 if (isBrowser) {
1895 if (isBrowser) {
H A Drequire-built.js25 isBrowser = !!(typeof window !== 'undefined' && navigator && document), variable
26 isWebWorker = !isBrowser && typeof importScripts !== 'undefined',
31 readyRegExp = isBrowser && navigator.platform === 'PLAYSTATION 3' ?
358 if (isBrowser) {
692 if ((isBrowser || isWebWorker) && !checkLoadedTimeoutId) {
1403 isBrowser: isBrowser,
1734 req.isBrowser = isBrowser;
1759 if (isBrowser) {
1791 if (isBrowser) {
1895 if (isBrowser) {
/plugin/emoji/script/
H A Djquery.textcomplete.js1433 var isBrowser = (typeof window !== 'undefined');
1434 var isFirefox = (isBrowser && window.mozInnerScreenX != null);
1437 if(!isBrowser) {
/plugin/statdisplay/
H A DBrowser.php237 …function isBrowser($browserName) { return( 0 == strcasecmp($this->_browser_name, trim($browserName… function in Browser
/plugin/sentry/
H A DBrowser.php182 function isBrowser($browserName) function in dokuwiki\\plugin\\sentry\\Browser