Searched refs:strip (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | FileInfo.php | 308 * @param int|string $strip 310 public function strip($strip) argument 313 $striplen = strlen($strip); 314 if (is_int($strip)) { 322 $filename = join('/', array_slice($parts, $strip)); 328 if (substr($filename, 0, $striplen) == $strip) {
|
| H A D | Archive.php | 63 * @param int|string $strip either the number of path components or a fixed prefix to strip 69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); argument
|
| H A D | Zip.php | 128 * @param int|string $strip either the number of path components or a fixed prefix to strip 134 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument 159 $fileinfo->strip($strip);
|
| H A D | Tar.php | 178 * @param int|string $strip either the number of path components or a fixed prefix to strip 185 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument 207 $fileinfo->strip($strip);
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 55 $strip = ["\t", "\n"]; 59 'type' => str_replace($strip, '', $info['type']), 62 'sum' => PhpString::substr(str_replace($strip, '', $info['sum'] ?? ''), 0, 255), 63 'extra' => str_replace($strip, '', $info['extra']),
|
| /dokuwiki/inc/Utf8/ |
| H A D | Clean.php | 63 public static function strip($str) function in dokuwiki\\Utf8\\Clean
|
| /dokuwiki/inc/ |
| H A D | utf8.php | 67 return Clean::strip($str);
|
| H A D | Mailer.class.php | 426 $text = Clean::strip($text); 593 $this->headers['Subject'] = Clean::strip($this->headers['Subject']);
|
| H A D | pageutils.php | 157 if ($ascii) $id = Clean::strip($id);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Sanitize.php | 240 public function strip_comments($strip = false) argument 242 $this->strip_comments = (bool) $strip;
|
| H A D | SimplePie.php | 1436 public function strip_comments($strip = false) argument 1438 $this->sanitize->strip_comments($strip);
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Lessc.php | 1358 $strip = $part[0] == 'variable'; 1360 if ($strip) $part = $this->unwrap($part);
|