| /plugin/twofactorsmsgateway/ |
| D | gateway.txt | 3 T-Mobile@tmomail.net 13 Boost Mobile@myboostmobile.com 14 BPL Mobile@bplmobile.com 16 Cellular One@mobile.celloneusa.com 23 Dobson@mobile.dobson.net 51 Surewest Communicaitons@mobile.surewest.com 52 T-Mobile@tmomail.net 58 Solo Mobile@txt.bell.ca 61 Surewest Communicaitons@mobile.surewest.com 67 Virgin Mobile@vmobl.com [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | ClientHints.php | 32 …* Represents `Sec-CH-UA-Mobile` header field: whether the user agent should receive a specifically… 36 protected $mobile = false; variable in DeviceDetector\\ClientHints 94 * @param bool $mobile `Sec-CH-UA-Mobile` header field 100 …ion = '', string $uaFullVersion = '', array $fullVersionList = [], bool $mobile = false, string $a… argument 107 $this->mobile = $mobile; 139 return $this->mobile; 257 $mobile = false; 280 case 'http-sec-ch-ua-mobile': 281 case 'sec-ch-ua-mobile': 282 case 'mobile': [all …]
|
| D | README.md | 21 …User Agents and Browser Client Hints to detect devices (desktop, tablet, mobile, tv, cars, console… 284 …Mobile, Chrome OS, Chromium OS, China OS, Coolita OS, CyanogenMod, Debian, Deepin, DragonFly, DVKB… 288 …Mobile iOS, Conkeror, Chrome Mobile, Chowbo, Classilla, CoolNovo, Colom Browser, CometBird, Comfor… 302 ### List of detected mobile apps: 304 …Mobile Services, HyperCatcher, iCatcher, iHeartRadio, IMO HD Video Calls & Chat, IMO International… 312 …Brains Omea Reader, Liferea, NetNewsWire, Newsbeuter, NewsBlur, NewsBlur Mobile App, Newsboat, Pla… 316 …Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, Ace, Aceline, Acepad, Acer, A…
|
| D | DeviceDetector.php | 31 use DeviceDetector\Parser\Device\Mobile; alias 212 $this->addDeviceParser(new Mobile()); 335 …eeded if we want bots to be processed as a simple clients. So we can detect if it is mobile client, 373 * Returns if the parsed UA is detected as a mobile device 379 // Client hints indicate a mobile device 384 // Mobile device types 397 // non mobile device types 407 // Check for browsers available for mobile devices only 438 // Check for browsers available for mobile devices only 617 * Clients might be browsers, Feed Readers, Mobile Apps, Media Players or [all …]
|
| /plugin/quickstats/db/ |
| D | lite_php_browscap.ini | 706 Device_Type="Mobile Phone" 708 [Mozilla/5.0 (*Linux*Android*)*applewebkit*(*khtml*like*gecko*)*Version/*Chrome/79.0*Mobile*Safari*] 725 Device_Type="Mobile Phone" 727 [Mozilla/5.0 (*Linux*Android*)*applewebkit*(*khtml*like*gecko*)*Version/*Chrome/78.0*Mobile*Safari*] 744 Device_Type="Mobile Phone" 746 [Mozilla/5.0 (*Linux*Android*)*applewebkit*(*khtml*like*gecko*)*Version/*Chrome/77.0*Mobile*Safari*] 763 Device_Type="Mobile Phone" 765 [Mozilla/5.0 (*Linux*Android*)*applewebkit*(*khtml*like*gecko*)*Version/*Chrome/76.0*Mobile*Safari*] 782 Device_Type="Mobile Phone" 784 [Mozilla/5.0 (*Linux*Android*)*applewebkit*(*khtml*like*gecko*)*Version/*Chrome/75.0*Mobile*Safari*] [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| D | Mobile.php | 16 * Class Mobile 18 * Device parser for mobile detection 20 class Mobile extends AbstractDeviceParser class 30 protected $parserName = 'mobile';
|
| D | AbstractDeviceParser.php | 86 '2F' => 'F2 Mobile', 88 'J7' => '7 Mobile', 115 'J0' => 'AG Mobile', 231 'AM' => 'Azumi Mobile', 246 '0B' => 'BB Mobile', 264 'BY' => 'BS Mobile', 335 'G3' => 'CG Mobile', 340 'CA1' => 'Carbon Mobile', 365 'CH' => 'Cherry Mobile', 366 'C3' => 'China Mobile', [all …]
|
| /plugin/loadskin/lang/en/ |
| D | settings.php | 9 $lang['mobileSwitch'] = 'Show mobile template switcher (with only 1 normal and 1 mobile te… 10 $lang['mobileTemplate'] = 'Mobile template (if showing mobile template switcher)';
|
| /plugin/loadskin/lang/fr/ |
| D | settings.php | 11 … = 'Afficher le sélecteur de modèle pour mobile (avec seulement 1 modèle normal et 1 modèle po… 12 …ng['mobileTemplate'] = 'Modèle pour mobile (si l\'option "afficher le sélecteur de modèles …
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | OperatingSystem.php | 37 public $mobile; variable in Google\\Service\\Dfareporting\\OperatingSystem 88 public function setMobile($mobile) argument 90 $this->mobile = $mobile; 97 return $this->mobile;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
| D | Mobiledevices.php | 35 * Takes an action that affects a mobile device. For example, remotely wiping a 44 * mobile device. 55 * Removes a mobile device. (mobiledevices.delete) 63 * mobile device. 73 * Retrieves a mobile device's properties. (mobiledevices.get) 81 * mobile device. 95 * Retrieves a paginated list of all user-owned mobile devices for an account.
|
| /plugin/sectiontoggle/ |
| D | Mobile_Detect.php | 3 * Mobile Detect Library 4 * Motto: "Every business should have a mobile detection script to detect mobile readers" 6 * Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). 7 …* It uses the User-Agent string combined with specific HTTP headers to detect the mobile environme… 10 * GitHub: https://github.com/serbanghita/Mobile-Detect 11 * README: https://github.com/serbanghita/Mobile-Detect/blob/master/README.md 12 * CONTRIBUTING: https://github.com/serbanghita/Mobile-Detect/blob/master/docs/CONTRIBUTING.md 13 …* KNOWN LIMITATIONS: https://github.com/serbanghita/Mobile-Detect/blob/master/docs/KNOWN_LIMITATIO… 14 * EXAMPLES: https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples 16 * @license https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt MIT License [all …]
|
| /plugin/mobiletable/ |
| D | mobileTable.js | 13 …// Special schema values that are not repeated on the mobile table. Instead a cell with colspan = … 28 …// Creates an array of header cells that can be cloned for each "row" of the mobile version of the… 228 // Create the mobile table. 230 const mobile = buildTable(table, extractSchema(table, columnIndex)) 233 tableMap.set(mobile, table) 234 dummy.replaceWith(mobile) 236 mobile.classList.add("mobiletable-transformed") 300 if (window.mobileTables(before === "mobile") && window.location.hash) {
|
| D | README.md | 5 … table, where all columns are stacked on top of each other, which is only shown for mobile devices. 6 This improves the mobile experience for wide tables as it prevents horizontal scrolling. 8 In the mobile presentation (specified by your theme's `__phone_width__`) this: 61 To activate mobile tables, wrap it in `<mobiletable>...</mobiletable>` syntax: 71 This would create a mobile table like this:
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/ |
| D | browsers.yml | 29 'com.duckduckgo.mobile.android': 'DuckDuckGo Privacy Browser' 94 'org.lilo.mobile.android2020': 'Lilo' 124 'com.huawei.browser': 'Huawei Browser Mobile' 128 'com.fulldive.mobile': 'Fulldive' 187 'com.apn.mobile.browser.cherry': 'APN Browser' 188 'com.apn.mobile.browser.umeatt': 'APN Browser' 189 'com.apn.mobile.browser.zte': 'APN Browser' 226 'org.mozilla.firefox': 'Firefox Mobile' 252 'com.oceanbrowser.mobile.android': 'Ocean Browser' 280 'com.apn.mobile.browser.coolpad': 'APN Browser' [all …]
|
| /plugin/passwordgenerator/lang/en/ |
| D | settings.php | 9 …on some region/language specific keyboards or device specific keyboards (mobile devices). You migh… 10 …on some region/language specific keyboards or device specific keyboards (mobile devices). You migh… 11 …on some region/language specific keyboards or device specific keyboards (mobile devices). You migh…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/ |
| D | MobileCarriers.php | 34 * Gets one mobile carrier by ID. (mobileCarriers.get) 37 * @param string $id Mobile carrier ID. 48 * Retrieves a list of mobile carriers. (mobileCarriers.listMobileCarriers)
|
| D | MobileApps.php | 34 * Gets one mobile app by ID. (mobileApps.get) 37 * @param string $id Mobile app ID. 48 * Retrieves list of available mobile apps. (mobileApps.listMobileApps)
|
| /plugin/coinhive/ |
| D | README.md | 7 The Plugin can be configured to integrate the Miner on mobile Devices (or not) and if and how the M… 20 - Mine on mobile devices: Enable Mining on mobile devices
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Client/ |
| D | Browser.php | 187 'CI' => 'Chrome Mobile iOS', 189 'CM' => 'Chrome Mobile', 257 'F1' => 'Firefox Mobile iOS', 271 'FM' => 'Firefox Mobile', 313 'HU' => 'Huawei Browser Mobile', 321 'I2' => 'iCab Mobile', 324 'I3' => 'Iron Mobile', 341 'IM' => 'IE Mobile', 404 'MF' => 'Mobile Safari', 410 'MS' => 'Mobile Silk', [all …]
|
| /plugin/loadskin/ |
| D | helper.php | 42 * or show only two templates for mobile switcher: standard plus mobile template 56 // templates for mobile switcher
|
| D | action.php | 142 // if registered user, store also in conf file (not for mobile switcher) 150 // if logged in and user is in conf (not for mobile) 162 // if viewed on a mobile and mobile switcher is used, set mobile template as default
|
| /plugin/sectiontoggle/lang/ja/ |
| D | settings.php | 8 …実装したいプラットフォームを選択する: <b>none</b>・<b>mobile</b>・<b>all</b>。<b>all</b> の場合、標準的なデスクトップシステムでの Sectionto…
|
| /plugin/sectiontoggle/lang/ko/ |
| D | settings.php | 2 $lang['platform'] = '단락보기 설정을 적용할 범위. None, mobile, all. <b>all</b> : 데스크탑에서도 적용됨. <b>Mobile</b> :…
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/ |
| D | browsers.yml | 84 - regex: 'Ninesky(?:-android-mobile)?/([\d.]+)' 344 # Vision Mobile Browser (https://en.wikipedia.org/wiki/Vision_Mobile_Browser) 346 name: 'Vision Mobile Browser' 367 - regex: 'Ask\.com Mobile Browser' 413 # Rakuten Browser (https://play.google.com/store/apps/details?id=jp.co.rakuten.mobile.browser) 634 # Lilo (https://play.google.com/store/apps/details?id=org.lilo.mobile.android2020) 1387 - regex: 'Mobile VR.+Firefox' 1627 # Huawei Browser Mobile 1629 name: 'Huawei Browser Mobile' 1663 # Qwant Mobile [all …]
|