Markers
Table of Contents
daterendererchanges.php
| Type | Line | Description |
|---|---|---|
| 5 | www.horde.org/) | |
| 8 | www.horde.org/licenses/lgpl21. | |
| 12 | www.horde.org/licenses/lgpl21 LGPL 2.1 | |
| 940 | Since this is an HTML type we explicitly don't escape | |
| 941 | it. User beware. | |
| 1141 | www.multimap.com/map/browse.cgi?pc=' | |
| 1149 | www.whereis.com.au/whereis/mapping/geocodeAddress.do?'; | |
| 1173 | www.mapquest.com/maps/map.adp?size=big&zoom=7'; | |
| 1193 | us.rd.yahoo.com/maps/home/submit_a/*-http://maps.yahoo.com/maps?srchtype=a&getmap=Get+Map&'; | |
| 1222 | www.mapquest.com/maps/map.adp?country=' . Horde_String::upper($info['country']); | |
| 1248 | maps.google.com/maps?q=' . urlencode(preg_replace('/\r?\n/', ',', $address)) . '&hl=en'), Horde_Core_Translation::t("Google Maps"), null, '_blank') . Horde::img($google_icon, Horde_Core_Translation::t("Google Maps")) . '</a>'; | |
| 1629 | -->\n" . | |
| TODO | 158 | Show image dimensions in the width/height boxes. |
Html.php
| Type | Line | Description |
|---|---|---|
| 43 | This doesn't help a whole lot now, but if there is a way to | |
| 44 | buffer output of JS, then we can keep JS separated from | |
| 45 | markup, whereas before the onclicks were assigned as an | |
| 46 | HTML attribute. | |
| 64 | Stripe alternate rows if that option is turned on. | |
| 77 | include a general class name for styling purposes. also helps select | |
| 78 | ULs, which only get a className currently if they are striped. | |
| 328 | TODO: fix this later so we're not inserting nonsemantic elements just for spacing | |
| 329 | ... maybe append form-spacer to class of next or previous element | |
| 339 | allow for default-value submit buttons (e.g. _renderSubmit("")) | |
| 361 | get error message for variable, if any | |
| 363 | if no message, then no error |
Renderer.php
| Type | Line | Description |
|---|---|---|
| 14 | www.horde.org/licenses/lgpl21. |
CreditCard.php
| Type | Line | Description |
|---|---|---|
| 61 | Screen checksum. | |
| 66 | Check for Visa. | |
| 72 | Check for MasterCard. | |
| 80 | Check for Amex. | |
| 87 | Check for Discover (Novus). | |
| 93 | If we got this far, then no card matched. |
Email.php
| Type | Line | Description |
|---|---|---|
| 72 | Split into individual addresses. | |
| 75 | Check for too many. | |
| 81 | Check for all valid and at least one non-empty. | |
| 178 | creativecommons.org/licenses/by-sa/2.5/ | |
| 180 | code.iamcal.com/php/rfc822/ | |
| 182 | iamcal.com/publish/articles/php/parsing_email | |
| 197 | We need to strip comments first (repeat until we can't find | |
| 198 | any more). | |
| 207 | Now match what's left. | |
| 227 | Try to get the real mailserver from MX records. | |
| 230 | MX record found. | |
| 234 | No MX record found, try the root domain as the mail | |
| 235 | server. | |
| 244 | Read initial response. | |
| 247 | HELO | |
| 251 | MAIL FROM | |
| 255 | RCPT TO - gets the result we want. | |
| 259 | QUIT | |
| 272 | creativecommons.org/licenses/by-sa/2.5/ | |
| 274 | code.iamcal.com/php/rfc822/ | |
| 276 | iamcal.com/publish/articles/php/parsing_email |
Form.php
| Type | Line | Description |
|---|---|---|
| 9 | www.horde.org/) | |
| 12 | www.horde.org/licenses/lgpl21. | |
| 256 | Slice out the variable to be removed. |
Xhtml.php
| Type | Line | Description |
|---|---|---|
| 5 | www.horde.org/) | |
| 29 | -->\n" . | |
| 347 | TODO: use NLS to get the order right for the Rest Of The | |
| 348 | World. | |
| 803 | Format the address according to RFC822. | |
| 814 | Get rid of the trailing @ (when no host is included in | |
| 815 | the email address). | |
| 945 | www.multimap.com/map/browse.cgi?pc=' . urlencode($postcode[1]); | |
| 951 | www.whereis.com.au/whereis/mapping/geocodeAddress.do?'; | |
| 974 | www.mapquest.com/maps/map.adp?size=big&zoom=7'; | |
| 998 | us.rd.yahoo.com/maps/home/submit_a/*-http://maps.yahoo.com/maps?srchtype=a&getmap=Get+Map&'; | |
| 1018 | maps.google.com/maps?q=' . urlencode($addressParts[0]) . '&hl=en'; | |
| 1043 | www.' . $mirror . '.map24.com/source/address/v2.0.0/cnt_nav_maplet.php?cid=validateaddr&country=' . $country; | |
| 1058 | www.mapquest.com/maps/map.adp?country=' . Horde_String::upper($country); |
VarRenderer.php
| Type | Line | Description |
|---|---|---|
| 6 | www.horde.org/) |
Translation.php
| Type | Line | Description |
|---|---|---|
| 5 | www.horde.org/) | |
| 8 | www.horde.org/licenses/lgpl21. |