Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 180) sorted by relevance

12345678

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dvendor-prefixes.js3 function unique(value) { function
17 return unique(value1).sort().join(',') == unique(value2).sort().join(',');
21 unique: unique, property
/plugin/imgpaste/
Daction.php157 $unique = '';
176 while (media_exists($filename . $unique . '.' . $ext)) {
177 $unique = (int)$unique + 1;
179 return $filename . $unique . '.' . $ext;
/plugin/components/lib/
Daction_manager.php56 private function unique($classes, $action) { function in Doku_Action_Manager
99 $this->handler = $this->unique($this->handlers, $action);
100 $this->renderer = $this->unique($this->renderers, $action);
/plugin/zip/pear/File/
DArchive.php1213 * @param bool $unique If true, the duplicate files will be deleted on close
1222 function appenderFromSource(&$toConvert, $URL = null, $unique = null, argument
1229 if ($unique == null) {
1230 $unique = File_Archive::getOption("appendRemoveDuplicates");
1252 if ($unique) {
1314 function appender($URL, $unique = null, $type = null, $stat = array()) argument
1317 return File_Archive::appenderFromSource($source, $URL, $unique, $type, $stat);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
Dblock_names_unicity.test2 Block names are unique per template
/plugin/idcount/
DREADME.md3 Provides a button in the editor to insert an ongoing number (to be used as unique ids) in the text.…
/plugin/numbering/
DREADME.md10 and guaranteeing unique, sequential updating of those fields.
/plugin/virtualkeyboard/vk/extensions/
Darrayextensions.js154 if (isUndefined(Array.prototype.unique)) {
161 Array.prototype.unique = function() /* :Array */{ method in Array
/plugin/indexmenu2/cms/extensions/
Darrayextensions.js2 …-){I[l]=i(this[l]);}return I}}if(isUndefined(Array.prototype.unique)){Array.prototype.unique=funct… method in Array
/plugin/bibtex4dw/lib/
Dbibtexparser.php360 $unique = array_unique($cites);
361 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
364 if ('' == $unique[$i]) {
456 $unique = array_unique($cites);
457 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
460 if ('' == $unique[$i]) {
/plugin/struct/lang/en/
H A Deditor_edit.txt5 Field names have to be unique. It is recommended to use short identifiers that unlikely change late…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.IDPrefixLocal.txt10 clobber each other. Ideal values are unique identifiers for the content it
DAttr.ClassUseCDATA.txt17 with the additional constraint that each name should be unique (this is not
/plugin/dataplot/
DChangeLog19 have unique names.
/plugin/struct/lang/fr/
H A Deditor_edit.txt5 Chaque champ doit avoir un nom unique. Il est recommandé d'utiliser des noms courts, peu sujets au …
/plugin/jspwiki_import/importer/
Dgwt.js241 var unique = new Date().getTime();
242 selectorUrl += "&" + unique;
/plugin/scrape/vendor/ezyang/htmlpurifier/
DREADME.md4 HTML Purifier is an HTML filtering solution that uses a unique combination
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DCHANGELOG.md37 - Fix promise handling for Iterators of non-unique keys
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md86 - Fix promise handling for Iterators of non-unique keys
/plugin/asciidocjs/node_modules/pug-error/
DREADME.md23 `code` is a required unique code for the error type that can be used to pinpoint a certain error.
/plugin/publistf/bib2tpl/lib/
DBibTex.php344 $unique = array_unique($cites);
345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
348 if ('' == $unique[$i]) {
/plugin/publist/bib2tpl/lib/
DBibTex.php344 $unique = array_unique($cites);
345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
348 if ('' == $unique[$i]) {
/plugin/publistx/bib2tpl/lib/
DBibTex.php344 $unique = array_unique($cites);
345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
348 if ('' == $unique[$i]) {
/plugin/asciidocjs/node_modules/pug-code-gen/
DREADME.md34 In addition to above, `pug-code-gen` has the following unique options:
/plugin/sequencediagram/bower_components/raphael/
Dyarn.lock243 array-unique@^0.3.2:
245 …resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef…
364 array-unique "^0.3.2"
469 unique-filename "^1.1.1"
936 array-unique "^0.3.2"
1622 array-unique "^0.3.2"
1640 array-unique "^0.3.2"
1750 array-unique "^0.3.2"
2646 unique-filename@^1.1.1:
2648 …resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada05…
[all …]

12345678