Searched full:tel (Results 1 – 25 of 127) sorted by relevance
123456
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
| H A D | ValidateFilterTest.php | 29 TEL;TYPE=IPHONE;TYPE=pref:(222) 22 22 22 30 TEL;TYPE=HOME:(33) 333 66 66 31 TEL;TYPE=WORK:(444) 44 44 44 32 TEL;TYPE=MAIN:(55) 555 55 55 33 ITEM4.TEL:(111) 11 11 11 34 ITEM5.TEL:(6) 66 66 66 66 35 ITEM6.TEL:(77) 777 77 77 65 // Check if TEL[TYPE] is defined 68 'name' => 'tel', 81 // Check if TEL[FOO] is defined [all …]
|
| /plugin/vcard/lang/de/ |
| D | settings.php | 6 $lang['tag_tel'] = 'Tag für TEL'; 7 $lang['tag_tel_type_work'] = 'Tag für TEL TYPE WORK'; 8 $lang['tag_tel_type_cell'] = 'Tag für TEL TYPE CELL'; 9 $lang['tag_tel_type_home'] = 'Tag für TEL TYPE HOME'; 10 $lang['tag_tel_type_fax'] = 'Tag für TEL TYPE FAX'; 11 $lang['tag_tel_value'] = 'Tag für TEL VALUE';
|
| /plugin/vcard/lang/en/ |
| D | settings.php | 6 $lang['tag_tel'] = 'Tag for TEL'; 7 $lang['tag_tel_type_work'] = 'Tag for TEL TYPE WORK'; 8 $lang['tag_tel_type_cell'] = 'Tag for TEL TYPE CELL'; 9 $lang['tag_tel_type_home'] = 'Tag for TEL TYPE HOME'; 10 $lang['tag_tel_type_fax'] = 'Tag for TEL TYPE FAX'; 11 $lang['tag_tel_value'] = 'Tag for TEL VALUE';
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
| D | VCardConverterTest.php | 14 TEL;TYPE=PREF,HOME:+1 555 666 777 15 ITEM1.TEL:+1 444 555 666 29 TEL;PREF=1;TYPE=HOME:+1 555 666 777 30 ITEM1.TEL:+1 444 555 666 56 TEL;PREF=1;TYPE=HOME:+1 555 666 777 69 TEL;PREF=1;TYPE=HOME:+1 555 666 777 95 TEL;HOME;VOICE:555-12345-345 109 TEL;TYPE=HOME,VOICE:555-12345-345 134 TEL;TYPE=PREF,HOME:+1 555 666 777 148 TEL;TYPE=PREF,HOME:+1 555 666 777 [all …]
|
| D | JCardTest.php | 16 "item1.TEL" => "+1 555 123456", 91 "tel",
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
| D | VCardConverterTest.php | 16 TEL;TYPE=PREF,HOME:+1 555 666 777 17 ITEM1.TEL:+1 444 555 666 31 TEL;PREF=1;TYPE=HOME:+1 555 666 777 32 ITEM1.TEL:+1 444 555 666 58 TEL;PREF=1;TYPE=HOME:+1 555 666 777 71 TEL;PREF=1;TYPE=HOME:+1 555 666 777 97 TEL;HOME;VOICE:555-12345-345 111 TEL;TYPE=HOME,VOICE:555-12345-345 136 TEL;TYPE=PREF,HOME:+1 555 666 777 150 TEL;TYPE=PREF,HOME:+1 555 666 777 [all …]
|
| D | JCardTest.php | 16 "item1.TEL" => "+1 555 123456", 105 "tel",
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
| H A D | VCardConverterTest.php | 14 TEL;TYPE=PREF,HOME:+1 555 666 777 15 ITEM1.TEL:+1 444 555 666 29 TEL;PREF=1;TYPE=HOME:+1 555 666 777 30 ITEM1.TEL:+1 444 555 666 56 TEL;PREF=1;TYPE=HOME:+1 555 666 777 69 TEL;PREF=1;TYPE=HOME:+1 555 666 777 95 TEL;HOME;VOICE:555-12345-345 109 TEL;TYPE=HOME,VOICE:555-12345-345 134 TEL;TYPE=PREF,HOME:+1 555 666 777 148 TEL;TYPE=PREF,HOME:+1 555 666 777 [all …]
|
| H A D | JCardTest.php | 16 "item1.TEL" => "+1 555 123456", 91 "tel",
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
| D | VCardConverterTest.php | 14 TEL;TYPE=PREF,HOME:+1 555 666 777 15 ITEM1.TEL:+1 444 555 666 29 TEL;PREF=1;TYPE=HOME:+1 555 666 777 30 ITEM1.TEL:+1 444 555 666 56 TEL;PREF=1;TYPE=HOME:+1 555 666 777 69 TEL;PREF=1;TYPE=HOME:+1 555 666 777 95 TEL;HOME;VOICE:555-12345-345 109 TEL;TYPE=HOME,VOICE:555-12345-345 134 TEL;TYPE=PREF,HOME:+1 555 666 777 148 TEL;TYPE=PREF,HOME:+1 555 666 777 [all …]
|
| D | JCardTest.php | 16 "item1.TEL" => "+1 555 123456", 91 "tel",
|
| /plugin/davcard/ |
| D | style.css | 40 div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.tel, 43 div.dokuwiki #davcardAddressbookList span.tel 51 div.dokuwiki a.plugin_davcard_url:hover span.plugin_davcard_popup span.tel span.type, 54 div.dokuwiki #davcardAddressbookList span.tel span.type
|
| D | helper.php | 481 $vcard->remove('TEL'); 488 $vcard->add('TEL', $data['number'], array('type' => $data['type'])); 569 $vcard->add('TEL', $data['number'], array('type' => $data['type'])); 643 $tel = array(); 658 if(isset($vObject->TEL)) 660 foreach($vObject->TEL as $number) 663 … $tel[] = array('type' => strtolower((string)$number['TYPE']), 'number' => (string)$number); 665 $tel[] = array('number' => (string)$number); 725 'tel' => $tel,
|
| /plugin/qrcode/syntax/ |
| D | qrcode.php | 8 Tel: 9 <img src="http://qrcode.kaywa.com/img.php?s=6&d=TEL%3A%2B491632575970" alt="qrcode" /> 159 case 'tel': 161 Tel: 162 … <img src="http://qrcode.kaywa.com/img.php?s=6&d=TEL%3A%2B491632575970" alt="qrcode" /> 164 $resultStr .= '&d=TEL'.htmlspecialchars($paramPairArr[1], ENT_QUOTES, 'UTF-8');
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | XmlTest.php | 1199 <tel> 1206 <uri>tel:+1-555-555-555</uri> 1207 </tel> 1214 'TEL;TYPE="voice,video":tel:+1-555-555-555' . "\n" . 1223 <tel> 1230 <text>tel:+1-555-555-555</text> 1231 </tel> 1238 'TEL;TYPE="voice,video":tel:+1-555-555-555' . "\n" . 1254 <tel> 1255 <text>tel:+1-555-555-556</text> [all …]
|
| /plugin/fontface/lang/fr/ |
| D | settings.php | 12 $lang['fontName'] = 'Nom de police (tel qu\'utilisé dans la CSS)'; 16 $lang['fontName2'] = 'Nom de police (tel qu\'utilisé dans la CSS)';
|
| /plugin/davcard/syntax/ |
| D | book.php | 224 if(count($contactdata['tel']) > 0) 226 $R->doc .= '<span class="tel">'; 227 foreach($contactdata['tel'] as $dat) 233 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>'; 306 case 'tel': 308 foreach($contactdata['tel'] as $dat)
|
| D | card.php | 174 if(count($contactdata['tel']) > 0) 176 $R->doc .= '<span class="tel">'; 177 foreach($contactdata['tel'] as $dat) 183 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>';
|
| /plugin/barcode/ |
| D | syntax.php | 52 case 'tel' : 53 $p['text'] = 'TEL:' . substr($currentParam, 4);
|
| /plugin/confmanager/lang/fr/ |
| D | acronyms.txt | 3 …sont annotés. Un acronymes faisant partie d'un mot n'est pas reconnu comme tel. Ainsi, CMS est rec…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | URI.AllowedSchemes.txt | 11 'tel' => true,
|
| /plugin/davcard/action/ |
| D | ajax.php | 205 if(count($contactdata['tel']) > 0) 208 foreach($contactdata['tel'] as $data) 215 $telArr[] = $this->getLang('tel'.$type).': '.$data['number'];
|
| /plugin/webdav/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 83 'TEL' => 'Sabre\\VObject\\Property\\FlatText', 359 'TEL' => '*', 376 * VCards can indicate wether a field such as ADR, TEL or EMAIL is 409 * Returns a property with a specific TYPE value (ADR, TEL, or EMAIL).
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 83 'TEL' => 'Sabre\\VObject\\Property\\FlatText', 361 'TEL' => '*', 379 * VCards can indicate wether a field such as ADR, TEL or EMAIL is 414 * Returns a property with a specific TYPE value (ADR, TEL, or EMAIL).
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ |
| D | tel.php | 4 * Validates tel (for phone numbers).
|
123456