| /plugin/issuetracker/ |
| D | edit.php | 183 …$bodyhtml = str_ireplace("%%_see%%",DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstrin… 184 $bodyhtml = str_ireplace("%%issuemod_head%%",$lang['issuemod_head'],$bodyhtml); 185 $bodyhtml = str_ireplace("%%issuemod_intro%%",$lang['issuemod_intro'],$bodyhtml); 187 $bodyhtml = str_ireplace("%%issuemod_issueid%%",$lang['issuemod_issueid'],$bodyhtml); 188 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml); 189 $bodyhtml = str_ireplace("%%issuemod_title%%",$lang['issuemod_title'],$bodyhtml); 190 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml); 191 $bodyhtml = str_ireplace("%%issuemod_status%%",$lang['issuemod_status'],$bodyhtml); 192 $bodyhtml = str_ireplace("%%status%%",$issue['status'],$bodyhtml); 193 $bodyhtml = str_ireplace("%%th_project%%",$lang['th_project'],$bodyhtml); [all …]
|
| D | syntax.php | 1045 …$bodyhtml = str_ireplace("%%_SEE%%",DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring,$body… 1046 $bodyhtml = str_ireplace("%%issuemod_head%%",$this->getLang('issuemod_head'),$bodyhtml); 1047 … $bodyhtml = str_ireplace("%%issuemod_issueid%%",$this->getLang('issuemod_issueid'),$bodyhtml); 1048 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml); 1049 $bodyhtml = str_ireplace("%%issuemod_title%%",$this->getLang('issuemod_title'),$bodyhtml); 1050 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml); 1051 $bodyhtml = str_ireplace("%%issuemod_status%%",$this->getLang('issuemod_status'),$bodyhtml); 1052 $bodyhtml = str_ireplace("%%STATUS%%",$issue['status'],$bodyhtml); 1053 $bodyhtml = str_ireplace("%%th_project%%",$this->getLang('th_project'),$bodyhtml); 1054 $bodyhtml = str_ireplace("%%PROJECT%%",$project,$bodyhtml); [all …]
|
| D | action.php | 2776 $bodyhtml = str_ireplace("%%bodyhtml2%%",$this->getLang('cmt_del_intro'),$bodyhtml); 2780 $bodyhtml = str_ireplace("%%bodyhtml2%%",$this->getLang('issuemod_intro'),$bodyhtml); 2786 $bodyhtml = str_ireplace("%%bodyhtml2%%",$this->getLang('issuemod_intro'),$bodyhtml); 2936 …$bodyhtml = str_ireplace("%%_SEE%%",DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring,$body… 2937 $bodyhtml = str_ireplace("%%issuemod_head%%",$this->getLang('issuemod_head'),$bodyhtml); 2938 $bodyhtml = str_ireplace("%%issuemod_intro%%",$this->getLang('issuemod_intro'),$bodyhtml); 2940 … $bodyhtml = str_ireplace("%%issuemod_issueid%%",$this->getLang('issuemod_issueid'),$bodyhtml); 2941 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml); 2942 $bodyhtml = str_ireplace("%%issuemod_title%%",$this->getLang('issuemod_title'),$bodyhtml); 2943 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml); [all …]
|
| D | itsearch.php | 121 $text_snip = str_ireplace($item['match'], $h_txt, $text_snip); 142 … $text_snip = str_ireplace($item['match'],$h_txt,$text_snip);
|
| /plugin/gallery2/dwgallery/ |
| D | dwgallery.php | 195 $iptc_caption = str_ireplace("\r\n", '<br />', $alt); 196 $iptc_caption = str_ireplace("\r", '<br />', $iptc_caption); 197 $iptc_caption = str_ireplace("\n", '<br />', $iptc_caption); 200 $iptc_city = str_ireplace("\r\n", '<br />', $alt); 201 $iptc_city = str_ireplace("\r", '<br />', $iptc_city); 202 $iptc_city = str_ireplace("\n", '<br />', $iptc_city); 306 $iptc_caption = str_ireplace("\r\n", '<br />', $iptc_caption); 307 $iptc_caption = str_ireplace("\r", '<br />', $iptc_caption); 308 $iptc_caption = str_ireplace("\n", '<br />', $iptc_caption);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | LdapUrlExtension.php | 16 use function str_ireplace; alias 149 $name = str_ireplace('%2c', ',', self::decode($pieces[0])); 150 $value = isset($pieces[1]) ? str_ireplace('%2c', ',', self::decode($pieces[1])) : null;
|
| H A D | LdapUrlTrait.php | 16 use function str_ireplace; alias 71 return str_ireplace(
|
| /plugin/visrep/ |
| D | syntax.php | 176 $cmd .= ' -o '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($out)); 177 $cmd .= ' '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($in)); 185 $cmd .= ' -o'.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($out)); 186 $cmd .= ' '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($in));
|
| /plugin/aichat/vendor/vanderlee/php-sentence/tests/ |
| D | bootstrap.php | 7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
|
| /plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | MonthField.php | 15 $value = str_ireplace(
|
| H A D | DayOfWeekField.php | 135 return str_ireplace(
|
| /plugin/filterrss/ |
| D | syntax.php | 50 $sort = str_ireplace('asc', '', $sort); 55 $sort = str_ireplace('desc', '', $sort);
|
| /plugin/eventline/ |
| D | action.php | 112 $html = str_ireplace("'", "'", $html);
|
| /plugin/authgoogle/google/io/ |
| D | Google_CurlIO.php | 167 $respData = str_ireplace(parent::CONNECTION_ESTABLISHED, '', $respData);
|
| /plugin/loadskin/ |
| D | action.php | 193 $id = str_ireplace($langPath, '', $id);
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Http/ |
| D | Batch.php | 232 $respData = str_ireplace($established_header, '', $respData);
|
| /plugin/rater/ |
| D | syntax.php | 526 …$ret_script1 = str_ireplace('$blink_id', $blink_id, $ret_script); … 531 …$ret_script2 = str_ireplace('$blink_id', $blink_id2, $ret_script); … 652 $ret_script1 = str_ireplace('$blink_id', $blink_id, $ret_script);
|
| /plugin/dataloop/syntax/ |
| D | textloop.php | 263 $sCurrentText = str_ireplace('@@'.$cols[$num].'@@', $xValue, $sCurrentText);
|
| D | loop.php | 339 $sCurrentText = str_ireplace($aMatches[0][$iKey], $sReplace, $sCurrentText);
|
| /plugin/icalevents/ |
| D | syntax-impl.php | 502 $text = str_ireplace($needle, $haystack, $text);
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | Inline.php | 177 $repr = str_ireplace('INF', '.Inf', $repr);
|
| /plugin/sqlraw/ |
| D | syntax.php | 371 $headers[] = strtolower(str_ireplace(' ', '_', $field));
|
| /plugin/ckgdoku/action/ |
| D | edit.php | 407 $matches[2] = str_ireplace('<br/>',"",$matches[2]);
|
| /plugin/combo/vendor/symfony/yaml/ |
| H A D | Inline.php | 172 $repr = str_ireplace('INF', '.Inf', $repr);
|
| /plugin/ckgedit/action/ |
| D | edit.php | 434 $matches[2] = str_ireplace('<br/>',"",$matches[2]);
|