Home
last modified time | relevance | path

Searched refs:str_replace (Results 51 – 75 of 14282) sorted by relevance

12345678910>>...572

/dports/net-mgmt/librenms/librenms-21.5.1/includes/
H A Drewrites.php8 $descr = str_replace('Distributed Forwarding Card', 'DFC', $descr);
15 $descr = str_replace('Routing Processor', 'RP', $descr);
16 $descr = str_replace('Route Processor', 'RP', $descr);
17 $descr = str_replace('Switching Processor', 'SP', $descr);
18 $descr = str_replace('Sub-Module', 'Module ', $descr);
19 $descr = str_replace('DFC Card', 'DFC', $descr);
21 $descr = str_replace('Power Supply Module', 'PSU ', $descr);
22 $descr = str_replace('/Voltage Sensor/', 'Voltage', $descr);
23 $descr = str_replace('Sensor', '', $descr);
24 $descr = str_replace('PMOD', 'PSU', $descr);
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/xsprintf/
H A DPhutilCommandString.php75 $value = str_replace('`', '``', $value);
78 $value = str_replace("\0", '`0', $value);
81 $value = str_replace("\f", '`f', $value);
82 $value = str_replace("\n", '`n', $value);
83 $value = str_replace("\r", '`r', $value);
84 $value = str_replace("\t", '`t', $value);
85 $value = str_replace("\v", '`v', $value);
86 $value = str_replace('#', '`#', $value);
87 $value = str_replace("'", '`\'', $value);
88 $value = str_replace('"', '`"', $value);
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/xsprintf/
H A DPhutilCommandString.php75 $value = str_replace('`', '``', $value);
78 $value = str_replace("\0", '`0', $value);
81 $value = str_replace("\f", '`f', $value);
82 $value = str_replace("\n", '`n', $value);
83 $value = str_replace("\r", '`r', $value);
84 $value = str_replace("\t", '`t', $value);
85 $value = str_replace("\v", '`v', $value);
86 $value = str_replace('#', '`#', $value);
87 $value = str_replace("'", '`\'', $value);
88 $value = str_replace('"', '`"', $value);
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Text/Wiki/Render/Xhtml/
H A DFunction.php43 $output = str_replace('%access', htmlspecialchars($access), $output);
44 $output = str_replace('%return', htmlspecialchars($return), $output);
45 $output = str_replace('%name', htmlspecialchars($name), $output);
59 $tmp = str_replace('%type', htmlspecialchars($val['type']), $tmp);
60 $tmp = str_replace('%descr', htmlspecialchars($val['descr']), $tmp);
61 $tmp = str_replace('%default', htmlspecialchars($val['default']), $tmp);
67 $output = str_replace('%params', $tmp, $output);
73 $tmp = str_replace('%type', htmlspecialchars($val['type']), $tmp);
74 $tmp = str_replace('%descr', htmlspecialchars($val['descr']), $tmp);
80 $output = str_replace('%throws', $tmp, $output);
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/wireless/
H A Dcambium-generic.inc.php41 …$vertical = str_replace('"', '', snmp_get($device, '.1.3.6.1.4.1.161.19.3.2.2.117.0', '-Ovqn', '')…
42 …$horizontal = str_replace('"', '', snmp_get($device, '.1.3.6.1.4.1.161.19.3.2.2.118.0', '-Ovqn', '…
85 …$vertical = str_replace('"', '', snmp_get($device, 'radioDbmVertical.0', '-Ovqn', 'WHISP-SM-MIB'));
100 … $ssr = str_replace('"', '', snmp_get($device, 'signalStrengthRatio.0', '-Ovqn', 'WHISP-SM-MIB'));
149 … $visible = str_replace('"', '', snmp_get($device, '.1.3.6.1.4.1.161.19.3.4.4.7.0', '-Ovqn', ''));
150 … $tracked = str_replace('"', '', snmp_get($device, '.1.3.6.1.4.1.161.19.3.4.4.8.0', '-Ovqn', ''));
224 … $dbmRadio = str_replace('"', '', snmp_get($device, 'radioDbmInt.0', '-Ovqn', 'WHISP-SM-MIB'));
225 … $minRadio = str_replace('"', '', snmp_get($device, 'minRadioDbm.0', '-Ovqn', 'WHISP-SM-MIB'));
226 … $maxRadio = str_replace('"', '', snmp_get($device, 'maxRadioDbm.0', '-Ovqn', 'WHISP-SM-MIB'));
251 $registered = str_replace('"', '', snmp_get($device, 'regCount.0', '-Ovqn', 'WHISP-APS-MIB'));
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt2 Test str_replace() function
16 var_dump( str_replace(array("a", "a", "b"),
22 var_dump( str_replace(array("a", "a", "b"),
68 var_dump(str_replace( array("a", "a", "b"),
75 var_dump(str_replace( array("a", "a", "b"),
130 var_dump( str_replace("", "FOUND", $str, $count) );
138 var_dump( str_replace("world", "FOUND", "$str") );
139 var_dump( str_replace("world'S", "FOUND", "$str'S") );
140 var_dump( str_replace("worldS", "FOUND", "$strS") );
143 var_dump( str_replace("worldS", "FOUND", "${str}S") );
[all …]
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
7 echo "\n*** Testing str_replace() on basic operations ***\n";
9 var_dump( str_replace("", "", "") );
11 var_dump( str_replace("e", "b", "test") );
13 var_dump( str_replace("", "", "", $count) );
16 var_dump( str_replace("q", "q", "q", $count) );
19 var_dump( str_replace("long string here", "", "", $count) );
25 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
34 *** Testing str_replace() on basic operations ***
43 str_replace(): Argument #1 ($search) must be of type array|string, resource given
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt2 Test str_replace() function
16 var_dump( str_replace(array("a", "a", "b"),
22 var_dump( str_replace(array("a", "a", "b"),
68 var_dump(str_replace( array("a", "a", "b"),
75 var_dump(str_replace( array("a", "a", "b"),
130 var_dump( str_replace("", "FOUND", $str, $count) );
138 var_dump( str_replace("world", "FOUND", "$str") );
139 var_dump( str_replace("world'S", "FOUND", "$str'S") );
140 var_dump( str_replace("worldS", "FOUND", "$strS") );
143 var_dump( str_replace("worldS", "FOUND", "${str}S") );
[all …]
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
7 echo "\n*** Testing str_replace() on basic operations ***\n";
9 var_dump( str_replace("", "", "") );
11 var_dump( str_replace("e", "b", "test") );
13 var_dump( str_replace("", "", "", $count) );
16 var_dump( str_replace("q", "q", "q", $count) );
19 var_dump( str_replace("long string here", "", "", $count) );
25 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
34 *** Testing str_replace() on basic operations ***
43 str_replace(): Argument #1 ($search) must be of type array|string, resource given
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt2 Test str_replace() function
16 var_dump( str_replace(array("a", "a", "b"),
22 var_dump( str_replace(array("a", "a", "b"),
68 var_dump(str_replace( array("a", "a", "b"),
75 var_dump(str_replace( array("a", "a", "b"),
130 var_dump( str_replace("", "FOUND", $str, $count) );
138 var_dump( str_replace("world", "FOUND", "$str") );
139 var_dump( str_replace("world'S", "FOUND", "$str'S") );
140 var_dump( str_replace("worldS", "FOUND", "$strS") );
143 var_dump( str_replace("worldS", "FOUND", "${str}S") );
[all …]
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
7 echo "\n*** Testing str_replace() on basic operations ***\n";
9 var_dump( str_replace("", "", "") );
11 var_dump( str_replace("e", "b", "test") );
13 var_dump( str_replace("", "", "", $count) );
16 var_dump( str_replace("q", "q", "q", $count) );
19 var_dump( str_replace("long string here", "", "", $count) );
25 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
34 *** Testing str_replace() on basic operations ***
43 str_replace(): Argument #1 ($search) must be of type array|string, resource given
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt2 Test str_replace() function
16 var_dump( str_replace(array("a", "a", "b"),
22 var_dump( str_replace(array("a", "a", "b"),
68 var_dump(str_replace( array("a", "a", "b"),
75 var_dump(str_replace( array("a", "a", "b"),
130 var_dump( str_replace("", "FOUND", $str, $count) );
138 var_dump( str_replace("world", "FOUND", "$str") );
139 var_dump( str_replace("world'S", "FOUND", "$str'S") );
140 var_dump( str_replace("worldS", "FOUND", "$strS") );
143 var_dump( str_replace("worldS", "FOUND", "${str}S") );
[all …]
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
7 echo "\n*** Testing str_replace() on basic operations ***\n";
9 var_dump( str_replace("", "", "") );
11 var_dump( str_replace("e", "b", "test") );
13 var_dump( str_replace("", "", "", $count) );
16 var_dump( str_replace("q", "q", "q", $count) );
19 var_dump( str_replace("long string here", "", "", $count) );
25 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
34 *** Testing str_replace() on basic operations ***
43 str_replace(): Argument #1 ($search) must be of type array|string, resource given
/dports/www/pear-Text_Wiki/Text_Wiki-1.2.1/Text/Wiki/Render/Xhtml/
H A DFunction.php64 $output = str_replace('%access', $this->textEncode($access), $output);
65 $output = str_replace('%return', $this->textEncode($return), $output);
66 $output = str_replace('%name', $this->textEncode($name), $output);
80 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
81 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
82 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
88 $output = str_replace('%params', $tmp, $output);
94 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
95 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
101 $output = str_replace('%throws', $tmp, $output);
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Render/Doku/
H A DFunction.php26 $output = str_replace('%access', $this->textEncode($access), $output);
27 $output = str_replace('%return', $this->textEncode($return), $output);
28 $output = str_replace('%name', $this->textEncode($name), $output);
42 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
43 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
44 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
50 $output = str_replace('%params', $tmp, $output);
56 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
57 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
63 $output = str_replace('%throws', $tmp, $output);
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Render/Xhtml/
H A DFunction.php64 $output = str_replace('%access', $this->textEncode($access), $output);
65 $output = str_replace('%return', $this->textEncode($return), $output);
66 $output = str_replace('%name', $this->textEncode($name), $output);
80 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
81 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
82 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
88 $output = str_replace('%params', $tmp, $output);
94 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
95 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
101 $output = str_replace('%throws', $tmp, $output);
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Render/Tiki/
H A DFunction.php26 $output = str_replace('%access', $this->textEncode($access), $output);
27 $output = str_replace('%return', $this->textEncode($return), $output);
28 $output = str_replace('%name', $this->textEncode($name), $output);
42 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
43 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
44 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
50 $output = str_replace('%params', $tmp, $output);
56 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
57 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
63 $output = str_replace('%throws', $tmp, $output);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Render/Doku/
H A DFunction.php26 $output = str_replace('%access', $this->textEncode($access), $output);
27 $output = str_replace('%return', $this->textEncode($return), $output);
28 $output = str_replace('%name', $this->textEncode($name), $output);
42 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
43 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
44 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
50 $output = str_replace('%params', $tmp, $output);
56 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
57 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
63 $output = str_replace('%throws', $tmp, $output);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Render/Xhtml/
H A DFunction.php64 $output = str_replace('%access', $this->textEncode($access), $output);
65 $output = str_replace('%return', $this->textEncode($return), $output);
66 $output = str_replace('%name', $this->textEncode($name), $output);
80 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
81 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
82 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
88 $output = str_replace('%params', $tmp, $output);
94 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
95 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
101 $output = str_replace('%throws', $tmp, $output);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Render/Tiki/
H A DFunction.php26 $output = str_replace('%access', $this->textEncode($access), $output);
27 $output = str_replace('%return', $this->textEncode($return), $output);
28 $output = str_replace('%name', $this->textEncode($name), $output);
42 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
43 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
44 $tmp = str_replace('%default', $this->textEncode($val['default']), $tmp);
50 $output = str_replace('%params', $tmp, $output);
56 $tmp = str_replace('%type', $this->textEncode($val['type']), $tmp);
57 $tmp = str_replace('%descr', $this->textEncode($val['descr']), $tmp);
63 $output = str_replace('%throws', $tmp, $output);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/modules/integration/actions/
H A DIntegrationXMLProcessor.php48 $file_contents = str_replace("btn_type", $component->type, $file_contents);
49 $file_contents = str_replace("btn_id", $component->id, $file_contents);
50 $file_contents = str_replace("btn_onclick", $component->onClick, $file_contents);
51 $file_contents = str_replace("btn_text", $component->text, $file_contents);
52 $file_contents = str_replace("btn_class", $component->class, $file_contents);
61 $file_contents = str_replace("modal_id", $component->id, $file_contents);
62 $file_contents = str_replace("modal_header", $component->header, $file_contents);
63 $file_contents = str_replace("modal_onclick", $component->function, $file_contents);
64 $file_contents = str_replace("modal_text", $component->text, $file_contents);
75 $file_contents = str_replace("\nH", ",H", $file_contents);
[all …]
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dhelp.php25 $html = str_replace('<a href="docs/', '<a target="_blank" href="'.$bURL, $html);
26 $html = str_replace('<img src="docs/', '<img src="'.$bURL, $html);
27 $html = str_replace(' src="docs/', ' src="'.$bURL, $html);
225 $string = str_replace('<body>', '', $string);
226 $string = str_replace('</body>', '', $string);
227 $string = str_replace('</html>', '', $string);
246 $string = str_replace($string2, '', $string);
253 $string = str_replace('<img src="../images/', '<img relativeImagesDir', $string);
254 $string = str_replace('images/', 'docs/'.$help_lang.'/images/', $string);
255 $string = str_replace('../../docs/'.$help_lang.'/images', 'images', $string);
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
8 Prototype: mixed str_replace(mixed $search, mixed $replace,
14 echo "\n*** Testing str_replace() on basic operations ***\n";
16 var_dump( str_replace("", "", "") );
18 var_dump( str_replace("e", "b", "test") );
20 var_dump( str_replace("", "", "", $count) );
23 var_dump( str_replace("q", "q", "q", $count) );
26 var_dump( str_replace("long string here", "", "", $count) );
31 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
38 *** Testing str_replace() on basic operations ***
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
8 Prototype: mixed str_replace(mixed $search, mixed $replace,
14 echo "\n*** Testing str_replace() on basic operations ***\n";
16 var_dump( str_replace("", "", "") );
18 var_dump( str_replace("e", "b", "test") );
20 var_dump( str_replace("", "", "", $count) );
23 var_dump( str_replace("q", "q", "q", $count) );
26 var_dump( str_replace("long string here", "", "", $count) );
31 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
38 *** Testing str_replace() on basic operations ***
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt2 Test str_replace() function basic function
8 Prototype: mixed str_replace(mixed $search, mixed $replace,
14 echo "\n*** Testing str_replace() on basic operations ***\n";
16 var_dump( str_replace("", "", "") );
18 var_dump( str_replace("e", "b", "test") );
20 var_dump( str_replace("", "", "", $count) );
23 var_dump( str_replace("q", "q", "q", $count) );
26 var_dump( str_replace("long string here", "", "", $count) );
31 var_dump( str_replace($fp_copy, $fp_copy, $fp_copy, $fp_copy) );
38 *** Testing str_replace() on basic operations ***

12345678910>>...572