| /plugin/twofactorsmsgateway/ |
| D | helper.php | 18 * This user will need to supply a phone number and their cell provider. 22 // Provide an input for the phone number. 23 $phone = $this->_settingGet("phone", ''); 24 # This is to move the phone number from shared settings into this 26 if (!$phone) { 27 $phone = $this->_sharedSettingGet('phone',''); 28 if ($phone) { 29 $this->_settingSet('phone', $phone); 30 $this->attribute->del('twofactor', 'phone'); 34 …$elements['phone'] = form_makeTextField('phone', $phone, $this->getLang('phone'), '', 'block', arr… [all …]
|
| /plugin/twofactorsmsappliance/ |
| D | helper.php | 18 * This user will need to supply a phone number and their cell provider. 22 // Provide an input for the phone number. 23 $phone = $this->_settingGet("phone", ''); 24 …$elements[] = form_makeTextField('smsappliance_phone', $phone, $this->getLang('phone'), '', 'block… 26 // If the phone number has not been verified, then do so here. 27 if ($phone) { 34 // Render the element to remove the phone since it exists. 45 $phone = $INPUT->str('smsappliance_phone', ''); 46 //msg($phone); 47 if ($INPUT->bool('smsappliance_disable', false) || $phone === '') { [all …]
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/xml/ |
| D | object_with_namespaces_and_list.xml | 6 <x:phone><![CDATA[111]]></x:phone> 7 <x:phone><![CDATA[222]]></x:phone> 13 <phone><![CDATA[555]]></phone> 14 <phone><![CDATA[666]]></phone> 17 <x:phone><![CDATA[777]]></x:phone> 18 <x:phone><![CDATA[888]]></x:phone> 22 <phone><![CDATA[999]]></phone> 23 <phone><![CDATA[AAA]]></phone>
|
| D | object_with_only_namespaces_and_list.xml | 3 <x:phone><![CDATA[777]]></x:phone> 4 <x:phone><![CDATA[888]]></x:phone>
|
| /plugin/davcard/lang/en/ |
| D | lang.php | 47 $lang['phone'] = 'Phone'; 65 $lang['js']['cellphone'] = 'Cell Phone'; 66 $lang['js']['phone'] = 'Phone'; 75 $lang['js']['workphone'] = 'Work Phone'; 76 $lang['js']['otherphone'] = 'Other Phone';
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/ |
| D | GoogleCloudChannelV1ContactInfo.php | 41 public $phone; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ContactInfo 106 public function setPhone($phone) argument 108 $this->phone = $phone; 115 return $this->phone;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/ |
| D | Candidate.php | 48 public $phone; variable in Google\\Service\\CivicInfo\\Candidate 141 public function setPhone($phone) argument 143 $this->phone = $phone; 150 return $this->phone;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | SiteContact.php | 49 public $phone; variable in Google\\Service\\Dfareporting\\SiteContact 142 public function setPhone($phone) argument 144 $this->phone = $phone; 151 return $this->phone;
|
| /plugin/twofactorsmsappliance/lang/en/ |
| D | lang.php | 8 $lang['verifynotice'] = "You need to verify that you can receive codes on your phone before you can… 10 $lang['resendcode'] = "Resend code to phone using the SMS appliance"; 11 $lang['phone'] = "Cellphone Number";
|
| D | settings.php | 3 $lang["url"] = 'URL used to connect to the SMS appliance. "$phone" will be replaced with the phone …
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ |
| D | tel.php | 4 * Validates tel (for phone numbers). 7 * but this class takes a much simpler approach: we normalize phone 37 // from phone number, EXCEPT for a leading plus sign.
|
| /plugin/json/demo/1000files/ |
| D | file1.txt | 17 "phone": "+1 (853) 450-2157", 74 "phone": "+1 (950) 430-2888", 131 "phone": "+1 (808) 477-3377", 188 "phone": "+1 (963) 520-2595", 245 "phone": "+1 (878) 433-3113", 302 "phone": "+1 (881) 590-2430", 359 "phone": "+1 (883) 519-2985", 416 "phone": "+1 (819) 508-3181", 473 "phone": "+1 (902) 527-2461",
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | ObjectWithNamespacesAndList.php | 39 * @XmlList(inline = false, entry = "phone", namespace="http://example.com/namespace2") 53 * @XmlList(inline = true, entry = "phone", namespace="http://example.com/namespace") 66 * @XmlList(inline = true, entry = "phone", namespace="http://example.com/namespace2") 79 * @XmlList(inline = false, entry = "phone")
|
| /plugin/fontawesome/ |
| D | README | 15 <faicon icon-phone> 17 <faicon fa fa-phone> 19 The snippet would render the *-phone icon.
|
| /plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/ |
| D | PhoneNumber.php | 10 * This object encodes PHONE-NUMBER values. 28 return 'PHONE-NUMBER';
|
| /plugin/quickstats/db/ |
| D | lite_php_browscap.ini | 706 Device_Type="Mobile Phone" 725 Device_Type="Mobile Phone" 744 Device_Type="Mobile Phone" 763 Device_Type="Mobile Phone" 782 Device_Type="Mobile Phone" 801 Device_Type="Mobile Phone" 820 Device_Type="Mobile Phone" 839 Device_Type="Mobile Phone" 858 Device_Type="Mobile Phone" 877 Device_Type="Mobile Phone" [all …]
|
| /plugin/sectiontoggle/ |
| D | action.php | 80 if($JSINFO['se_device'] == 'phone' || $acl < AUTH_EDIT) { 90 if($JSINFO['se_device'] == 'phone') { 135 … $deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer'); 139 if($this->getConf('tablet_alt')) return 'phone'; 140 if($this->getConf('tablet_toggle')) return 'phone';
|
| /plugin/twofactorsmsgateway/lang/en/ |
| D | lang.php | 3 $lang['phone'] = "Cellphone Number"; 12 $lang['resendcode'] = "Resend code to phone using the text message";
|
| /plugin/combo/resources/dictionary/ |
| H A D | carbon-icons.json | 1241 "phone": "phone", string 1242 "phone-application": "phone--application", 1243 "phone-block": "phone--block", 1244 "phone-block-filled": "phone--block--filled", 1245 "phone-filled": "phone--filled", 1246 "phone-incoming": "phone--incoming", 1247 "phone-incoming-filled": "phone--incoming--filled", 1248 "phone-ip": "phone--ip", 1249 "phone-off": "phone--off", 1250 "phone-off-filled": "phone--off--filled", [all …]
|
| /plugin/icons/exe/ |
| D | list-typicons.php | 103 'device-phone', 208 'phone', 209 'phone-outline',
|
| D | list-material-design-icons.php | 1180 'contact-phone-outline', 1181 'contact-phone', 2779 'phone-alert', 2780 'phone-bluetooth', 2781 'phone-classic', 2782 'phone-forward', 2783 'phone-hangup', 2784 'phone-in-talk', 2785 'phone-incoming', 2786 'phone-lock', [all …]
|
| D | list-glyphicon.php | 172 'phone', 173 'phone-alt',
|
| D | list-font-awesome.php | 471 'mobile-phone', 507 'phone', 508 'phone-square', 760 'volume-control-phone',
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar-ActiveDirectory.js | 18 …d * 0.42, d, '', 'Cell Phone', false, null, this.getTagsForStencil(gn, 'cell phone', dt).join(' ')… 93 this.createVertexTemplateEntry(s + 'phone.svg;', 94 d, d * 0.79, '', 'Phone', false, null, this.getTagsForStencil(gn, 'phone', dt).join(' ')),
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
| D | Accounts.php | 212 * Request verification code to start phone verification. 264 * Validates verification code to verify phone number for the account. If 266 * `accounts.businessinformation.phoneNumber`. Only verified phone number will 267 * replace an existing verified phone number. (accounts.verifyphonenumber)
|