Home
last modified time | relevance | path

Searched refs:str_ireplace (Results 1 – 25 of 31) sorted by relevance

12

/plugin/issuetracker/
Dedit.php183 …$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 …]
Dsyntax.php1045 …$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 …]
Daction.php2776 $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 …]
Ditsearch.php121 $text_snip = str_ireplace($item['match'], $h_txt, $text_snip);
142 … $text_snip = str_ireplace($item['match'],$h_txt,$text_snip);
/plugin/gallery2/dwgallery/
Ddwgallery.php195 $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 DLdapUrlExtension.php16 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 DLdapUrlTrait.php16 use function str_ireplace; alias
71 return str_ireplace(
/plugin/visrep/
Dsyntax.php176 $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/
Dbootstrap.php7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMonthField.php15 $value = str_ireplace(
H A DDayOfWeekField.php135 return str_ireplace(
/plugin/filterrss/
Dsyntax.php50 $sort = str_ireplace('asc', '', $sort);
55 $sort = str_ireplace('desc', '', $sort);
/plugin/eventline/
Daction.php112 $html = str_ireplace("'", "&#039;", $html);
/plugin/authgoogle/google/io/
DGoogle_CurlIO.php167 $respData = str_ireplace(parent::CONNECTION_ESTABLISHED, '', $respData);
/plugin/loadskin/
Daction.php193 $id = str_ireplace($langPath, '', $id);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
DBatch.php232 $respData = str_ireplace($established_header, '', $respData);
/plugin/rater/
Dsyntax.php526 …$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/
Dtextloop.php263 $sCurrentText = str_ireplace('@@'.$cols[$num].'@@', $xValue, $sCurrentText);
Dloop.php339 $sCurrentText = str_ireplace($aMatches[0][$iKey], $sReplace, $sCurrentText);
/plugin/icalevents/
Dsyntax-impl.php502 $text = str_ireplace($needle, $haystack, $text);
/plugin/findologicxmlexport/vendor/symfony/yaml/
DInline.php177 $repr = str_ireplace('INF', '.Inf', $repr);
/plugin/sqlraw/
Dsyntax.php371 $headers[] = strtolower(str_ireplace(' ', '_', $field));
/plugin/ckgdoku/action/
Dedit.php407 $matches[2] = str_ireplace('<br/>',"",$matches[2]);
/plugin/combo/vendor/symfony/yaml/
H A DInline.php172 $repr = str_ireplace('INF', '.Inf', $repr);
/plugin/ckgedit/action/
Dedit.php434 $matches[2] = str_ireplace('<br/>',"",$matches[2]);

12