| /plugin/asciidocjs/node_modules/pug-strip-comments/ |
| D | README.md | 1 # pug-strip-comments 5 …us](https://img.shields.io/travis/pugjs/pug-strip-comments/master.svg)](https://travis-ci.org/pugj… 6 …g/pugjs/pug/status.svg?path=packages/pug-strip-comments)](https://david-dm.org/pugjs/pug?path=pack… 7 …gjs/pug/dev-status.svg?path=packages/pug-strip-comments)](https://david-dm.org/pugjs/pug?path=pack… 8 …NPM version](https://img.shields.io/npm/v/pug-strip-comments.svg)](https://www.npmjs.org/package/p… 12 npm install pug-strip-comments 18 var stripComments = require('pug-strip-comments'); 26 // Only strip unbuffered comments (default) 32 // Only strip buffered comments (when you want to play a joke on your coworkers)
|
| /plugin/asciidocjs/node_modules/strip-ansi/ |
| D | readme.md | 1 # strip-ansi [](https://tr… 9 $ npm install strip-ansi 16 const stripAnsi = require('strip-ansi'); 26 ## strip-ansi for enterprise 30 …strip-ansi and thousands of other packages are working with Tidelift to deliver commercial support… 35 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module 36 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | whitespace-control.js | 17 strip = this.accept(current); 19 if (!strip) { 25 openStandalone = strip.openStandalone && _isPrevWhitespace, 26 closeStandalone = strip.closeStandalone && _isNextWhitespace, 28 strip.inlineStandalone && _isPrevWhitespace && _isNextWhitespace; 30 if (strip.close) { 33 if (strip.open) { 86 let strip = { variable 127 return strip; 133 return mustache.strip; [all …]
|
| D | helpers.js | 82 export function prepareMustache(path, params, hash, open, strip, locInfo) { argument 94 strip, 106 strip: {}, property 150 inverseAndProgram.program.body[0].closeStrip = close.strip; 153 inverseStrip = inverseAndProgram.strip; 170 openStrip: openBlock.strip, 172 closeStrip: close && close.strip, 201 strip: {}, 215 openStrip: open.strip, 216 closeStrip: close && close.strip,
|
| D | parser.js | 34 strip: yy.stripFlags($$[$0], $$[$0]), property 56 … path: $$[$0-4], params: $$[$0-3], hash: $$[$0-2], blockParams: $$[$0-1], strip: yy.stripFlags($$[… property 58 case 16:this.$ = { path: $$[$0-4], params: $$[$0-3], hash: $$[$0-2], blockParams: $$[$0-1], strip: … property 60 case 17:this.$ = { path: $$[$0-4], params: $$[$0-3], hash: $$[$0-2], blockParams: $$[$0-1], strip: … property 62 case 18:this.$ = { strip: yy.stripFlags($$[$0-1], $$[$0-1]), program: $$[$0] }; property 69 this.$ = { strip: $$[$0-2].strip, program: program, chain: true }; property 74 case 21:this.$ = {path: $$[$0-1], strip: yy.stripFlags($$[$0-2], $$[$0])}; property 87 strip: yy.stripFlags($$[$0-4], $$[$0]), property 94 case 26:this.$ = { path: $$[$0-3], params: $$[$0-2], hash: $$[$0-1], strip: yy.stripFlags($$[$0-4],… property 478 function strip(start, end) { [all …]
|
| D | base.js | 31 let strip = new WhitespaceControl(options); 33 return strip.accept(ast);
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | whitespace-control.js | 26 strip = this.accept(current); 28 if (!strip) { 34 openStandalone = strip.openStandalone && _isPrevWhitespace, 35 closeStandalone = strip.closeStandalone && _isNextWhitespace, 36 inlineStandalone = strip.inlineStandalone && _isPrevWhitespace && _isNextWhitespace; 38 if (strip.close) { 41 if (strip.open) { 92 var strip = { variable 129 return strip; 133 return mustache.strip; [all …]
|
| D | helpers.js | 98 function prepareMustache(path, params, hash, open, strip, locInfo) { argument 110 strip: strip, 122 strip: {}, property 157 inverseAndProgram.program.body[0].closeStrip = close.strip; 160 inverseStrip = inverseAndProgram.strip; 177 openStrip: openBlock.strip, 179 closeStrip: close && close.strip, 208 strip: {}, 222 openStrip: open.strip, 223 closeStrip: close && close.strip,
|
| D | base.js | 40 var strip = new _WhitespaceControl['default'](options); 42 return strip.accept(ast);
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | whitespace-control.js | 28 strip = this.accept(current); 30 if (!strip) { 36 openStandalone = strip.openStandalone && _isPrevWhitespace, 37 closeStandalone = strip.closeStandalone && _isNextWhitespace, 38 inlineStandalone = strip.inlineStandalone && _isPrevWhitespace && _isNextWhitespace; 40 if (strip.close) { 43 if (strip.open) { 94 var strip = { variable 131 return strip; 135 return mustache.strip; [all …]
|
| D | helpers.js | 99 function prepareMustache(path, params, hash, open, strip, locInfo) { argument 111 strip: strip, 123 strip: {}, property 158 inverseAndProgram.program.body[0].closeStrip = close.strip; 161 inverseStrip = inverseAndProgram.strip; 178 openStrip: openBlock.strip, 180 closeStrip: close && close.strip, 209 strip: {}, 223 openStrip: open.strip, 224 closeStrip: close && close.strip,
|
| D | base.js | 53 var strip = new _whitespaceControl2['default'](options); 55 return strip.accept(ast);
|
| /plugin/dokugource/ |
| 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);
|
| 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);
|
| /plugin/fedauth/classes/usr/ |
| 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/myvendor/splitbrain/php-archive/src/ |
| 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) {
|
| 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
|
| /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/ |
| 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/ |
| D | tools.php | 131 $strip = array ( 138 'type' => str_replace($strip, 141 …id' => $id, 'user' => $user, 'sum' => str_replace($strip, '', $summary), 'extra' => str_replace($s…
|
| /plugin/refnotes/ |
| D | locale.php | 72 public function getByPrefix($prefix, $strip = true) { argument 75 if ($strip) {
|
| /plugin/ifauthex/_test/ |
| 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/ |
| 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/ |
| D | README.md | 44 strip => strip the path information to leave just the filename 59 …s as they appear in the media library (e.g. path:to:snow.zip) unless the *strip* option is used. S…
|
| /plugin/tablelayout/ |
| D | yarn.lock | 276 strip-ansi "^3.0.0" 646 strip-ansi "^4.0.0" 647 strip-json-comments "~2.0.1" 898 strip-ansi "^3.0.1" 1264 strip-ansi "^4.0.0" 1450 strip-json-comments "1.0.x" 1524 strip-bom "^2.0.0" 1979 strip-json-comments "~2.0.1" 2031 strip-indent "^1.0.1" 2267 strip-ansi "^3.0.0" [all …]
|