HomeSort by relevance Sort by last modified time
    Searched refs:str_replace (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 120 return str_replace("\'", "'", $_GET[$var_name]);
124 return str_replace("\'", "'", $_POST[$var_name]);
363 $ol_selector = str_replace('{PART}', 'ol', $part_selector_1);
365 $overall_selector = str_replace('{PART}', '', $part_selector_1);
375 $default_selector = str_replace(array('{PART1}', '{PART2}'), array('.de1', '.de2'), $part_selector_2);
381 $keyword_selector_1 = str_replace('{PART}', '.kw1', $part_selector_1);
388 $keyword_selector_2 = str_replace('{PART}', '.kw2', $part_selector_1);
395 $keyword_selector_3 = str_replace('{PART}', '.kw3', $part_selector_1);
402 $keyword_selector_4 = str_replace('{PART}', '.kw4', $part_selector_1);
410 $comment_selector = str_replace(array('{PART1}', '{PART2}', '{PART3}'), array('.co1', '.co2', '.coMULTI'), $part_selector_3)
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 615 $msg = str_replace(
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 733 return str_replace(
736 str_replace('%7E', '~', rawurlencode($input))
782 $key = str_replace(
785 ucwords(strtolower(str_replace("-", " ", $key)))
803 $key = str_replace(
806 ucwords(strtolower(str_replace("_", " ", substr($key, 5))))
  /external/skia/src/utils/
SkRTConf.cpp 195 static inline void str_replace(char *s, char search, char replace) { function
223 str_replace(underscore_name,'.','_');
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 460 $_ = str_replace("'", '‘', $_);
486 $_ = str_replace('"', '“', $_);
502 $_ = str_replace(array("``", "''",),
518 $_ = str_replace(array("`", "'",),
532 $_ = str_replace('--', '—', $_);
547 $_ = str_replace(array("---", "--",),
570 $_ = str_replace(array("---", "--",),
587 $_ = str_replace(array("...", ". . .",), '…', $_);
603 $_ = str_replace(array('–', '—'),
607 $_ = str_replace(array('‘', '’'), "'", $_)
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 154 return str_replace($mdwp_hidden_tags, $mdwp_placeholders, $text);
158 return str_replace($mdwp_placeholders, $mdwp_hidden_tags, $text);
442 $content2 = str_replace('\2', '\3', $content);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 471 $value = $this->data['openid_' . str_replace('.','_',$item)];

Completed in 327 milliseconds