Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 14:06:14 +02:00
parent 086d1e1e9e
commit 8d942a9c18
262 changed files with 7768 additions and 597 deletions

View File

@ -580,7 +580,7 @@
* libs/Smarty_Compiler.class.php:
Modified _(push|pop)_cacheable_state() to embedd alternate syntax. See this
bug report: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502
bug report: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502
2007-02-26 Peter 'Mash' Morgan <pm@daffodil.uk.com>
@ -717,7 +717,7 @@
This avoids unlink() unless rename() fails or a Windows system is detected
see: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956
Thanks to c960657 from the forums.
@ -728,7 +728,7 @@
update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug
output and apply a Smarty based color scheme
see: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178
thanks to cybot from the forums!
@ -736,7 +736,7 @@
libs/plugins/modifier.debug_print_var.php:
enhance reporting precision of debug_print_var modifier
see: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281
thanks to cybot from the forums
@ -1682,7 +1682,7 @@
"Alternative syntax" used for example in compiled {if}..{else}..{/if}
blocks.
(see: https://php.net/manual/en/control-structures.alternative-syntax.php
(see: http://php.net/manual/en/control-structures.alternative-syntax.php
on "Alternative syntax")
thanks to kihara from the forum.
@ -1701,7 +1701,7 @@
* libs/plugins/function.popup.php:
added "closeclick" from
https://www.bosrup.com/web/overlib/?Command_Reference
http://www.bosrup.com/web/overlib/?Command_Reference
2005-11-23 boots <jayboots@yahoo.com>

View File

@ -6,7 +6,7 @@ GENERAL
Q: What is Smarty?
Q: What's the difference between Smarty and other template engines?
Q: What do you mean "Compiled PHP Scripts" ?
Q: Why can't I just use PHPA (https://php-accelerator.co.uk) or Zend Cache?
Q: Why can't I just use PHPA (http://php-accelerator.co.uk) or Zend Cache?
Q: Why does smarty have a built in cache? Wouldn't it be better to handle this
in a separate class?
Q: Is Smarty faster than <insert other PHP template engine>?
@ -78,7 +78,7 @@ A: Smarty reads the template files and creates PHP scripts from them. Once
know of their existance. (NOTE: you can turn off this compile checking step
in Smarty for increased performance.)
Q: Why can't I just use PHPA (https://php-accelerator.co.uk) or Zend Cache?
Q: Why can't I just use PHPA (http://php-accelerator.co.uk) or Zend Cache?
A: You certainly can, and we highly recommend it! What PHPA does is caches
compiled bytecode of your PHP scripts in shared memory or in a file. This
speeds up server response and saves the compilation step. Smarty creates PHP
@ -134,14 +134,14 @@ A: We have a few mailing lists. "general" for you to share your ideas or ask
smarty-cvs-subscribe@lists.php.net (subscribe to the cvs list)
smarty-cvs-unsubscribe@lists.php.net (unsubscribe from the cvs list)
You can also browse the mailing list archives at
https://marc.theaimsgroup.com/?l=smarty&r=1&w=2
http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
Q: Can you change the mailing list so Reply-To sends to the list and not the
user?
A: Yes we could, but no we won't. Use "Reply-All" in your e-mail client to send
to the list. https://www.unicom.com/pw/reply-to-harmful.html
to the list. http://www.unicom.com/pw/reply-to-harmful.html
TROUBLESHOOTING
---------------

View File

@ -96,7 +96,7 @@ Hello, {$name}!
Now go to your new application through the web browser,
https://www.domain.com/myapp/index.php in our example. You should see the text
http://www.domain.com/myapp/index.php in our example. You should see the text
"Hello Ned!" in your browser.
Once you get this far, you can continue on to the Smarty Crash Course to learn

View File

@ -28,11 +28,11 @@ MAILING LISTS:
smarty-svn-unsubscribe@googlecode.com (unsubscribe from the svn list)
You can also browse the mailing list archives at
https://groups.google.com/group/smarty-discussion
https://groups.google.com/group/smarty-developers
http://groups.google.com/group/smarty-discussion
http://groups.google.com/group/smarty-developers
and the OLD list archives at
https://marc.theaimsgroup.com/?l=smarty&r=1&w=2
http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
SYNOPSIS:

View File

@ -21,7 +21,7 @@
* Smarty mailing list. Send a blank e-mail to
* smarty-discussion-subscribe@googlegroups.com
*
* @link https://www.smarty.net/
* @link http://www.smarty.net/
* @version 2.6.25-dev
* @copyright Copyright: 2001-2005 New Digital Group, Inc.
* @author Andrei Zmievski <andrei@php.net>

View File

@ -22,7 +22,7 @@
* Smarty mailing list. Send a blank e-mail to
* smarty-discussion-subscribe@googlegroups.com
*
* @link https://www.smarty.net/
* @link http://www.smarty.net/
* @copyright 2001-2005 New Digital Group, Inc.
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net>
@ -125,7 +125,7 @@ class Smarty
* <li>NONE => no debugging control allowed</li>
* <li>URL => enable debugging when SMARTY_DEBUG is found in the URL.</li>
* </ul>
* @link https://www.foo.dom/index.php?SMARTY_DEBUG
* @link http://www.foo.dom/index.php?SMARTY_DEBUG
* @var string
*/
var $debugging_ctrl = 'NONE';

View File

@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @link https://smarty.php.net/
* @link http://smarty.php.net/
* @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.6.25-dev

View File

@ -2,8 +2,8 @@
{* debug.tpl, last updated version 2.1.0 *}
{assign_debug_info}
{capture assign=debug_output}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Smarty Debug Console</title>
{literal}

View File

@ -12,7 +12,7 @@
* Name: textformat<br>
* Purpose: format text a certain way with preset styles
* or custom wrap/indent settings<br>
* @link https://smarty.php.net/manual/en/language.function.textformat.php {textformat}
* @link http://smarty.php.net/manual/en/language.function.textformat.php {textformat}
* (Smarty online manual)
* @param array
* <pre>

View File

@ -11,7 +11,7 @@
* Type: compiler function<br>
* Name: assign<br>
* Purpose: assign a value to a template variable
* @link https://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign}
* @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com> (initial author)
* @author messju mohr <messju at lammfellpuschen dot de> (conversion to compiler function)

View File

@ -11,7 +11,7 @@
* Type: function<br>
* Name: config_load<br>
* Purpose: load config file vars
* @link https://smarty.php.net/manual/en/language.function.config.load.php {config_load}
* @link http://smarty.php.net/manual/en/language.function.config.load.php {config_load}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @author messju mohr <messju at lammfellpuschen dot de> (added use of resources)

View File

@ -13,7 +13,7 @@
* Name: counter<br>
* Purpose: print out a counter value
* @author Monte Ohrt <monte at ohrt dot com>
* @link https://smarty.php.net/manual/en/language.function.counter.php {counter}
* @link http://smarty.php.net/manual/en/language.function.counter.php {counter}
* (Smarty online manual)
* @param array parameters
* @param Smarty

View File

@ -30,7 +30,7 @@
* {cycle name=row values="one,two,three" reset=true}
* {cycle name=row}
* </pre>
* @link https://smarty.php.net/manual/en/language.function.cycle.php {cycle}
* @link http://smarty.php.net/manual/en/language.function.cycle.php {cycle}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @author credit to Mark Priatel <mpriatel@rogers.com>

View File

@ -13,7 +13,7 @@
* Name: debug<br>
* Date: July 1, 2002<br>
* Purpose: popup debug window
* @link https://smarty.php.net/manual/en/language.function.debug.php {debug}
* @link http://smarty.php.net/manual/en/language.function.debug.php {debug}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @version 1.0

View File

@ -12,7 +12,7 @@
* Type: function<br>
* Name: eval<br>
* Purpose: evaluate a template variable as a template<br>
* @link https://smarty.php.net/manual/en/language.function.eval.php {eval}
* @link http://smarty.php.net/manual/en/language.function.eval.php {eval}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array

View File

@ -12,7 +12,7 @@
* Type: function<br>
* Name: fetch<br>
* Purpose: fetch file, web or ftp data and display results
* @link https://smarty.php.net/manual/en/language.function.fetch.php {fetch}
* @link http://smarty.php.net/manual/en/language.function.fetch.php {fetch}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array
@ -48,7 +48,7 @@ function smarty_function_fetch($params, &$smarty)
}
} else {
// not a local file
if(preg_match('!^https://!i',$params['file'])) {
if(preg_match('!^http://!i',$params['file'])) {
// http fetch
if($uri_parts = parse_url($params['file'])) {
// set defaults

View File

@ -28,7 +28,7 @@
* {html_checkboxes values=$ids name='box' separator='<br>' output=$names}
* {html_checkboxes values=$ids checked=$checked separator='<br>' output=$names}
* </pre>
* @link https://smarty.php.net/manual/en/language.function.html.checkboxes.php {html_checkboxes}
* @link http://smarty.php.net/manual/en/language.function.html.checkboxes.php {html_checkboxes}
* (Smarty online manual)
* @author Christopher Kvarme <christopher.kvarme@flashjab.com>
* @author credits to Monte Ohrt <monte at ohrt dot com>

View File

@ -23,7 +23,7 @@
*
* Examples: {html_image file="/images/masthead.gif"}
* Output: <img src="/images/masthead.gif" width=400 height=23>
* @link https://smarty.php.net/manual/en/language.function.html.image.php {html_image}
* @link http://smarty.php.net/manual/en/language.function.html.image.php {html_image}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @author credits to Duda <duda@big.hu> - wrote first image function

View File

@ -19,7 +19,7 @@
* - output (required if not options supplied) - array
* Purpose: Prints the list of <option> tags generated from
* the passed parameters
* @link https://smarty.php.net/manual/en/language.function.html.options.php {html_image}
* @link http://smarty.php.net/manual/en/language.function.html.options.php {html_image}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array

View File

@ -28,7 +28,7 @@
* {html_radios values=$ids name='box' separator='<br>' output=$names}
* {html_radios values=$ids checked=$checked separator='<br>' output=$names}
* </pre>
* @link https://smarty.php.net/manual/en/language.function.html.radios.php {html_radios}
* @link http://smarty.php.net/manual/en/language.function.html.radios.php {html_radios}
* (Smarty online manual)
* @author Christopher Kvarme <christopher.kvarme@flashjab.com>
* @author credits to Monte Ohrt <monte at ohrt dot com>

View File

@ -26,7 +26,7 @@
* dropdown to include given date unless explicitly set (Monte)
* - 1.3.4 fix behaviour of 0000-00-00 00:00:00 dates to match that
* of 0000-00-00 dates (cybot, boots)
* @link https://smarty.php.net/manual/en/language.function.html.select.date.php {html_select_date}
* @link http://smarty.php.net/manual/en/language.function.html.select.date.php {html_select_date}
* (Smarty online manual)
* @version 1.3.4
* @author Andrei Zmievski

View File

@ -12,7 +12,7 @@
* Type: function<br>
* Name: html_select_time<br>
* Purpose: Prints the dropdowns for time selection
* @link https://smarty.php.net/manual/en/language.function.html.select.time.php {html_select_time}
* @link http://smarty.php.net/manual/en/language.function.html.select.time.php {html_select_time}
* (Smarty online manual)
* @author Roberto Berto <roberto@berto.net>
* @credits Monte Ohrt <monte AT ohrt DOT com>

View File

@ -40,7 +40,7 @@
* @author credit to Messju Mohr <messju at lammfellpuschen dot de>
* @author credit to boots <boots dot smarty at yahoo dot com>
* @version 1.1
* @link https://smarty.php.net/manual/en/language.function.html.table.php {html_table}
* @link http://smarty.php.net/manual/en/language.function.html.table.php {html_table}
* (Smarty online manual)
* @param array
* @param Smarty

View File

@ -38,7 +38,7 @@
* {mailto address="me@domain.com" cc="you@domain.com,they@domain.com"}
* {mailto address="me@domain.com" extra='class="mailto"'}
* </pre>
* @link https://smarty.php.net/manual/en/language.function.mailto.php {mailto}
* @link http://smarty.php.net/manual/en/language.function.mailto.php {mailto}
* (Smarty online manual)
* @version 1.2
* @author Monte Ohrt <monte at ohrt dot com>

View File

@ -12,7 +12,7 @@
* Type: function<br>
* Name: math<br>
* Purpose: handle math computations in template<br>
* @link https://smarty.php.net/manual/en/language.function.math.php {math}
* @link http://smarty.php.net/manual/en/language.function.math.php {math}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array

View File

@ -12,7 +12,7 @@
* Type: function<br>
* Name: popup<br>
* Purpose: make text pop up in windows via overlib
* @link https://smarty.php.net/manual/en/language.function.popup.php {popup}
* @link http://smarty.php.net/manual/en/language.function.popup.php {popup}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array

View File

@ -12,7 +12,7 @@
* Type: function<br>
* Name: popup_init<br>
* Purpose: initialize overlib
* @link https://smarty.php.net/manual/en/language.function.popup.init.php {popup_init}
* @link http://smarty.php.net/manual/en/language.function.popup.init.php {popup_init}
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: capitalize<br>
* Purpose: capitalize words in the string
* @link https://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE
* @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE
* capitalize (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -15,7 +15,7 @@
* Purpose: catenate a value to a variable
* Input: string to catenate
* Example: {$var|cat:"foo"}
* @link https://smarty.php.net/manual/en/language.modifier.cat.php cat
* @link http://smarty.php.net/manual/en/language.modifier.cat.php cat
* (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @version 1.0

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: count_characteres<br>
* Purpose: count the number of characters in a text
* @link https://smarty.php.net/manual/en/language.modifier.count.characters.php
* @link http://smarty.php.net/manual/en/language.modifier.count.characters.php
* count_characters (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: count_paragraphs<br>
* Purpose: count the number of paragraphs in a text
* @link https://smarty.php.net/manual/en/language.modifier.count.paragraphs.php
* @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php
* count_paragraphs (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: count_sentences
* Purpose: count the number of sentences in a text
* @link https://smarty.php.net/manual/en/language.modifier.count.paragraphs.php
* @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php
* count_sentences (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: count_words<br>
* Purpose: count the number of words in a text
* @link https://smarty.php.net/manual/en/language.modifier.count.words.php
* @link http://smarty.php.net/manual/en/language.modifier.count.words.php
* count_words (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -19,7 +19,7 @@ require_once $smarty->_get_plugin_filepath('shared', 'make_timestamp');
* - string: input date string
* - format: strftime format for output
* - default_date: default date if $string is empty
* @link https://smarty.php.net/manual/en/language.modifier.date.format.php
* @link http://smarty.php.net/manual/en/language.modifier.date.format.php
* date_format (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: debug_print_var<br>
* Purpose: formats variable contents for display in the console
* @link https://smarty.php.net/manual/en/language.modifier.debug.print.var.php
* @link http://smarty.php.net/manual/en/language.modifier.debug.print.var.php
* debug_print_var (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param array|object

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: default<br>
* Purpose: designate default value for empty variables
* @link https://smarty.php.net/manual/en/language.modifier.default.php
* @link http://smarty.php.net/manual/en/language.modifier.default.php
* default (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: escape<br>
* Purpose: Escape the string according to escapement type
* @link https://smarty.php.net/manual/en/language.modifier.escape.php
* @link http://smarty.php.net/manual/en/language.modifier.escape.php
* escape (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: indent<br>
* Purpose: indent lines of text
* @link https://smarty.php.net/manual/en/language.modifier.indent.php
* @link http://smarty.php.net/manual/en/language.modifier.indent.php
* indent (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: lower<br>
* Purpose: convert string to lowercase
* @link https://smarty.php.net/manual/en/language.modifier.lower.php
* @link http://smarty.php.net/manual/en/language.modifier.lower.php
* lower (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -18,7 +18,7 @@
* - preceed_test = if true, includes preceeding break tags
* in replacement
* Example: {$text|nl2br}
* @link https://smarty.php.net/manual/en/language.modifier.nl2br.php
* @link http://smarty.php.net/manual/en/language.modifier.nl2br.php
* nl2br (Smarty online manual)
* @version 1.0
* @author Monte Ohrt <monte at ohrt dot com>

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: regex_replace<br>
* Purpose: regular expression search/replace
* @link https://smarty.php.net/manual/en/language.modifier.regex.replace.php
* @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php
* regex_replace (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: replace<br>
* Purpose: simple search/replace
* @link https://smarty.php.net/manual/en/language.modifier.replace.php
* @link http://smarty.php.net/manual/en/language.modifier.replace.php
* replace (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: spacify<br>
* Purpose: add spaces between characters in a string
* @link https://smarty.php.net/manual/en/language.modifier.spacify.php
* @link http://smarty.php.net/manual/en/language.modifier.spacify.php
* spacify (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: string_format<br>
* Purpose: format strings via sprintf
* @link https://smarty.php.net/manual/en/language.modifier.string.format.php
* @link http://smarty.php.net/manual/en/language.modifier.string.format.php
* string_format (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -15,7 +15,7 @@
* with a single space or supplied replacement string.<br>
* Example: {$var|strip} {$var|strip:"&nbsp;"}
* Date: September 25th, 2002
* @link https://smarty.php.net/manual/en/language.modifier.strip.php
* @link http://smarty.php.net/manual/en/language.modifier.strip.php
* strip (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @version 1.0

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: strip_tags<br>
* Purpose: strip html tags from text
* @link https://smarty.php.net/manual/en/language.modifier.strip.tags.php
* @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php
* strip_tags (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -14,7 +14,7 @@
* Purpose: Truncate a string to a certain length if necessary,
* optionally splitting in the middle of a word, and
* appending the $etc string or inserting $etc into the middle.
* @link https://smarty.php.net/manual/en/language.modifier.truncate.php
* @link http://smarty.php.net/manual/en/language.modifier.truncate.php
* truncate (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: upper<br>
* Purpose: convert string to uppercase
* @link https://smarty.php.net/manual/en/language.modifier.upper.php
* @link http://smarty.php.net/manual/en/language.modifier.upper.php
* upper (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string

View File

@ -12,7 +12,7 @@
* Type: modifier<br>
* Name: wordwrap<br>
* Purpose: wrap a string of text at a given length
* @link https://smarty.php.net/manual/en/language.modifier.wordwrap.php
* @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php
* wordwrap (Smarty online manual)
* @author Monte Ohrt <monte at ohrt dot com>
* @param string