/plugin/freechat/phpfreechat/misc/ |
D | tarSource | 3 NAME=phpfreechat-`cat ../version.txt` 6 echo "-- creating archive $NAME --" 8 rm -rf ./$NAME 9 svn export .. ./$NAME 10 rm -rf ./$NAME/contrib 11 rm -rf ./$NAME/admin 12 rm -rf ./$NAME/lib/pear/.registry 30 ./checkmd5 ./$NAME ./$NAME/checkmd5.php 32 echo "-> creating $NAME.tar.gz" 33 tar czfp $NAME.tar.gz ./$NAME [all …]
|
/plugin/dokutexit/ |
D | Makefile | 22 NAME = texit macro 30 @mkdir -p $(NAME) 31 @cp -R $(FILES) $(DIRS) $(NAME) 32 @zip -rq $(NAME).zip --exclude \*~ -- $(NAME) 36 @mkdir -p $(NAME) 37 @cp -R $(FILES) $(DIRS) $(NAME) 38 @tar -czf $(NAME).tgz --exclude=\*\*/\*~ -- $(NAME) 41 @rm -rf $(NAME).tgz $(NAME).zip $(NAME)
|
/plugin/siteexport/inc/ |
D | filewriter.php | 63 public function __addFileToZip($FILE, $NAME, $ZIP = null) { argument 65 if ($NAME[0] === "/") { 67 $NAME = substr($NAME, 1); 72 …tions->debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP '$ZIP'", n… 74 $succeeded = $this->pdfGenerator->createPDFFromFile($FILE, $NAME); 77 $this->__moveDataToZip($succeeded, "_debug/$NAME.html", $ZIP, true); 81 …ctions->debug->runtimeException("Create PDF from File '$FILE' with name '$NAME' went wrong and is … 86 return $this->__writeFileToZip($FILE, $NAME, $ZIP); 95 private function __writeFileToZip($FILE, $NAME, $ZIPFILE) { argument 112 $this->functions->debug->message("Adding file '{$NAME}' to ZIP {$ZIPFILE}", null, 2); [all …]
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | _collection-strong.js | 28 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 30 anInstance(that, C, NAME, '_i'); 31 that._t = NAME; // collection type 42 … for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) { 53 var that = validate(this, NAME); 70 validate(this, NAME); 82 return !!getEntry(validate(this, NAME), key); 87 return validate(this, NAME)[SIZE]; 116 setStrong: function (C, NAME, IS_MAP) { argument 119 $iterDefine(C, NAME, function (iterated, kind) { [all …]
|
D | _collection.js | 16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 17 var Base = global[NAME]; 26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 31 anInstance(target, C, NAME, '_c'); 51 setToStringTag(C, NAME); 53 O[NAME] = C; 56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
D | web.dom.iterable.js | 14 var NAME = DOMIterables[i]; variable 15 var Collection = global[NAME]; 17 if (proto && !proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME); 18 Iterators[NAME] = Iterators.Array;
|
D | _iter-define.js | 18 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { argument 19 $iterCreate(Constructor, NAME, next); 27 var TAG = NAME + ' Iterator'; 34 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native; 56 Iterators[NAME] = $default; 66 } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
|
D | _collection-to-json.js | 4 module.exports = function (NAME) { argument 6 if (classof(this) != NAME) throw TypeError(NAME + "#toJSON isn't generic");
|
D | _collection-weak.js | 50 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 52 anInstance(that, C, NAME, '_i'); 53 that._t = NAME; // collection type 64 if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key); 72 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
|
D | _typed-array.js | 327 var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array'; 330 var TypedArray = global[NAME]; 358 anInstance(that, TypedArray, NAME, '_d'); 406 anInstance(that, TypedArray, NAME); 432 hide(TypedArrayPrototype, TYPED_ARRAY, NAME); 436 if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) { 438 get: function () { return NAME; } 442 O[NAME] = TypedArray; 446 $export($export.S, NAME, { 450 $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, { [all …]
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | _collection-strong.js | 28 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 30 anInstance(that, C, NAME, '_i'); 31 that._t = NAME; // collection type 42 … for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) { 53 var that = validate(this, NAME); 70 validate(this, NAME); 82 return !!getEntry(validate(this, NAME), key); 87 return validate(this, NAME)[SIZE]; 116 setStrong: function (C, NAME, IS_MAP) { argument 119 $iterDefine(C, NAME, function (iterated, kind) { [all …]
|
D | _collection.js | 15 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 16 var Base = global[NAME]; 38 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 59 anInstance(target, C, NAME); 77 setToStringTag(C, NAME); 79 O[NAME] = C; 82 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
D | web.dom.iterable.js | 47 var NAME = collections[i]; variable 48 var explicit = DOMIterables[NAME]; 49 var Collection = global[NAME]; 54 if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME); 55 Iterators[NAME] = ArrayValues;
|
D | _iter-define.js | 18 module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) { argument 19 $iterCreate(Constructor, NAME, next); 27 var TAG = NAME + ' Iterator'; 34 var $anyNative = NAME == 'Array' ? proto.entries || $native : $native; 56 Iterators[NAME] = $default; 66 } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
|
D | _collection-to-json.js | 4 module.exports = function (NAME) { argument 6 if (classof(this) != NAME) throw TypeError(NAME + "#toJSON isn't generic");
|
D | es6.function.name.js | 4 var NAME = 'name'; variable 7 NAME in FProto || require('./_descriptors') && dP(FProto, NAME, {
|
D | _collection-weak.js | 50 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 52 anInstance(that, C, NAME, '_i'); 53 that._t = NAME; // collection type 64 if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key); 72 if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
|
D | _typed-array.js | 327 var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array'; 330 var TypedArray = global[NAME]; 358 anInstance(that, TypedArray, NAME, '_d'); 406 anInstance(that, TypedArray, NAME); 432 hide(TypedArrayPrototype, TYPED_ARRAY, NAME); 436 if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) { 438 get: function () { return NAME; } 442 O[NAME] = TypedArray; 446 $export($export.S, NAME, { 450 $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, { [all …]
|
D | _string-html.js | 12 module.exports = function (NAME, exec) { argument 14 O[NAME] = exec(createHTML); 16 var test = ''[NAME]('"');
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
D | Parser.php | 87 if ($this->pragmaFilters && isset($token[Mustache_Tokenizer::NAME])) { 88 list($name, $filters) = $this->getNameAndFilters($token[Mustache_Tokenizer::NAME]); 90 $token[Mustache_Tokenizer::NAME] = $name; 112 $token[Mustache_Tokenizer::NAME], 118 if ($token[Mustache_Tokenizer::NAME] !== $parent[Mustache_Tokenizer::NAME]) { 121 $parent[Mustache_Tokenizer::NAME], 123 $token[Mustache_Tokenizer::NAME], 161 $token[Mustache_Tokenizer::NAME] = '$' . $token[Mustache_Tokenizer::NAME]; 167 $this->enablePragma($token[Mustache_Tokenizer::NAME]); 184 $parent[Mustache_Tokenizer::NAME],
|
/plugin/asciidocjs/node_modules/core-js/modules/library/ |
D | _collection.js | 16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 17 var Base = global[NAME]; 26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 31 anInstance(target, C, NAME, '_c'); 51 setToStringTag(C, NAME); 53 O[NAME] = C; 56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
D | web.dom.iterable.js | 14 var NAME = DOMIterables[i]; variable 15 var Collection = global[NAME]; 17 if (proto && !proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME); 18 Iterators[NAME] = Iterators.Array;
|
/plugin/golocal/src/ |
D | Makefile | 2 NAME := golocal macro 13 go build -o $(OUT)/$(NAME)-windows.exe -ldflags -H=windowsgui . 19 go build -o $(OUT)/$(NAME)-linux . 26 go build -o $(OUT)/$(NAME)-macos .
|
/plugin/openid/ |
D | Makefile | 15 NAME = openid macro 17 STAGE = $(BUILD)/$(NAME) 38 @(cd $(BUILD) && $(ZIP) -rq $(ZIP_NAME) $(NAME)) 43 @(cd $(BUILD) && $(TAR) -czf $(TAR_NAME) $(NAME))
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
D | Parser.php | 66 'Unexpected closing tag: /' . $token[Tokenizer::NAME] 71 && isset($result[Tokenizer::NAME]) 72 && $result[Tokenizer::NAME] == $token[Tokenizer::NAME]
|