Home
last modified time | relevance | path

Searched refs:phone (Results 1 – 25 of 54) sorted by relevance

123

/plugin/twofactorsmsgateway/
Dhelper.php23 $phone = $this->_settingGet("phone", '');
26 if (!$phone) {
27 $phone = $this->_sharedSettingGet('phone','');
28 if ($phone) {
29 $this->_settingSet('phone', $phone);
34 …$elements['phone'] = form_makeTextField('phone', $phone, $this->getLang('phone'), '', 'block', arr…
40 if ($phone) {
85 $phone = $INPUT->str('phone', '');
86 if ($phone !== '') {
87 if (preg_match('/^[0-9]{5,}$/',$phone) != false) {
[all …]
/plugin/twofactorsmsappliance/
Dhelper.php23 $phone = $this->_settingGet("phone", '');
24 …$elements[] = form_makeTextField('smsappliance_phone', $phone, $this->getLang('phone'), '', 'block…
27 if ($phone) {
45 $phone = $INPUT->str('smsappliance_phone', '');
47 if ($INPUT->bool('smsappliance_disable', false) || $phone === '') {
74 if (preg_match('/^[0-9]{5,}$/',$phone) != false) {
75 if ($phone != $oldphone) {
76 if ($this->_settingSet("phone", $phone)== false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1ContactInfo.php41 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/Dfareporting/
DSiteContact.php49 public $phone; variable in Google\\Service\\Dfareporting\\SiteContact
142 public function setPhone($phone) argument
144 $this->phone = $phone;
151 return $this->phone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DCandidate.php48 public $phone; variable in Google\\Service\\CivicInfo\\Candidate
141 public function setPhone($phone) argument
143 $this->phone = $phone;
150 return $this->phone;
/plugin/fontawesome/
DREADME15 <faicon icon-phone>
17 <faicon fa fa-phone>
19 The snippet would render the *-phone icon.
/plugin/json/demo/1000files/
Dfile1.txt17 "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/authgoogle/google/contrib/
DGoogle_CivicInfoService.php256 public $phone; variable in Google_Candidate
295 public function setPhone( $phone) { argument
296 $this->phone = $phone;
299 return $this->phone;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dphone.svg1 <svg class="bi bi-phone" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="ht…
H A Dphone-landscape.svg1 <svg class="bi bi-phone-landscape" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor"…
/plugin/vcard/
Dsyntax.php54 foreach ($phones as $phone) {
55 $phone = trim($phone);
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Dp.js19 …t:"\u0025",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",phmmat:"\u2133",phone:"\u260E",pitchfork… property
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPaypal.php31 const SCOPE_PHONE = 'phone';
/plugin/davcard/
Dscript.js143 … var phone = jQuery(this).children("td.dw_davcard__editentry_phone_row_number").html();
146 phoneRow['number'] = phone;
243 … var phone = jQuery(this).children("td.dw_davcard__editentry_phone_row_number").html();
246 phoneRow['number'] = phone;
/plugin/sfauth/
DREADME.wiki28 * Access your basic information (id, profile, email, address, phone)
/plugin/icons/assets/typicons/
Dtypicons.min.css1phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{…
Dtypicons.css306 .typcn-device-phone:before {
621 .typcn-phone-outline:before {
624 .typcn-phone:before {
/plugin/indexmenu/scripts/fancytree/skin-bootstrap/
Dboot.css603 /*.glyphicon-phone:before {*/
751 /*.glyphicon-phone-alt:before {*/
/plugin/icons/assets/material-design-icons/css/
Dmaterialdesignicons.min.css1phone::before{content:"\FEB6"}.mdi-contact-phone-outline::before{content:"\FEB7"}.mdi-contactless-…
/plugin/issuetracker/
DREADME118 User phone phonenumber of the user
/plugin/mikioplugin/icons/elusive/css/
H A Delusive-icons.min.css4 …{content:"\f1bb"}.el-person:before{content:"\f1bc"}.el-phone-alt:before{content:"\f1bd"}.el-phone:…
/plugin/dirtylittlehelper/mermaid/editor/
Dfontawesome.all.min.css5phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-…
/plugin/mikioplugin/icons/fontawesome5/css/
H A Dall.min.css5phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-…
/plugin/icons/assets/font-awesome/css/
Dfont-awesome.min.css4phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f…
/plugin/mikioplugin/icons/fontawesome/css/
H A Dall.min.css4phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f…

123