Searched refs:duplicate (Results 1 – 25 of 180) sorted by relevance
12345678
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/ |
| D | AssetCollectionFilterIterator.php | 53 $duplicate = false; 57 $duplicate = true; 68 $duplicate = true; 74 return !$duplicate;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | CSS.AllowDuplicates.txt | 7 By default, HTML Purifier removes duplicate CSS properties, 9 true, duplicate properties are allowed.
|
| D | HTML.Attr.Name.UseCDATA.txt | 8 whether it is to specify duplicate names, or to specify names that would be
|
| /plugin/fedauth/Auth/OpenID/ |
| D | BigMath.php | 150 list($duplicate, $nbytes) = $duplicate_cache[$rbytes]; 162 $duplicate = $this->mod($mxrand, $stop); 168 $duplicate_cache[$rbytes] = array($duplicate, $nbytes); 175 } while ($this->cmp($n, $duplicate) < 0);
|
| D | CryptUtil.php | 93 $duplicate = 256 % $popsize; 99 } while ($n < $duplicate);
|
| /plugin/openid/Auth/OpenID/ |
| D | CryptUtil.php | 92 $duplicate = 256 % $popsize; 98 } while ($n < $duplicate);
|
| D | BigMath.php | 146 list($duplicate, $nbytes) = $duplicate_cache[$rbytes]; 158 $duplicate = $this->mod($mxrand, $stop); 164 $duplicate_cache[$rbytes] = [$duplicate, $nbytes]; 171 } while ($this->cmp($n, $duplicate) < 0);
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/ |
| D | config.cfm | 72 <cfset variables.FCKeditor = duplicate(application.FCKeditor)> 78 <cfset variables.FCKeditor = duplicate(server.FCKeditor)>
|
| /plugin/topbarsyntax/ |
| D | csshover3.htc | 48 // buffer used for checking on duplicate expressions 135 // hash it, so an identical selector/class combo does not duplicate the expression 139 // duplicate expressions need not be set, but the style could differ 158 // and check for it to prevent duplicate events with the same classname from being set
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 135 'duplicate-arguments-array': true, 136 'flatten-duplicate-arrays': true, 775 let duplicate = configuration['duplicate-arguments-array']; 776 if (!duplicate && checkAllAliases(key, flags.nargs)) { 777 duplicate = true; 786 if (duplicate && isTypeArray && isValueArray) { 787 …o[key] = configuration['flatten-duplicate-arrays'] ? o[key].concat(value) : (Array.isArray(o[key][… 789 else if (!duplicate && Boolean(isTypeArray) === Boolean(isValueArray)) { 799 else if (duplicate && !(o[key] === undefined ||
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | yargs-parser.js | 779 let duplicate = configuration['duplicate-arguments-array']; 781 if (!duplicate && checkAllAliases(key, flags.nargs)) { 782 duplicate = true; 791 if (duplicate && isTypeArray && isValueArray) { 794 else if (!duplicate && Boolean(isTypeArray) === Boolean(isValueArray)) { 804 else if (duplicate && !(o[key] === undefined ||
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/ |
| D | CHANGELOG.md | 217 * Allow duplicate entries in the `names` and `sources` arrays of source maps 222 * Skip duplicate mappings when creating source maps from SourceNode; github 249 * Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21.
|
| /plugin/asciidocjs/node_modules/source-map/ |
| D | CHANGELOG.md | 217 * Allow duplicate entries in the `names` and `sources` arrays of source maps 222 * Skip duplicate mappings when creating source maps from SourceNode; github 249 * Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21.
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | ChangeLog-4.0.md | 7 …nn/php-code-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML c…
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | CHANGELOG.md | 19 * duplicate mapping keys throw a `ParseException` 115 * Support for silently ignoring duplicate mapping keys in YAML has been
|
| /plugin/asciidocjs/node_modules/yargs-parser/ |
| D | README.md | 292 ### duplicate arguments array 295 * key: `duplicate-arguments-array` 311 ### flatten duplicate arrays 314 * key: `flatten-duplicate-arrays`
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | CHANGELOG.md | 13 - [Tests] Remove duplicate test [`#12`](https://github.com/minimistjs/minimist/pull/12) 19 - [Tests] Remove duplicate test (#12) [`#8`](https://github.com/minimistjs/minimist/issues/8) 23 - [Tests] Remove duplicate test [`#8`](https://github.com/minimistjs/minimist/issues/8) 170 - [Tests] Remove duplicate test [`#12`](https://github.com/minimistjs/minimist/pull/12) 176 - [Tests] Remove duplicate test (#12) [`#8`](https://github.com/minimistjs/minimist/issues/8)
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | config.cfm | 152 <cfset variables.FCKeditor = duplicate(application.FCKeditor)> 158 <cfset variables.FCKeditor = duplicate(server.FCKeditor)>
|
| /plugin/combo/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 72 * duplicate mapping keys throw a `ParseException` 168 * Support for silently ignoring duplicate mapping keys in YAML has been
|
| /plugin/tableedit/ |
| D | tableedit.js | 135 var selection_range = document.selection.createRange().duplicate();
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/ |
| D | upload.lasso | 102 to follow the API's naming convention for duplicate
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/ |
| D | upload.lasso | 102 to follow the API's naming convention for duplicate
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | CHANGELOG.md | 414 Raise error on duplicate definition of __proto__ ([#183](https://github.com/babel/babylon/pull/183)… 554 Fix: Check for duplicate named exports in exported destructuring assignments ([#144](https://github… 562 Fix: Check for duplicate named exports in exported rest elements/properties ([#164](https://github.… 661 - [#139](https://github.com/babel/babylon/issues/139) Don't do the duplicate check if not an identi… 664 // regression with duplicate export check 676 - [#137](https://github.com/babel/babylon/pull/137) - Fix a regression with duplicate exports - it … 693 - Disallow duplicate named exports ([#107](https://github.com/babel/babylon/pull/107)) @kaicataldo
|
| /plugin/sidebar/ |
| D | style.css | 176 /* duplicate standard DW styles with increased specificity to counter some sidebar styles */
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | CHANGELOG.md | 159 Check for duplicate paramter names in arrow functions.
|
12345678