Home
last modified time | relevance | path

Searched +full:e +full:- +full:tel (Results 1 – 25 of 71) sorted by relevance

123

/plugin/davcard/syntax/
Dcard.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
21 $this->hlp =& plugin_load('helper', 'davcard');
50 $this->Lexer->addSpecialPattern('\{\{davcard>[^}]*\}\}',$mode,'plugin_davcard_card');
51 $this->Lexer->addSpecialPattern('\{\{davcardclient>[^}]*\}\}',$mode,'plugin_davcard_card');
68 $options = trim(substr($match,16,-2));
69 $defaultId = $this->getConf('default_client_id');
77 $options = trim(substr($match,10,-2));
105 $R->meta['plugin_davcard']['webdavclient'][] = $connectionId;
117 $contactdata = $this->hlp->getContactByFormattedName($data['id'], $data['name']);
122 …$contactdata = $this->hlp->getContactByStructuredName($data['id'], $data['firstname'], $data['last…
[all …]
/plugin/davcard/
Dhelper.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
29 if($this->sqlite === null)
31 $this->sqlite = plugin_load('helper', 'sqlite');
32 if(!$this->sqlite)
35 msg('This plugin requires the sqlite plugin. Please install it.', -1);
38 if(!$this->sqlite->init('davcard', DOKU_PLUGIN.'davcard/db/'))
40 $this->sqlite = null;
45 return $this->sqlite;
64 return $this->getLang('no_wdc');
66 $settings = $wdc->getConnection($connectionId);
[all …]
Dscript.js3 // Remove the CSS-only popup and replace it with a jQuery/AJAX popup
23 function(e) argument
26 e.preventDefault();
50 function(e) argument
54 e.preventDefault();
65 function(e) argument
68 e.preventDefault();
328 … // fix for dragging: http://stackoverflow.com/questions/17247486/jquery-ui-dialog-dragging-issues
332 iObj.top = iObj.top - fixPix;
333 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/
Dtel.php4 * Validates tel (for phone numbers).
32 $uri->userinfo = null;
33 $uri->host = null;
34 $uri->port = null;
36 // Delete all non-numeric characters, non-x characters
38 $uri->path = preg_replace('/(?!^\+)[^\dx]/', '',
39 // Normalize e(x)tension to lower-case
40 str_replace('X', 'x', $uri->path));
/plugin/codemirror/dist/modes/
Dgfm.min.js1-extension)?|cid|coap|com-eventbrite-attendee|content|crid|cvs|data|dav|dict|dlna-(?:playcontainer…
/plugin/vcard/
Dvcard.php22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
39 $hex = array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F');
53 if ( ($dec == 32) && ($i == ($linlen - 1)) ) { // convert space at eol only
66 if ($j<count($lines)-1) $output .= $linebreak;
77 …CELL | PAGER | BBS | CAR | MODEM | ISDN | VIDEO or any senseful combination, e.g. "PREF;WORK;VOICE"
78 $key = "TEL";
80 $key.= ";ENCODING=UTF-8";
81 $this->properties[$key] = quoted_printable_encode($number);
86 $this->properties["PHOTO;TYPE=$type;ENCODING=BASE64"] = base64_encode($photo);
90 $this->properties["FN"] = quoted_printable_encode($name);
[all …]
Dsyntax.php30 $this->have_folded = !plugin_isdisabled('folded');
35 …function connectTo($mode) { $this->Lexer->addSpecialPattern("{{vcard>.*?}}", $mode, 'plugin_vcard'…
42 $match = substr($match, 8, -2);
59 if (preg_match('/\d{4}\-\d{2}\-\d{2}/', $match, $m)) {
64 $punc = '.:?\-;,';
65 $any = '\w/~:.?+=&%@!\-';
70 // get e-mail address
71 …if (preg_match('/<[\w0-9\-_.]+?@[\w\-]+\.[\w\-\.]+\.*[\w]+>/i', $match, $email, PREG_OFFSET_CAPTUR…
73 $email = substr($email[0][0],1,-1);
95 'given-name' => $first,
[all …]
/plugin/translate/
DList_of_ISO_639-1_codes.txt2 // Language names from http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
5 array("aa", "aar", "-", "aar", "Afar", "Afaraf", ""),
6 array("ab", "abk", "-", "abk", "Abkhazian", "Аҧсуа", ""),
7 array("ae", "ave", "-", "ave", "Avestan", "avesta", "ancient"),
8 array("af", "afr", "-", "afr", "Afrikaans", "Afrikaans", ""),
9 array("ak", "aka", "-", "aka + 2", "Akan", "Akan", "macrolanguage, Twi is [tw/twi], Fanti is [fat]"…
10 array("am", "amh", "-", "amh", "Amharic", "አማርኛ", ""),
11 array("an", "arg", "-", "arg", "Aragonese", "Aragonés", ""),
12 array("ar", "ara", "-", "ara + 30", "Arabic", "العربية", "macrolanguage, Standard Arabic is [arb]"),
13 array("as", "asm", "-", "asm", "Assamese", "অসমীয়া", ""),
[all …]
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.materia.min.css4 * Copyright 2012-2021 Thomas Park
9 * Copyright 2011-2021 The Bootstrap Authors
10 * Copyright 2011-2021 Twitter, Inc.
12--bs-blue:#2196f3;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#e83e8c;--bs-red:#e51c23;--bs- selector
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_tooltip.js.map1e","tagName","srcElement","str","trim","this","replace","getNodePosition","getFocusableNodes","nod…
Ddhtmlxgantt_keyboard_navigation.js.map1e","tagName","event","target","srcElement","str","String","trim","this","replace","apply","getNode…
/plugin/addressbook/
Dsyntax.php39 if ($INFO['ismanager'] === true) $this->editor = true;
40 if (isset($INFO['userinfo'])) $this->loggedin = true;
46 …public function connectTo($mode) {$this->Lexer->addEntryPattern('\[ADDRESSBOOK.*?', $mode, 'plugin…
48 public function postConnect() { $this->Lexer->addExitPattern('\]','plugin_addressbook'); }
75 $renderer->info['cache'] = false;
79 if ($_REQUEST['Submit'] == $this->getLang('exec cancel')){
93 if ($_REQUEST['Submit']==$this->getLang('exec save')) $action = "savedata";
96 if ($action=='savedata' && $this->saveOnce == 0 && $this->editor){
97 $this->saveOnce++;
99 $cinfo = $this->loadFormData(); # Loads form data concerning the contact
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php4 * Device Detector - The Universal Device Detection library for parsing User Agents
44 … public const DEVICE_TYPE_TV = 5; // including set top boxes, blu-ray players,...
84 '5E' => '2E',
259 'BS' => 'BenQ-Siemens',
334 'GRD' => 'G-Guard',
354 '02' => 'Cell-C',
408 'CDE' => 'COOD-E',
524 'DTE' => 'D-Tech',
525 'DLI' => 'D-Link',
531 'EB' => 'E-Boda',
[all …]
/plugin/siteexport/
Djquery.filedownload.js6 * Copyright (c) 2013 - John Culviner
9 * http://www.opensource.org/licenses/mit-license.php
13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/
64 // url - the original url attempted
71 // url - the original url attempted
78 …// responseHtml - the html that came back in response to the file download. this won't necessa…
81 // url - the original url attempted
124 …//Note that some browsers will POST the string htmlentity-encoded whilst others will decode it bef…
137 … //has full support of GET features in 4.0+ by using a new window. Non-GET is completely uns…
144 } else if (userAgent.indexOf('android') !== -1) {
[all …]
/plugin/openid/Auth/OpenID/
DTrustRoot.php11 * @copyright 2005-2008 Janrain, Inc.
12 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
18 * A regular expression that matches a domain ending in a top-level domains.
36 '|sm|sn|so|sr|st|su|sv|sy|sz|tc|td|tel|tf|tg|th|tj|tk|tl|tm' .
38 '|vg|vi|vn|vu|wf|ws|xn--0zwm56d|xn--11b5bs3a9aj6g' .
39 '|xn--80akhbyknj4f|xn--9t4b11yi5a|xn--deba0ad|xn--g6w251d' .
40 '|xn--hgbk6aj7f53bba|xn--hlcj6aya9esc7a|xn--jxalpdlp' .
41 '|xn--kgbechtv|xn--zckzah|ye|yt|yu|za|zm|zw)\.?$/');
44 "/^(?:[-a-zA-Z0-9!$&'\\(\\)\\*+,;=._~]|%[a-zA-Z0-9]{2})*$/");
47 * A wrapper for trust-root related functions
[all …]
/plugin/fedauth/Auth/OpenID/
DTrustRoot.php11 * @copyright 2005-2008 Janrain, Inc.
12 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
18 * A regular expression that matches a domain ending in a top-level domains.
36 '|sm|sn|so|sr|st|su|sv|sy|sz|tc|td|tel|tf|tg|th|tj|tk|tl|tm' .
38 '|vg|vi|vn|vu|wf|ws|xn--0zwm56d|xn--11b5bs3a9aj6g' .
39 '|xn--80akhbyknj4f|xn--9t4b11yi5a|xn--deba0ad|xn--g6w251d' .
40 '|xn--hgbk6aj7f53bba|xn--hlcj6aya9esc7a|xn--jxalpdlp' .
41 '|xn--kgbechtv|xn--zckzah|ye|yt|yu|za|zm|zw)\.?$/');
44 "/^(?:[-a-zA-Z0-9!$&'\\(\\)\\*+,;=._~]|%[a-zA-Z0-9]{2})*$/");
47 * A wrapper for trust-root related functions
[all …]
/plugin/bookcreator/script/
Djquery.fileDownload.js6 * Copyright (c) 2013 - John Culviner
9 * http://www.opensource.org/licenses/mit-license.php
13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/
65 // url - the original url attempted
72 // url - the original url attempted
79 …// responseHtml - the html that came back in response to the file download. this won't necessa…
82 // url - the original url attempted
83 // error - original error cautch from exception
120 //useful for when downloads are being served on a subdomain (e.g. downloads.example.com)
132 …//Note that some browsers will POST the string htmlentity-encoded whilst others will decode it bef…
[all …]
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.materia.min.css4 * Copyright 2012-2020 Thomas Park
9 * Copyright 2011-2020 The Bootstrap Authors
10 * Copyright 2011-2020 Twitter, Inc.
12--blue: #2196F3;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #e51c23;--orange: #fd7e… selector
/plugin/letsencrypt/
DLescript.php7 public $ca = 'https://acme-v01.api.letsencrypt.org';
8 // public $ca = 'https://acme-staging.api.letsencrypt.org'; // testing
9 public $license = 'https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf';
12 public $challenge = 'http-01'; // http-01 challange only
14 // public $contact = array("mailto:cert-admin@example.com", "tel:+12025551212")
26 $this->certificatesDir = $certificatesDir;
27 $this->webRootDir = $webRootDir;
28 $this->logger = $logger;
29 $this->client = $client ? $client : new Client($this->ca);
30 $this->accountKeyPath = $certificatesDir . '/_account/private.pem';
[all …]
/plugin/confmanager/
Djquery.form.js3 * version: 3.20 (20-NOV-2012)
9 * http://malsup.github.com/mit-license.txt
10 * http://malsup.github.com/gpl-license-v2.txt
18 -----------
24 $('#myForm').on('submit', function(e) {
25 e.preventDefault(); // <-- important
69 log('ajaxSubmit: skipping submit process - no element selected');
98 this.trigger('form-pre-serialize', [this, options, veto]);
100 log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');
122 // give pre-submit callback an opportunity to abort the submit
[all …]
/plugin/ckgdoku/ckeditor/lang/
Dfr.js.unc2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
15 "editorHelp": "Appuyez sur ALT-0 pour l'aide",
51 …"confirmNewPage": "Les changements non sauvegardés seront perdus. Êtes-vous sûr de vouloir charger…
52 "confirmCancel": "Certaines options ont été modifiées. Êtes-vous sûr de vouloir fermer?",
79 … d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.",
114 …t pas en mesure d'accéder directement à vos données contenues dans le presse-papier. Vous devriez …
207 "clipboard": "Presse-papier/Défaire",
254 "bgcolor": "Couleur d'arrière-plan",
355 "typeEmail": "E-mail",
389 "button2Img": "Voulez-vous transformer le bouton image sélectionné en simple image?",
[all …]
/plugin/ckgedit/ckeditor/lang/
Dfr.js.unc2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
15 "editorHelp": "Appuyez sur ALT-0 pour l'aide",
51 …"confirmNewPage": "Les changements non sauvegardés seront perdus. Êtes-vous sûr de vouloir charger…
52 "confirmCancel": "Certaines options ont été modifiées. Êtes-vous sûr de vouloir fermer?",
79 … d'un ou plusieurs couples de valeur au format \"nom : valeur\", separés par des points-virgules.",
114 …t pas en mesure d'accéder directement à vos données contenues dans le presse-papier. Vous devriez …
207 "clipboard": "Presse-papier/Défaire",
254 "bgcolor": "Couleur d'arrière-plan",
355 "typeEmail": "E-mail",
389 "button2Img": "Voulez-vous transformer le bouton image sélectionné en simple image?",
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md4 * Ability to customize User-Agent header in the HTTP requests sent by cURL (@samuelecat, #1229)
7 * A bit cleaner exception messages for font-related errors
14 * PHP 7.4 support (until final 7.4 release with composer --ignore-platform-reqs)
20 * Fixed parsing of top-left-bottom-right CSS rules with !important (#1009)
21 * Fixed skipping ordered list numbering with page-break-inside: avoid (#339)
23 * Fixed CMYK colors in text-shadow (#1115, @lexilya)
25 * Fixed SVGs using a style tag, has styles ignored ( Requires ext-dom ) (#450, @antman3351)
35 … `SetDocTemplate` method, allowing a template to continue the last 2 pages alternately (@bmg-ruudv)
46 - removed `SetImportUse` method
47 - case of `ImportPage` method changed to `importPage`
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js1e,t,n){"use strict";n.r(t);var i,r,a,o,s,l,c,h,d,u,p,m,f,g,b,_,w,v,y,T,k,S=n(199),x=function(){fun… argument
/plugin/findologicxmlexport/vendor/hoa/compiler/Documentation/Fr/
DIndex.xyl1 <?xml version="1.0" encoding="utf-8"?>
3 <overlay xmlns="http://hoa-project.net/xyl/xylophone">
13 <tableofcontents id="main-toc" />
15 <h2 id="Introduction" for="main-toc">Introduction</h2>
34 <h3 id="Language_and_grammar" for="main-toc">Langage et grammaire</h3>
43 essayer de <strong>dériver</strong> ses sous-règles. Si une dérivation existe,
55 et de haut en bas, ou <em lang="en">left-to-right</em> et
56 <em lang="en">top-to-bottom</em> en anglais), nous pouvons avoir
58 <strong>disjonction</strong>, <em>i.e.</em> le « ou », est représentée par le
96 <em lang="en">context-sensitive grammars</em>, reconnaissant les langages
[all …]

123