/plugin/dokugource/ |
H A D | action.php | 106 $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 D | admin.php | 104 $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 D | fa_filestore.class.php | 95 $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 D | FileInfo.php | 302 * 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 D | Archive.php | 48 * 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 D | Tar.php | 132 * 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 D | Zip.php | 115 * 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 D | MarkupRenderUtility.php | 24 * @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 D | trim.rst | 38 * ``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 D | tools.php | 131 $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 D | locale.php | 72 public function getByPrefix($prefix, $strip = true) { argument 75 if ($strip) {
|
/plugin/ifauthex/_test/ |
H A D | general.test.php | 131 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 D | VerboseTarLib.class.php | 109 * @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 D | README.md | 44 strip => strip the path information to leave just the filename 59 Tables display the full path of the files as they appear in the media library (e.g. path:to:snow.zip) unless the *strip* option is used. Sorting on filenames is sorted on the filename with the path as a subsort.
|
/plugin/tablelayout/ |
H A D | yarn.lock | 276 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 D | yarn.lock | 417 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 D | action.php | 248 $strip = array("\t", "\n"); 251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
|
/plugin/xkcd/ |
H A D | README.md | 26 <td>comic, rss, xkcd, strip</td>
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | builder.js | 117 $(element).update(html.strip());
|
/plugin/fetchmedia/ |
H A D | yarn.lock | 836 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 D | provision_dokuwiki.sh | 95 tar --strip ${strip_components} --directory="${dw_path}" -zxf "${dw_package}"
|
/plugin/ahrefmenu/ |
H A D | generate_map.py | 227 title = string.join(self.tag_value, "").strip() 252 self.curr_title = string.join(self.tag_value, "").strip()
|
/plugin/structsection/ |
H A D | yarn.lock | 198 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 D | yarn.lock | 885 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 D | googlecode_upload.py | 85 form_fields.extend([('label', l.strip()) for l in labels])
|