Home
last modified time | relevance | path

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

123456

/plugin/components/lib/
H A 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/
H A 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/
H A Dblock_names_unicity.test2 Block names are unique per template
/plugin/idcount/
H A DREADME.md3 Provides a button in the editor to insert an ongoing number (to be used as unique ids) in the text.…
/plugin/numbering/
H A DREADME.md10 and guaranteeing unique, sequential updating of those fields.
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js154 if (isUndefined(Array.prototype.unique)) {
161 Array.prototype.unique = function() /* :Array */{ method in Array
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2 …-){I[l]=i(this[l]);}return I}}if(isUndefined(Array.prototype.unique)){Array.prototype.unique=funct… method in Array
/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 later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
/plugin/bibtex4dw/lib/
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefixLocal.txt
H A DAttr.ClassUseCDATA.txt
/plugin/dataplot/
H A 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 changement car vous devrez les écrire dans les pages wiki pour afficher vos données. Donnez-leur un nom plus complet (destiné à être vu par les visiteurs) dans la case ''label'' de la configuration du champ.
/plugin/jspwiki_import/importer/
H A Dgwt.js241 var unique = new Date().getTime();
242 selectorUrl += "&" + unique;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md37 - Fix promise handling for Iterators of non-unique keys
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php344 $unique = array_unique($cites);
345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
348 if ('' == $unique[$i]) {
/plugin/publistf/bib2tpl/lib/
H A 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/
H A DBibTex.php344 $unique = array_unique($cites);
345 if (sizeof($cites) != sizeof($unique)) { //Some values have not been unique!
348 if ('' == $unique[$i]) {
/plugin/indexnumber/
H A DREADME.md32 `#id` must be a number, prefixed by the # char. Each number must be unique for the page!
/plugin/sequencediagram/bower_components/raphael/
H A 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:
2651 unique-slug "^2.0.0"
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso120 Rename the target path until it is unique.
/plugin/farmer/lang/fr/
H A Dtab_setup_help.txt3 L'élevage est une technique qui permet, à partir d'une unique
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as318 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
332 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
352 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
368 …ntListener(JplayerEvent.JPLAYER_LOADEDMETADATA, jPlayerMetaDataHandler); // Note the unique handler
/plugin/sfauth/
H A DREADME.wiki61 nice names. To provide a unique username this feature is limited to one host.

123456