Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/dokugource/
H A Daction.php106 $strip = explode(':', $ns);
107 array_pop($strip);
108 $strip = count($strip) ? strlen(implode(':', $strip)) : 0;
109 $this->crawl($conf['metadir'].($ns ? '/'.str_replace(':', '/', $ns) : ''), $strip, $from);
126 function crawl($p, $strip, $from) { argument
143 if($strip) $id = trim(substr($id, $strip), '/:');
149 if(is_dir($p.'/'.$i)) $this->crawl($p.'/'.$i, $strip, $from);
H A Dadmin.php104 $strip = explode(':', $this->ns);
105 array_pop($strip);
106 $strip = count($strip) ? strlen(implode(':', $strip)) : 0;
107 …$this->crawl($conf['metadir'].($this->ns ? '/'.str_replace(':', '/', $this->ns) : ''), $strip, $th…
128 function crawl($p, $strip, $from) { argument
145 if($strip) $id = trim(substr($id, $strip), '/:');
151 if(is_dir($p.'/'.$i)) $this->crawl($p.'/'.$i, $strip, $from);
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php95 $strip = array("\t", "\n");
96 $claimedId = str_replace($strip, '', $claimedId);
155 $strip = array("\t", "\n");
156 $claimedId = str_replace($strip, '', $claimedId);
194 $strip = array("\t", "\n");
197 'ident' => str_replace($strip, '', $claimedId), // user identity
288 $strip = array("\t", "\n");
292 'type' => str_replace($strip, '', $type),
294 'ident' => str_replace($strip, '', $claimedId),
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php302 * The $strip parameter allows you to strip a certain number of path components from the filenames
303 * found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered when
304 * an integer is passed as $strip.
305 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
308 * @param int|string $strip
310 public function strip($strip) argument
313 $striplen = strlen($strip);
314 if (is_int($strip)) {
[all...]
H A DArchive.php48 * The $strip parameter allows you to strip a certain number of path components from the filenames
49 * found in the archive file, similar to the --strip-components feature of GNU tar. This is triggered when
50 * an integer is passed as $strip.
51 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
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 DTar.php132 * The $strip parameter allows you to strip a certain number of path components from the filenames
133 * found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered when
134 * an integer is passed as $strip.
135 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
148 * @param int|string $strip either the number of path components or a fixed prefix to strip
155 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
176 // apply strip rules
177 $fileinfo->strip(
[all...]
H A DZip.php115 * The $strip parameter allows you to strip a certain number of path components from the filenames
116 * found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered when
117 * an integer is passed as $strip.
118 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
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
158 // apply strip rules
159 $fileinfo->strip(
[all...]
/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php24 * @param bool $strip
28 public static function renderText2XhtmlAndStripPEventually($content, bool $strip = true): string argument
33 ->setDeleteRootBlockElement($strip)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst38 * ``character_mask``: The characters to strip
40 * ``side``: The default is to strip from the left and the right (`both`) sides, but `left`
41 and `right` will strip from either the left side or right side only
/plugin/linkback/
H A Dtools.php131 $strip = array (
138 'type' => str_replace($strip,
141 ), 'id' => $id, 'user' => $user, 'sum' => str_replace($strip, '', $summary), 'extra' => str_replace($strip, '', $extra));
/plugin/refnotes/
H A Dlocale.php72 public function getByPrefix($prefix, $strip = true) { argument
75 if ($strip) {
/plugin/ifauthex/_test/
H A Dgeneral.test.php131 public static function strip($txt) { function in general_plugin_ifauthex_test
143 $this->assertEquals(self::strip($rebuiltExpr), self::strip($expr));
152 $this->assertEquals(self::strip($rebuiltExpr), self::strip($expr));
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php109 * @param int|string $strip either the number of path components or a fixed prefix to strip
115 function extract($outdir, $strip = '', $exclude = '', $include = '') { argument
120 $striplen = strlen($strip);
132 if(is_int($strip)) {
140 $filename = join('/', array_slice($parts, $strip));
144 … if(substr($filename, 0, $striplen) == $strip) $filename = substr($filename, $striplen);
/plugin/dlcounter/
H A DREADME.md42 strip => strip the path information to leave just the filename
57 …s as they appear in the media library (e.g. path:to:snow.zip) unless the *strip* option is used. S…
/plugin/tablelayout/
H A Dyarn.lock276 strip-ansi "^3.0.0"
646 strip-ansi "^4.0.0"
898 strip-ansi "^3.0.1"
1264 strip-ansi "^4.0.0"
1524 strip-bom "^2.0.0"
2267 strip-ansi "^3.0.0"
2274 strip-ansi "^4.0.0"
2290 strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2296 strip-ansi@^4.0.0:
2302 strip-bom@^2.0.0:
[all …]
/plugin/dropfiles/
H A Dyarn.lock417 strip-ansi "^3.0.0"
477 strip-ansi "^3.0.1"
950 strip-eof "^1.0.0"
1643 strip-bom "^2.0.0"
1652 strip-bom "^3.0.0"
2619 strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2625 strip-ansi@^4.0.0:
2631 strip-bom@^2.0.0:
2637 strip-bom@^3.0.0:
2641 strip-eof@^1.0.0:
[all …]
/plugin/owncloud/
H A Daction.php248 $strip = array("\t", "\n");
251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
/plugin/xkcd/
H A DREADME.md26 <td>comic, rss, xkcd, strip</td>
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js117 $(element).update(html.strip());
/plugin/fetchmedia/
H A Dyarn.lock836 strip-ansi "^3.0.0"
896 strip-ansi "^3.0.1"
1390 strip-eof "^1.0.0"
1567 strip-ansi "^3.0.1"
1770 strip-ansi "^4.0.0"
2021 strip-bom "^3.0.0"
2847 strip-ansi "^3.0.0"
2870 strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2876 strip-ansi@^4.0.0:
2882 strip-bom@^3.0.0:
[all …]
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh95 tar --strip ${strip_components} --directory="${dw_path}" -zxf "${dw_package}"
/plugin/ahrefmenu/
H A Dgenerate_map.py227 title = string.join(self.tag_value, "").strip()
252 self.curr_title = string.join(self.tag_value, "").strip()
/plugin/structsection/
H A Dyarn.lock198 strip-json-comments "^3.1.1"
1088 strip-ansi "^3.0.0"
1439 strip-ansi "^6.0.0"
1949 strip-bom "^3.0.0"
2601 strip-ansi "^6.0.0"
2619 strip-ansi@^3.0.0:
2626 strip-ansi@^6.0.0:
2633 strip-bom@^3.0.0:
2638 strip-final-newline@^2.0.0:
2643 strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock885 strip-ansi "^3.0.0"
894 strip-ansi "~0.1.0"
951 strip-ansi "^3.0.1"
1450 strip-ansi "^3.0.1"
1894 strip-bom "^2.0.0"
2002 strip-bom "^2.0.0"
2968 strip-ansi "^3.0.0"
2974 strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2980 strip-ansi@~0.1.0:
2984 strip-bom@^2.0.0:
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py85 form_fields.extend([('label', l.strip()) for l in labels])

1234