/plugin/onlineordering/ |
D | send_form.php | 27 $text = str_replace('\n', '<br/>', $text ); 29 $text = str_replace('�', 'ä', $text ); 30 $text = str_replace('�', 'Ä', $text ); 31 $text = str_replace('�', 'ö', $text ); 32 $text = str_replace('�', 'Ö', $text ); 33 $text = str_replace('�', 'ß', $text ); 34 $text = str_replace('�', 'ü', $text ); 35 $text = str_replace('�', 'Ü', $text ); 36 $text = str_replace('\n', '<br />', $text ); 49 $text = str_replace('�', 'ae', $text ); [all …]
|
/plugin/mellelexport/ |
D | mellelconvert.php | 46 $row = str_replace("\n", '', $row); 47 $row = str_replace(' & ', ' & ', $row); 48 $row = str_replace('<>', MELLEL_KLAMMER, $row); 49 $row = str_replace('</hi>', MELLEL_HIGHLIGHT, $row); 50 $row = str_replace('<hi #ffff00>', MELLEL_HIGHLIGHT, $row); 51 $row = str_replace('<hi #ff0000>', MELLEL_HIGHLIGHT, $row); 52 $row = str_replace('<hi #ffa500>', MELLEL_HIGHLIGHT, $row); 53 $row = str_replace('<hi #fa8072>', MELLEL_HIGHLIGHT, $row); 54 $row = str_replace('<hi #ffc0cb>', MELLEL_HIGHLIGHT, $row); 55 $row = str_replace('<hi #dda0dd>', MELLEL_HIGHLIGHT, $row); [all …]
|
/plugin/twcheckliste/theme_twCheckliste/ |
D | tw_checklist.php | 105 $daten['HL'] = str_replace("ROLLE_PM", "", $daten['HL']); 106 $daten['HL'] = str_replace("UNCHECKED", "", $daten['HL']); 159 $daten['HL'] = str_replace("ROLLE_PM", "", $daten['HL']); 160 $daten['HL'] = str_replace("UNCHECKED", "", $daten['HL']); 189 $listenpunkt=str_replace("EINGABEFELDLANG", $this -> eingabefeld, $listenpunkt); 190 $listenpunkt=str_replace("EINGABEFELD", $this -> eingabefeldshort, $listenpunkt); 197 $value = str_replace("UNCHECKED", "", $value); 199 $value = "<h1>" . str_replace("h1_", "", strip_tags($value)) . "</h1>"; 207 $value = str_replace("UNCHECKED", "", $value); 210 $value = "<h2>" . str_replace("h2_", "", strip_tags($value)) . "</h2>"; [all …]
|
/plugin/tagalerts/ |
D | action.php | 56 …$errorTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('error'))… 57 …$infoTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('info')))); 58 …$successTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('succes… 59 …$notifyTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('notify'… 68 $underscored = str_replace(' ', '_', $tags[$i]); 96 …$triggers['error'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('erro… 97 …$triggers['info'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('info'… 98 …$triggers['success'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('su… 99 …$triggers['notify'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('not…
|
/plugin/facebookevents/ |
D | syntax.php | 227 $description = str_replace("\r\n", '<html><br /></html>', $description ); 228 $description = str_replace("\n", '<html><br /></html>', $description ); 258 $entry = str_replace('{title}', $name, $entry ); 259 $entry = str_replace('{description}', $description, $entry ); 260 $entry = str_replace('{location}', $location, $entry ); 261 $entry = str_replace('{place}', $place_name, $entry ); 262 $entry = str_replace('{city}', $city, $entry ); 263 $entry = str_replace('{country}', $country, $entry ); 264 $entry = str_replace('{zip}', $zip, $entry ); 265 $entry = str_replace('{image}', $pic, $entry); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ |
D | HTML.php | 174 echo ' <li><a href="#'.str_replace(' ', '-', $title)."\">$title</a></li>".PHP_EOL; 216 echo ' <a name="'.str_replace(' ', '-', $title).'" />'.PHP_EOL; 243 $content = str_replace('<em>', '<em>', $content); 244 $content = str_replace('</em>', '</em>', $content); 264 $first = str_replace('<?php', '<?php', $first); 265 $first = str_replace("\n", '</br>', $first); 266 $first = str_replace(' ', ' ', $first); 267 $first = str_replace('<em>', '<span class="code-comparison-highlight">', $first); 268 $first = str_replace('</em>', '</span>', $first); 272 $second = str_replace('<?php', '<?php', $second); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
D | Json.php | 54 $filename = str_replace('\\', '\\\\', $report['filename']); 55 $filename = str_replace('"', '\"', $filename); 56 $filename = str_replace('/', '\/', $filename); 64 $error['message'] = str_replace('\\', '\\\\', $error['message']); 65 $error['message'] = str_replace('"', '\"', $error['message']); 66 $error['message'] = str_replace('/', '\/', $error['message']); 67 $error['message'] = str_replace("\n", '\n', $error['message']); 68 $error['message'] = str_replace("\r", '\r', $error['message']); 69 $error['message'] = str_replace("\t", '\t', $error['message']);
|
/plugin/deeplautotranslate/ |
D | action.php | 799 $text = str_replace($match[0], $new_link, $text); 854 $text = str_replace($match[0], $new_link, $text); 869 $text = str_replace("{{top}}", "<ignore>{{top}}</ignore>", $text); 870 $text = str_replace("{{rating}}", "<ignore>{{rating}}</ignore>", $text); 873 $text = str_replace("~~NOCACHE~~", "<ignore>~~NOCACHE~~</ignore>", $text); 886 $text = str_replace(" ^ ", "<ignore> ^ </ignore>", $text); 887 $text = str_replace(" ^ ", "<ignore> ^ </ignore>", $text); 888 $text = str_replace(" ^ ", "<ignore> ^ </ignore>", $text); 889 $text = str_replace("^ ", "<ignore>^ </ignore>", $text); 890 $text = str_replace(" ^", "<ignore> ^</ignore>", $text); [all …]
|
/plugin/ckgedit/action/ |
D | edit.php | 228 $text = str_replace('¬ags', '&amp;notags',$text); 233 $matches[0] = str_replace("~", "~ ", $matches[0]); 265 $matches[0] = str_replace('%%', 'DBLPERCENT',$matches[0]); 266 $matches[0] = str_replace('\\ ', 'DBLBACKSPLASH',$matches[0]); 267 $matches[0] = str_replace('|', 'NWPIPECHARACTER',$matches[0]); 281 $text = str_replace('DBLPERCENT','%%',$text); 294 $matches[1] = str_replace($needles, $replacements, $matches[1]); 306 $matches[2] = str_replace($needles, $replacements, $matches[2]); 321 $matches[4] = str_replace($gmatch[1],"",$matches[4],$c); 324 $matches[4] = str_replace("CHEVRONescC", ">>",$matches[4]); [all …]
|
D | save.php | 74 $dir = str_replace(":","/",$ns); 85 $path = str_replace(':','/',$path); 93 $id = str_replace("/",":",$id); 110 $TEXT = str_replace('%%', "FCKGPERCENTESC", $TEXT); 133 return str_replace("\n", "__code_NL__",$matches[0]); 143 $TEXT = str_replace("__code_NL__","\n", $TEXT); 144 $TEXT = str_replace("FCKGPERCENTESC", '%%', $TEXT); 146 $TEXT = str_replace('~~COMPLEX_TABLES~~','',$TEXT); 169 $TEXT = str_replace("~~MULTI_PLUGIN_OPEN~~","~~MULTI_PLUGIN_OPEN~~\n",$TEXT); 180 $TEXT = str_replace('L_PARgr', '(',$TEXT); [all …]
|
/plugin/autotweet2/ |
D | action.php | 62 $message = str_replace('###PAGETITLE###', tpl_pagetitle($savingid, 1), $message); 63 $message = str_replace('###TYPE###', $edittype, $message); 64 $message = str_replace('###SUMMARY###', $event->data['summary'], $message); 68 case 'show': $message = str_replace('###EDITOR###', $_SERVER['REMOTE_ADDR'], $message); 73 $message = str_replace('###EDITOR###', $hidingip->altText(), $message); 77 default : $message = str_replace('###EDITOR###', '', $message); 79 } else $message = str_replace('###EDITOR###', userlink(null, true), $message); 83 …###PAGEURL###') === FALSE) $message .= ' ' . $pageurl; else $message = str_replace('###PAGEURL###'… 86 $message = str_replace('@', '@ ', $message); // one-byte @ 87 $message = str_replace('@', '@ ', $message); // two-byte @ [all …]
|
/plugin/odt/renderer/ |
D | pagepdf.php | 49 $output_filename = str_replace(':','-',$ID).'.pdf'; 80 $temp_dir = $temp_dir."/odt/".str_replace(':','-',$ID); 90 $command = str_replace('%outdir%', $temp_dir, $command); 91 $command = str_replace('%sourcefile%', $file, $command); 102 $message = str_replace('%command%', $command, $message); 103 $message = str_replace('%errorcode%', $result, $message); 104 $message = str_replace('%errormessage%', $errormessage, $message); 105 $message = str_replace('%pageid%', $ID, $message);
|
/plugin/feedmod/ |
D | action.php | 62 $id = cleanID(str_replace($base_url, '', $match[1])); 70 … $id = cleanID(str_replace('/',':',str_replace($base_url, '', $url['path']))); 72 $id = cleanID(str_replace('/',':', $url['path'])); 79 $id = cleanID(str_replace($base_url, '', $match[1])); 113 $footer = str_replace('@URL@', $event->data['item']->link, $footer); 114 $footer = str_replace('@PAGE@', $id, $footer); 115 $footer = str_replace('@TITLE@', $event->data['item']->title, $footer); 116 $footer = str_replace('@AUTHOR@', $event->data['item']->author, $footer);
|
/plugin/importfacebookevents/nppBackup/ |
D | syntax.php.2018-03-08_163705.bak | 253 $description = str_replace("\r", '', $description); 254 $description = str_replace("\n", "\\\\\n", $description); 322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 323 $entry = str_replace('{microdata}',$microdata, $entry); 326 $entry = str_replace('{title}', $name, $entry); 327 $entry = str_replace('{description}', $description, $entry); 328 $entry = str_replace('{location}', $location, $entry); 329 $entry = str_replace('{location_address}', $location_address, $entry); 330 $entry = str_replace('{place}', $place_name, $entry); 331 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_165158.bak | 258 $description = str_replace("\r", '', $description); 259 $description = str_replace("\n", "\\\\\n", $description); 327 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 328 $entry = str_replace('{microdata}',$microdata, $entry); 331 $entry = str_replace('{title}', $name, $entry); 332 $entry = str_replace('{description}', $description, $entry); 333 $entry = str_replace('{location}', $location, $entry); 334 $entry = str_replace('{location_address}', $location_address, $entry); 335 $entry = str_replace('{place}', $place_name, $entry); 336 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_163718.bak | 253 $description = str_replace("\r", '', $description); 254 $description = str_replace("\n", "\\\\\n", $description); 322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 323 $entry = str_replace('{microdata}',$microdata, $entry); 326 $entry = str_replace('{title}', $name, $entry); 327 $entry = str_replace('{description}', $description, $entry); 328 $entry = str_replace('{location}', $location, $entry); 329 $entry = str_replace('{location_address}', $location_address, $entry); 330 $entry = str_replace('{place}', $place_name, $entry); 331 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_165255.bak | 260 $description = str_replace("\r", '', $description); 261 $description = str_replace("\n", "\\\\\n", $description); 329 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 330 $entry = str_replace('{microdata}',$microdata, $entry); 333 $entry = str_replace('{title}', $name, $entry); 334 $entry = str_replace('{description}', $description, $entry); 335 $entry = str_replace('{location}', $location, $entry); 336 $entry = str_replace('{location_address}', $location_address, $entry); 337 $entry = str_replace('{place}', $place_name, $entry); 338 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_164623.bak | 253 $description = str_replace("\r", '', $description); 254 $description = str_replace("\n", "\\\\\n", $description); 322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 323 $entry = str_replace('{microdata}',$microdata, $entry); 326 $entry = str_replace('{title}', $name, $entry); 327 $entry = str_replace('{description}', $description, $entry); 328 $entry = str_replace('{location}', $location, $entry); 329 $entry = str_replace('{location_address}', $location_address, $entry); 330 $entry = str_replace('{place}', $place_name, $entry); 331 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_163658.bak | 254 $description = str_replace("\r", '', $description); 255 $description = str_replace("\n", "\\\\\n", $description); 323 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 324 $entry = str_replace('{microdata}',$microdata, $entry); 327 $entry = str_replace('{title}', $name, $entry); 328 $entry = str_replace('{description}', $description, $entry); 329 $entry = str_replace('{location}', $location, $entry); 330 $entry = str_replace('{location_address}', $location_address, $entry); 331 $entry = str_replace('{place}', $place_name, $entry); 332 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_165027.bak | 259 $description = str_replace("\r", '', $description); 260 $description = str_replace("\n", "\\\\\n", $description); 328 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 329 $entry = str_replace('{microdata}',$microdata, $entry); 332 $entry = str_replace('{title}', $name, $entry); 333 $entry = str_replace('{description}', $description, $entry); 334 $entry = str_replace('{location}', $location, $entry); 335 $entry = str_replace('{location_address}', $location_address, $entry); 336 $entry = str_replace('{place}', $place_name, $entry); 337 $entry = str_replace('{city}', $city, $entry); [all …]
|
D | syntax.php.2018-03-08_164706.bak | 257 $description = str_replace("\r", '', $description); 258 $description = str_replace("\n", "\\\\\n", $description); 326 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata); 327 $entry = str_replace('{microdata}',$microdata, $entry); 330 $entry = str_replace('{title}', $name, $entry); 331 $entry = str_replace('{description}', $description, $entry); 332 $entry = str_replace('{location}', $location, $entry); 333 $entry = str_replace('{location_address}', $location_address, $entry); 334 $entry = str_replace('{place}', $place_name, $entry); 335 $entry = str_replace('{city}', $city, $entry); [all …]
|
/plugin/autogallery/ |
D | action.php | 57 $inidir=str_replace("/","\\", $inidir); 63 $inidir=str_replace("/","\\", $inidir); 67 if (!is_file(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"))) { 69 $inidir=str_replace("/","\\", $inidir); 71 msg(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt")); 119 $page = str_replace("\\", ":", $page); 120 $page =str_replace("/", ":", $page); 133 $indexbase=str_replace("/","\\", $indexbase);
|
/plugin/dokubookmark/ |
D | helper.php | 56 str_replace("\n", '\\n', 57 str_replace("\r", '', 58 str_replace('\'', '\\\'', 59 str_replace('\\', '\\\\', 84 return str_replace("@D@",$data['timestamp'], 85 str_replace("@S@",$data['selection'], 86 str_replace("@U@",$data['url'], 87 str_replace("@N@",$data['name'], 88 str_replace("@F@",$data['foo'], 89 str_replace("@T@",$data['title'], $idx)))))); [all …]
|
/plugin/stopforumspam2/ |
D | helper.php | 221 $exlist = str_replace(array("\r\n", "\r", "\n"), "\n", $this->getConf('ipWhitelist')); 223 $exlist = str_replace('\*', '[0-9]+', $exlist); 224 $exlist = str_replace('\?', '[0-9]', $exlist); 234 $exlist = str_replace(array("\r\n", "\r", "\n"), "\n", $this->getConf('nameWhitelist')); 236 $exlist = str_replace('\*', '.+', $exlist); 237 $exlist = str_replace('\?', '.', $exlist); 238 $exlist = str_replace('~', '[0-9]+', $exlist); 239 $exlist = str_replace('\!', '[0-9]', $exlist); 249 … $exlist = str_replace(array("\r\n", "\r", "\n"), "\n", $this->getConf('emailWhitelist')); 251 $exlist = str_replace('\*', '.+', $exlist); [all …]
|
/plugin/facebookwall/ |
D | syntax.php | 261 $post['message'] = str_replace("\r\n", '<html><br /></html>', $post['message'] ); 262 $post['message'] = str_replace("\n", '<html><br /></html>', $post['message'] ); 263 $post['message_short'] = str_replace("\r\n", '<html><br /></html>', $post['message_short'] ); 264 … $post['message_short'] = str_replace("\n", '<html><br /></html>', $post['message_short'] ); 266 $entry = str_replace('{message}', $post['message'], $entry ); 267 $entry = str_replace('{message_short}', $post['message_short'], $entry ); 270 … $entry = str_replace('{date}', date( $date_format, strtotime($post['created_time'])), $entry ); 271 … $entry = str_replace('{time}', date( $time_format, strtotime($post['created_time'])), $entry ); 272 …$entry = str_replace('{datetime}', date( $datetime_format, strtotime($post['created_time'])), $ent… 273 $entry = str_replace('{timestamp}', $post['created_time'], $entry ); [all …]
|