Home
last modified time | relevance | path

Searched refs:address (Results 101 – 125 of 853) sorted by relevance

12345678910>>...35

/plugin/swiftmail/Swift/
H A DMessage.php191 public function setReturnPath($address) argument
193 if ($address instanceof Swift_Address) $address = $address->build(true);
194 $this->headers->set("Return-Path", $address);
/plugin/vcard/
H A Dsyntax.php45 list($match, $address) = explode('|', $match, 2);
46 if ($address) {
47 list($street, $place, $country) = explode(',', $address, 3);
H A Dvcard.php128 function setEmail($address) { argument
129 $this->properties["EMAIL;INTERNET"] = $address;
/plugin/tokenbucketauth/lang/en/
H A Dbanned.txt3 Your IP address is currently not allowed to access this wiki. This is probably
/plugin/sympaauth/lang/en/
H A Dintro.txt6 type, and fill the field matching with the address of the sympa-soap server to use.
/plugin/ipban/lang/en/
H A Dbanned.txt3 Your IP address is currently not allowed to access this wiki. This may be
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki50 …e 'serverurl'. This function allows to create links to a specific server address, with some adjust…
79 …of the wiki page into a field in an exported ODT file. (Replace "string" with the correct address.)
81 Refer to [[:devel:metadata#data_structure]] to see how to address metadata. The field that is creat…
83 If the metadata address contains the string 'date', the field will be filled with a formatted date.
96 … field with the name "pagecode" containing the corresponding hash value of the wiki page's address.
/plugin/gemini/
H A Drenderer.php388 public function emaillink($address, $name = null) argument
390 if (!$name) $name = $address;
391 $this->externallink('mailto:' . $address, $name);
/plugin/infomail/lang/en/
H A Dintro.txt3 …ses will be available in the infomail plugin as easy to use bookmarks to address several people at…
/plugin/credits/
H A Dsyntax.php152 $address =credits_hide_email($this->plugins[$name]['email']);
153 $email = "&nbsp;&nbsp;<a href='mailto:$address' "
/plugin/latexport/implementation/
H A Ddecorator_persister.php767 * @param string $address Email-Address
770 function emaillink($address, $name = null) { argument
771 $this->appendContent("$name \\href{mailto:$address}{$address} ");
/plugin/quickstats/lang/en/
H A Dquery.txt8 …ds and if an IP is included in a query where another field has priority, the IP address is ignored.
32 When you query a page, this data will be displayed for every IP address that has accessed the page.…
39 The accesses field in the table refers to the number of times the IP address has accessed the site.
62 2. The ''Accesses'' column always refers to the number of times the IP address has accessed pages o…
H A Dgeneral_intro.txt3 - make specific queries based on country, ip address, and Dokuwiki page names;
/plugin/refnotes/
H A Drendering.php1083 $address = $data->get('address');
1086 if ($address && $publisher) {
1087 $part[] = $address . ': ' . $publisher;
1090 if ($address || $publisher) {
1091 $part[] = $address . $publisher;
/plugin/rtmchecklist/
H A DREADME.md22 The list of task is then sent to the email address you can set in your profile at "RTM import e-mai…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPaypal.php30 const SCOPE_ADDRESS = 'address';
/plugin/struct/renderer/
H A Dcsv.php164 public function emaillink($address, $name = null) argument
166 $this->cdata($address);
/plugin/userimportextended/lang/en/
H A Dintro.txt3 …olumns. The columns must contain, in order: user-id, password, full name, email address and groups.
/plugin/chat/
H A Dlocal.php.dist8 $conf['chat']['emailrequired'] = false; // must provide a e-mail address
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example77 * 'mail' the user's email address
118 * %{email} in FilterEmail user's email address
136 * to store are: login name, password, email address and full name.
141 * %{email} email address
217 * %{email} email address
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css117 .FCK__ShowBlocks address,
147 .FCK__ShowBlocks address
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css114 .FCK__ShowBlocks address,
144 .FCK__ShowBlocks address
/plugin/eventline/
H A Dplain.php103 function emaillink($address, $name = NULL) { argument
104 $this->doc .= ' ' . $address . ' ';
/plugin/contactmodern/
H A DCHANGELOG7 * Reply-to set to senders email address (thanks to Cristian Wente)
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php551 public $address; variable in Google_Activity
587 public function setAddress( $address) { argument
588 $this->address = $address;
591 return $this->address;
2396 public $address; variable in Google_Place
2402 public function setAddress(Google_PlaceAddress $address) { argument
2403 $this->address = $address;
2406 return $this->address;

12345678910>>...35