Home
last modified time | relevance | path

Searched refs:str_replace (Results 1 – 25 of 9034) sorted by relevance

12345678910>>...362

/dports/www/moodle310/moodle/filter/algebra/
H A Dfilter.php140 $algebra = str_replace('<nolink>','',$algebra);
141 $algebra = str_replace('</nolink>','',$algebra);
143 $algebra = str_replace('</span>','',$algebra);
155 $algebra = str_replace('&lt;','<',$algebra);
156 $algebra = str_replace('&gt;','>',$algebra);
157 $algebra = str_replace('<>','#',$algebra);
158 $algebra = str_replace('<=','%',$algebra);
159 $algebra = str_replace('>=','!',$algebra);
185 $texexp = str_replace('\fun',' ',$texexp);
192 $texexp = str_replace('mu','\mu',$texexp);
[all …]
H A Dalgebradebug.php79 $algebra = str_replace('&lt;','<',$algebra);
80 $algebra = str_replace('&gt;','>',$algebra);
81 $algebra = str_replace('<>','#',$algebra);
82 $algebra = str_replace('<=','%',$algebra);
83 $algebra = str_replace('>=','!',$algebra);
133 $texexp = str_replace('%','\leq ',$texexp);
134 $texexp = str_replace('!','\geq ',$texexp);
137 $texexp = str_replace('\fun',' ',$texexp);
144 $texexp = str_replace('mu','\mu',$texexp);
145 $texexp = str_replace('nu','\nu',$texexp);
[all …]
/dports/www/moodle311/moodle/filter/algebra/
H A Dfilter.php140 $algebra = str_replace('<nolink>','',$algebra);
141 $algebra = str_replace('</nolink>','',$algebra);
143 $algebra = str_replace('</span>','',$algebra);
155 $algebra = str_replace('&lt;','<',$algebra);
156 $algebra = str_replace('&gt;','>',$algebra);
157 $algebra = str_replace('<>','#',$algebra);
158 $algebra = str_replace('<=','%',$algebra);
159 $algebra = str_replace('>=','!',$algebra);
185 $texexp = str_replace('\fun',' ',$texexp);
192 $texexp = str_replace('mu','\mu',$texexp);
[all …]
H A Dalgebradebug.php79 $algebra = str_replace('&lt;','<',$algebra);
80 $algebra = str_replace('&gt;','>',$algebra);
81 $algebra = str_replace('<>','#',$algebra);
82 $algebra = str_replace('<=','%',$algebra);
83 $algebra = str_replace('>=','!',$algebra);
133 $texexp = str_replace('%','\leq ',$texexp);
134 $texexp = str_replace('!','\geq ',$texexp);
137 $texexp = str_replace('\fun',' ',$texexp);
144 $texexp = str_replace('mu','\mu',$texexp);
145 $texexp = str_replace('nu','\nu',$texexp);
[all …]
/dports/www/moodle39/moodle/filter/algebra/
H A Dfilter.php140 $algebra = str_replace('<nolink>','',$algebra);
141 $algebra = str_replace('</nolink>','',$algebra);
143 $algebra = str_replace('</span>','',$algebra);
155 $algebra = str_replace('&lt;','<',$algebra);
156 $algebra = str_replace('&gt;','>',$algebra);
157 $algebra = str_replace('<>','#',$algebra);
158 $algebra = str_replace('<=','%',$algebra);
159 $algebra = str_replace('>=','!',$algebra);
185 $texexp = str_replace('\fun',' ',$texexp);
192 $texexp = str_replace('mu','\mu',$texexp);
[all …]
H A Dalgebradebug.php79 $algebra = str_replace('&lt;','<',$algebra);
80 $algebra = str_replace('&gt;','>',$algebra);
81 $algebra = str_replace('<>','#',$algebra);
82 $algebra = str_replace('<=','%',$algebra);
83 $algebra = str_replace('>=','!',$algebra);
133 $texexp = str_replace('%','\leq ',$texexp);
134 $texexp = str_replace('!','\geq ',$texexp);
137 $texexp = str_replace('\fun',' ',$texexp);
144 $texexp = str_replace('mu','\mu',$texexp);
145 $texexp = str_replace('nu','\nu',$texexp);
[all …]
/dports/audio/ardour6/Ardour-6.8.0/tools/doxy2json/
H A Dpostproc.sh17 \$a['decl'] = str_replace ('__cxx11::', '', \$a['decl']);
18 \$a['decl'] = str_replace ('size_t', 'unsigned long', \$a['decl']);
19 \$a['decl'] = str_replace ('uint32_t', 'unsigned int', \$a['decl']);
20 \$a['decl'] = str_replace ('int32_t', 'int', \$a['decl']);
28 \$a['decl'] = str_replace ('samplepos_t', 'long', \$a['decl']);
29 \$a['decl'] = str_replace ('samplecnt_t', 'long', \$a['decl']);
34 \$a['decl'] = str_replace ('gain_t', 'float', \$a['decl']);
35 \$a['decl'] = str_replace ('int64_t', 'long', \$a['decl']);
38 \$a['decl'] = str_replace ('const char', 'char', \$a['decl']);
41 \$a['decl'] = str_replace ('const long', 'long', \$a['decl']);
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/test/lib/
H A DAbsoluteToRelativeLinkTest.php189 $data = str_replace('#1', $link1, $text);
190 $data = str_replace('#2', $link2, $data);
191 $data = str_replace('#3', $link3, $data);
192 $data = str_replace('#4', $link4, $data);
306 $data = str_replace('#1', $link1, $text);
307 $data = str_replace('#2', $link2, $data);
308 $data = str_replace('#3', $link3, $data);
332 $data = str_replace('#1', $link1, $text);
333 $data = str_replace('#2', $link2, $data);
334 $data = str_replace('#3', $link3, $data);
[all …]
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/html2fpdf/
H A Dhtmltoolkit.php80 $html = str_replace("&nbsp;"," ",$html);
81 $html = str_replace("&amp;","&",$html);
82 $html = str_replace("&lt;","<",$html);
83 $html = str_replace("&gt;",">",$html);
84 $html = str_replace("&laquo;","�",$html);
86 $html = str_replace("&para;","�",$html);
87 $html = str_replace("&euro;","�",$html);
89 $html = str_replace("&copy;","�",$html);
90 $html = str_replace("&reg;","�",$html);
93 $html = str_replace("&circ;","^",$html);
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_io.php43 $string = str_replace('(','\(',$string);
44 $string = str_replace(')','\)',$string);
45 $string = str_replace('{','\{',$string);
46 $string = str_replace('}','\}',$string);
47 $string = str_replace('[','\[',$string);
48 $string = str_replace(']','\]',$string);
49 $string = str_replace('.','\.',$string);
50 $string = str_replace('*','\*',$string);
51 $string = str_replace('+','\+',$string);
52 $string = str_replace('?','\?',$string);
[all …]
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dbbcode.php50 $tpl = str_replace('\\', '\\\\', $tpl);
51 $tpl = str_replace('\'', '\\\'', $tpl);
54 $tpl = str_replace("\n", '', $tpl);
182 $text = str_replace("[b:$uid]", $bbcode_tpl['b_open'], $text);
186 $text = str_replace("[u:$uid]", $bbcode_tpl['u_open'], $text);
190 $text = str_replace("[i:$uid]", $bbcode_tpl['i_open'], $text);
593 $text = str_replace($str_to_match, $replacement, $text);
597 $text = str_replace("[code:$uid]", $code_start_html, $text);
598 $text = str_replace("[/code:$uid]", $code_end_html, $text);
683 $text = str_replace("[*]", "[*:$uid]", $text);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/dons/
H A Dhtml_cerfafr.modules.php157 $form = str_replace('__REF__', $don->id, $form);
160 $form = str_replace('__AMOUNT__', price($don->amount), $form);
163 $form = str_replace('__CURRENCYCODE__', $conf->currency, $form);
172 $form = str_replace('__DONATOR_STATUT__', $don->statut, $form);
174 $form = str_replace('__DONATOR_ZIP__', $don->zip, $form);
175 $form = str_replace('__DONATOR_TOWN__', $don->town, $form);
197 $form = str_replace('__ModePaiement__', $ModePaiement, $form);
201 $form = str_replace('__FrenchArticle__', $frencharticle, $form);
216 $form = str_replace('__ARTICLE200__', $art200, $form);
227 $form = str_replace('__ARTICLE238__', $art238, $form);
[all …]
/dports/www/phpbb/phpBB2/includes/
H A Dbbcode.php50 $tpl = str_replace('\\', '\\\\', $tpl);
51 $tpl = str_replace('\'', '\\\'', $tpl);
54 $tpl = str_replace("\n", '', $tpl);
182 $text = str_replace("[b:$uid]", $bbcode_tpl['b_open'], $text);
186 $text = str_replace("[u:$uid]", $bbcode_tpl['u_open'], $text);
190 $text = str_replace("[i:$uid]", $bbcode_tpl['i_open'], $text);
593 $text = str_replace($str_to_match, $replacement, $text);
597 $text = str_replace("[code:$uid]", $code_start_html, $text);
598 $text = str_replace("[/code:$uid]", $code_end_html, $text);
683 $text = str_replace("[*]", "[*:$uid]", $text);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/dons/
H A Dhtml_cerfafr.modules.php154 $form = str_replace('__REF__', $don->id, $form);
157 $form = str_replace('__AMOUNT__', price($don->amount), $form);
160 $form = str_replace('__CURRENCYCODE__', $conf->currency, $form);
169 $form = str_replace('__DONATOR_STATUT__', $don->statut, $form);
171 $form = str_replace('__DONATOR_ZIP__', $don->zip, $form);
172 $form = str_replace('__DONATOR_TOWN__', $don->town, $form);
194 $form = str_replace('__ModePaiement__', $ModePaiement, $form);
200 $form = str_replace('__FrenchArticle__', $frencharticle, $form);
216 $form = str_replace('__ARTICLE200__', $art200, $form);
226 $form = str_replace('__ARTICLE238__', $art238, $form);
[all …]
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/views/pagination/
H A Ddigg.php24 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
34 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
39 …<a href="<?php echo str_replace('{page}', $total_pages - 1, $url) ?>"><?php echo $total_pages - 1 …
40 <a href="<?php echo str_replace('{page}', $total_pages, $url) ?>"><?php echo $total_pages ?></a>
44 <a href="<?php echo str_replace('{page}', 1, $url) ?>">1</a>
45 <a href="<?php echo str_replace('{page}', 2, $url) ?>">2</a>
52 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
58 <a href="<?php echo str_replace('{page}', 1, $url) ?>">1</a>
59 <a href="<?php echo str_replace('{page}', 2, $url) ?>">2</a>
66 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
[all …]
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/views/pagination/
H A Ddigg.php24 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
34 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
39 …<a href="<?php echo str_replace('{page}', $total_pages - 1, $url) ?>"><?php echo $total_pages - 1 …
40 <a href="<?php echo str_replace('{page}', $total_pages, $url) ?>"><?php echo $total_pages ?></a>
44 <a href="<?php echo str_replace('{page}', 1, $url) ?>">1</a>
45 <a href="<?php echo str_replace('{page}', 2, $url) ?>">2</a>
52 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
58 <a href="<?php echo str_replace('{page}', 1, $url) ?>">1</a>
59 <a href="<?php echo str_replace('{page}', 2, $url) ?>">2</a>
66 <a href="<?php echo str_replace('{page}', $i, $url) ?>"><?php echo $i ?></a>
[all …]
/dports/textproc/pear-Numbers_Roman/Numbers_Roman-1.0.2/
H A DRoman.php78 $roman = str_replace('U', 'V', $roman);
85 $roman = str_replace('_V', 'S', $roman);
86 $roman = str_replace('_X', 'R', $roman);
87 $roman = str_replace('_L', 'P', $roman);
88 $roman = str_replace('_C', 'Q', $roman);
89 $roman = str_replace('_D', 'O', $roman);
90 $roman = str_replace('_M', 'N', $roman);
304 $roman = str_replace(str_repeat('M', 90),
306 $roman = str_replace(str_repeat('M', 50),
312 $roman = str_replace(str_repeat('M', 5),
[all …]
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DNagVisHoverMenu.php107 $this->code = str_replace('[lang_alias]',l('alias'),$this->code);
111 $this->code = str_replace('[lang_address]',l('address'),$this->code);
115 $this->code = str_replace('[lang_state]',l('state'),$this->code);
123 $this->code = str_replace('[lang_output]',l('output'),$this->code);
127 $this->code = str_replace('[lang_perfdata]',l('perfdata'),$this->code);
135 $this->code = str_replace('[lang_overview]',l('overview'),$this->code);
139 $this->code = str_replace('[lang_instance]',l('instance'),$this->code);
143 $this->code = str_replace('[lang_next_check]',l('nextCheck'),$this->code);
147 $this->code = str_replace('[lang_last_check]',l('lastCheck'),$this->code);
171 $this->code = str_replace('[lang_notes]', l('notes'), $this->code);
[all …]
H A DNagVisContextMenu.php123 $this->code = str_replace('[lang_ack]', l('Acknowledge'), $this->code);
126 $this->code = str_replace('[lang_clone]', l('Clone object'), $this->code);
129 $this->code = str_replace('[lang_lock]', l('Lock'), $this->code);
132 $this->code = str_replace('[lang_unlock]', l('Unlock'), $this->code);
135 $this->code = str_replace('[lang_modify]', l('Modify object'), $this->code);
138 $this->code = str_replace('[lang_delete]', l('Delete object'), $this->code);
144 $this->code = str_replace('[html_base]',cfg('paths','htmlbase'),$this->code);
156 $this->code = str_replace('[lang_make_root]', l('Make root'), $this->code);
160 $this->code = str_replace('[lang_action_rdp]', l('Connect (RDP)'), $this->code);
164 $this->code = str_replace('[lang_action_ssh]', l('Connect (SSH)'), $this->code);
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.svc_debug.inc.php306 $this_line = str_replace("\r", ' __LINEBREAK__ ', $this_line);
307 $this_line = str_replace("\n", ' __LINEBREAK__ ', $this_line);
320 $this_line = str_replace('&lt;li&gt;', '<li>', $this_line);
321 $this_line = str_replace('&lt;/li&gt;', '</li>', $this_line);
323 $this_line = str_replace('&lt;u&gt;', '<u>', $this_line);
324 $this_line = str_replace('&lt;/u&gt;', '</u>', $this_line);
326 $this_line = str_replace('=&amp;gt;', '=&gt;', $this_line);
331 $this_line = str_replace('&lt;pre&gt;', '<pre>', $this_line);
335 $this_line = str_replace('&lt;/ul&gt;', '</ul>', $this_line);
338 $this_line = str_replace('&amp;lt;', '&lt;', $this_line);
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstr_replace_error.phpt2 Test str_replace() function error conditions
8 Prototype: mixed str_replace(mixed $search, mixed $replace,
15 echo "\n*** Testing str_replace error conditions ***";
17 var_dump( str_replace() );
18 var_dump( str_replace("") );
19 var_dump( str_replace(NULL) );
20 var_dump( str_replace(1, 2) );
21 var_dump( str_replace(1,2,3,$var,5) );
26 *** Testing str_replace error conditions ***
27 Warning: str_replace() expects at least 3 parameters, 0 given in %sstr_replace_error.php on line 12
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dstr_replace_error.phpt2 Test str_replace() function error conditions
8 Prototype: mixed str_replace(mixed $search, mixed $replace,
15 echo "\n*** Testing str_replace error conditions ***";
17 var_dump( str_replace() );
18 var_dump( str_replace("") );
19 var_dump( str_replace(NULL) );
20 var_dump( str_replace(1, 2) );
21 var_dump( str_replace(1,2,3,$var,5) );
26 *** Testing str_replace error conditions ***
27 Warning: str_replace() expects at least 3 parameters, 0 given in %sstr_replace_error.php on line 12
[all …]
/dports/mail/squirrelmail-decode/squirrelmail-decode-1.2/x-mac/
H A Dx_mac_devanagari.php55 $string=str_replace("\xA1\xE9",'&#2384;',$string);
56 $string=str_replace("\xA6\xE9",'&#2316;',$string);
57 $string=str_replace("\xA7\xE9",'&#2401;',$string);
58 $string=str_replace("\xAA\xE9",'&#2400;',$string);
59 $string=str_replace("\xDB\xE9",'&#2402;',$string);
60 $string=str_replace("\xDC\xE9",'&#2403;',$string);
61 $string=str_replace("\xDF\xE9",'&#2372;',$string);
62 $string=str_replace("\xE8\xE8",'&#2381;&#8204;',$string);
63 $string=str_replace("\xE8\xE9",'&#2381;&#8205;',$string);
64 $string=str_replace("\xEA\xE9",'&#2365;',$string);
[all …]
/dports/devel/pear-HTML_QuickForm/HTML_QuickForm-3.2.16/QuickForm/Renderer/
H A DDefault.php203 $html = str_replace('{hidden}', $this->_hiddenHtml, $html);
208 $this->_html = str_replace('{content}', $this->_html, $html);
256 $html = str_replace('<!-- BEGIN required -->', '', $html);
257 $html = str_replace('<!-- END required -->', '', $html);
262 $html = str_replace('{error}', $error, $html);
263 $html = str_replace('<!-- BEGIN error -->', '', $html);
264 $html = str_replace('<!-- END error -->', '', $html);
271 $html = str_replace("{label_{$key}}", $text, $html);
301 $html = str_replace('<!-- BEGIN required -->', '', $html);
302 $html = str_replace('<!-- END required -->', '', $html);
[all …]
/dports/www/moodle310/moodle/lib/pear/HTML/QuickForm/Renderer/
H A DDefault.php201 $html = str_replace('{hidden}', $this->_hiddenHtml, $html);
206 $this->_html = str_replace('{content}', $this->_html, $html);
254 $html = str_replace('<!-- BEGIN required -->', '', $html);
255 $html = str_replace('<!-- END required -->', '', $html);
260 $html = str_replace('{error}', $error, $html);
261 $html = str_replace('<!-- BEGIN error -->', '', $html);
262 $html = str_replace('<!-- END error -->', '', $html);
269 $html = str_replace("{label_{$key}}", $text, $html);
299 $html = str_replace('<!-- BEGIN required -->', '', $html);
300 $html = str_replace('<!-- END required -->', '', $html);
[all …]

12345678910>>...362