Home
last modified time | relevance | path

Searched refs:unique (Results 126 – 147 of 147) sorted by path

123456

/plugin/strata/
H A Dscript.js115 // generic stable unique function
116 var unique = function(es) { function
471 var caption = unique(f.caption).join(' / ');
/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/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/subjectindex/plugins/
H A Dbible_verses.txt20583 "This is what the Sovereign Lord Jehovah has said, 'A calamity, a unique calamity, look! it is comi…
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki62 …'' is the name of the pattern, which will be used internally and must be unique in respect to the …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1unique element ID.\n */\nfunction guid(prefix)\n{\n return (prefix || '') + Math.round(Math.rando…
/plugin/tablelayout/
H A Dyarn.lock106 array-unique@^0.2.1:
108 …resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70f…
1592 array-unique "^0.2.1"
/plugin/tagfilter/
H A Dscript.js70 pages[page_idx] = jQuery.unique(pages[page_idx]);
/plugin/tagfilter/script/select2/
H A Dselect2.js3116 var unique;
3120 unique = [];
3123 if (indexOf(this, unique) < 0) unique.push(this);
3125 this.opts.element.val(unique.length === 0 ? "" : unique.join(this.opts.separator));
/plugin/tline/
H A DCHANGES.txt98 than one tape div per event. -- And id must be unique. -- LarryK rev 1661
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js66 return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):…
86 },add:function(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selecto…
315 },unique:function(array){var ret=[],done={};
350 }return this.pushStack(jQuery.unique(ret));
/plugin/topbarsyntax/
H A Dcsshover3.htc125 … // because a unique name (eg "behavior:") would be overruled (in IE6, not 7) by a following rule
/plugin/tuxquote/
H A Dquotes.txt56 Always remember you're unique, just like everyone else.
484 Human beings, who are almost unique in having the ability to learn from the experience of others, a…
1160 Always remember you're unique. Just like everyone else.
2961 The British nation is unique in this respect. They are the only people who like to be told how bad …
3178 The information encoded in your DNA determines your unique biological characteristics, such as sex,…
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js154 if (isUndefined(Array.prototype.unique)) {
161 Array.prototype.unique = function() /* :Array */{ method in Array
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1494 * Added: Some mysql unique constraints to example files.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md507 * Added: UUIDUtil, for easily creating unique identifiers.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md281 * Added: UUIDUtil, for easily creating unique identifiers.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm206 <!--- first upload the file with an unique filename --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso173 Rename the target path until it is unique.
H A Dupload.lasso120 Rename the target path until it is unique.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …,index);\n\t\t\t}\n\t\t}\n\n\n\t\t//gantt.assert(!this.exists(id), \"Not unique ID\");\n\n\t\tthis…
/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);

123456