Home
last modified time | relevance | path

Searched refs:address (Results 151 – 175 of 853) sorted by relevance

12345678910>>...35

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md6 format that stores data indexed by IP address subnets (IPv4 or IPv6).
94 // get returns just the record for the IP address
/plugin/epub/
H A Drenderer.php461 function emaillink($address, $name = NULL,$returnonly = false) { argument
465 parent::emaillink($address, $name);
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md51 a physical or electronic address—without explicit permission
73 address, posting via an official social media account, or acting as an appointed
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1264 public $address; variable in Google_Channel
1273 public function setAddress( $address) { argument
1274 $this->address = $address;
1277 return $this->address;
H A DGoogle_ComputeService.php53 * @param string $address Name of the address resource to delete.
57 public function delete($project, $region, $address, $optParams = array()) { argument
58 $params = array('project' => $project, 'region' => $region, 'address' => $address);
72 * @param string $address Name of the address resource to return.
76 public function get($project, $region, $address, $optParams = array()) { argument
77 $params = array('project' => $project, 'region' => $region, 'address' => $address);
1614 public $address; variable in Google_Address
1624 public function setAddress( $address) { argument
1625 $this->address = $address;
1628 return $this->address;
H A DGoogle_DirectoryService.php1901 public $address; variable in Google_UserEmail
1905 public function setAddress($address) { argument
1906 $this->address = $address;
1909 return $this->address;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js260 oParser.CreateEMailUri = function( address, subject, body ) argument
277 var aAddressParts = address.split( '@', 2 ) ;
299 for ( var i = 0 ; i < address.length ; i++ )
300 aAddressCode.push( address.charCodeAt( i ) ) ;
307 var sBaseUri = 'mailto:' + address ;
/plugin/groupmail/
H A DCHANGELOG43 * Reply-to set to senders email address (thanks to Cristian Wente)
/plugin/facebooklike/
H A DREADME.textile34 | url | Page that should be liked. Must be a valid address. (e.g. http://example.com/) |
/plugin/quickstats/
H A DHOW-TO110 IP address
124 … 8. show_country: In IP table, show country of IP address with mouseover. This will work only when
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php362 foreach ($addresses as $address) {
363 if (substr($address, 0, 7) === 'mailto:') {
364 $emails[] = substr($address, 7);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php347 foreach ($addresses as $address) {
348 if (substr($address, 0, 7) === 'mailto:') {
349 $emails[] = substr($address, 7);
/plugin/gitbacked/
H A DCHANGELOG.md89 - Use DokuWiki's user name & email address as commit author - implements [#63], [#66]
109 - Extended to send error messages to a configurable eMail address - implements [#53]
/plugin/prosemirror/
H A Drenderer.php511 public function emaillink($address, $name = null) argument
513 \dokuwiki\plugin\prosemirror\parser\EmailLinkNode::render($this, $address, $name);
/plugin/discussion/
H A Daction.php778 $address = $comment['user']['address'];
784 $address = $comment['address'];
818 if ($address) {
819 $head .= ', <span class="adr">'.$address.'</span>';
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md844 …d the URL or email address with angle brackets. What this means is that if you want to show the ac…
854 entity-encoding to help obscure your address from address-harvesting
857 <address@example.com>
866 which will render in a browser as a clickable link to "address@example.com".
869 most, address-harvesting bots, but it definitely won't fool all of
870 them. It's better than nothing, but an address published in this way
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js106 oParser.CreateEMailUri = function( address, subject, body ) argument
108 var sBaseUri = 'mailto:' + address ;
/plugin/odt/renderer/
H A Dpage.php1450 * @param string $address Email-Address
1454 function emaillink($address, $name = NULL, $returnonly = false) { argument
1455 $name = $this->_getLinkTitle($name, $address, $isImage);
1457 return $this->_doLink("mailto:".$address, $name, $returnonly);
1459 $this->_doLink("mailto:".$address, $name, $returnonly);
/plugin/importfacebookevents/
H A Dsyntax.php321 'address' => '{location_address}',
/plugin/odp/
H A Drenderer.php1164 function emaillink($address, $name = NULL) { argument
1165 $name = $this->_getLinkTitle($name, $address, $isImage);
1166 $this->_doLink("mailto:".$address,$name);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/refnotes/lang/en/
H A D__template.txt47 address = "Reading, Mass.",
/plugin/adhoctags/
H A DREADME.md14 - `<address>` – “[Address](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address)”
/plugin/latexit/
H A Drenderer.php1104 * @param string $address Email address
1107 function emaillink($address, $name = NULL) { argument
1111 $this->_insertLink($address, $name, "email");
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css207 #dokuwiki__aside address {

12345678910>>...35