Home
last modified time | relevance | path

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

12345678

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
DAssetCollectionFilterIterator.php53 $duplicate = false;
57 $duplicate = true;
68 $duplicate = true;
74 return !$duplicate;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCSS.AllowDuplicates.txt7 By default, HTML Purifier removes duplicate CSS properties,
9 true, duplicate properties are allowed.
DHTML.Attr.Name.UseCDATA.txt8 whether it is to specify duplicate names, or to specify names that would be
/plugin/fedauth/Auth/OpenID/
DBigMath.php150 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);
DCryptUtil.php93 $duplicate = 256 % $popsize;
99 } while ($n < $duplicate);
/plugin/openid/Auth/OpenID/
DCryptUtil.php92 $duplicate = 256 % $popsize;
98 } while ($n < $duplicate);
DBigMath.php146 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/
Dconfig.cfm72 <cfset variables.FCKeditor = duplicate(application.FCKeditor)>
78 <cfset variables.FCKeditor = duplicate(server.FCKeditor)>
/plugin/topbarsyntax/
Dcsshover3.htc48 // 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/
Dindex.cjs135 '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/
Dyargs-parser.js779 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/
DCHANGELOG.md217 * 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/
DCHANGELOG.md217 * 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/
DChangeLog-4.0.md7 …nn/php-code-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML c…
/plugin/findologicxmlexport/vendor/symfony/yaml/
DCHANGELOG.md19 * duplicate mapping keys throw a `ParseException`
115 * Support for silently ignoring duplicate mapping keys in YAML has been
/plugin/asciidocjs/node_modules/yargs-parser/
DREADME.md292 ### duplicate arguments array
295 * key: `duplicate-arguments-array`
311 ### flatten duplicate arrays
314 * key: `flatten-duplicate-arrays`
/plugin/asciidocjs/node_modules/minimist/
DCHANGELOG.md13 - [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/
Dconfig.cfm152 <cfset variables.FCKeditor = duplicate(application.FCKeditor)>
158 <cfset variables.FCKeditor = duplicate(server.FCKeditor)>
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md72 * duplicate mapping keys throw a `ParseException`
168 * Support for silently ignoring duplicate mapping keys in YAML has been
/plugin/tableedit/
Dtableedit.js135 var selection_range = document.selection.createRange().duplicate();
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
Dupload.lasso102 to follow the API's naming convention for duplicate
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/
Dupload.lasso102 to follow the API's naming convention for duplicate
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md414 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/
Dstyle.css176 /* duplicate standard DW styles with increased specificity to counter some sidebar styles */
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DCHANGELOG.md159 Check for duplicate paramter names in arrow functions.

12345678