| /plugin/bibtex/OSBib/create/ |
| D | FORM.php | 117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE) argument 126 $string = $formMisc->reduceLongText($value, $override); 130 $string = $formMisc->reduceLongText($value, $override); 140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE) argument 152 $string = $formMisc->reduceLongText($value, $override); 157 $value = $formMisc->reduceLongText($value, $override); 169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE) argument 178 $formMisc->reduceLongText(current($array), $override) . "</option>\n"; 182 $value = $formMisc->reduceLongText($value, $override); 198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE) argument [all …]
|
| D | FORMMISC.php | 33 function reduceLongText($text, $override = FALSE) argument 35 $limit = $override ? $override : 40;
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/ |
| D | parent_block3.test | 8 Content of foo (second override) 12 Content of bar (second override) 18 Content of foo (first override) 22 Content of bar (first override) 35 Content of foo (first override) 36 Content of foo (second override) 38 Content of bar (second override)
|
| D | parent_block2.test | 7 Content of block (second override) 13 Content of block (first override) 23 Content of block (first override) 24 Content of block (second override)
|
| D | parent_block.test | 7 Content of block (second override) 13 Content of block (first override) 23 Content of block (first override) 24 Content of block (second override)
|
| /plugin/asciidocjs/node_modules/clean-css/lib/options/ |
| D | optimization-level.js | 3 var override = require('../utils/override'); variable 68 var level = override(DEFAULTS, {}); 111 level[Zero] = override(level[Zero], source[Zero]); 115 level[One] = override(level[One], defaults(One, normalizeValue(source[One][ALL_KEYWORD_1]))); 120 level[One] = override(level[One], defaults(One, normalizeValue(source[One][ALL_KEYWORD_2]))); 125 level[One] = override(level[One], source[One]); 131 level[Two] = override(level[Two], defaults(Two, normalizeValue(source[Two][ALL_KEYWORD_1]))); 136 level[Two] = override(level[Two], defaults(Two, normalizeValue(source[Two][ALL_KEYWORD_2]))); 141 level[Two] = override(level[Two], source[Two]); 150 var options = override(DEFAULTS[level], {}); [all …]
|
| D | format.js | 3 var override = require('../utils/override'); variable 89 source = override(source, { breakWith: mapBreakWith(source.breakWith) }); 93 source = override(source, { indentBy: parseInt(source.indentBy) }); 97 source = override(source, { indentWith: mapIndentWith(source.indentWith) }); 101 return override(DEFAULTS, source); 105 return override(DEFAULTS, source); 109 return override(DEFAULTS, { 117 return override(DEFAULTS, { 130 return override(DEFAULTS, toHash(source));
|
| D | rounding-precision.js | 1 var override = require('../utils/override'); variable 11 return override(defaults(DEFAULT_PRECISION), buildPrecisionFrom(source)); 76 accumulator = override(accumulator, defaults(value));
|
| /plugin/asciidocjs/node_modules/clean-css/lib/utils/ |
| D | override.js | 1 function override(source1, source2) { function 13 target[key1] = override(item, {}); 25 target[key2] = override(target[key2], item); 34 module.exports = override;
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.js | 25 function simple(node, visitors, base, state, override) { argument 27 ;(function c(node, st, override) { argument 28 var type = override || node.type, found = visitors[type] 31 })(node, state, override) 40 ;(function c(node, st, override) { argument 41 var type = override || node.type, found = visitors[type] 55 function recursive(node, state, funcs, base, override) { argument 57 ;(function c(node, st, override) { argument 58 visitor[override || node.type](node, st, c) 59 })(node, state, override) [all …]
|
| D | walk.es.js | 19 function simple(node, visitors, base, state, override) { argument 21 ;(function c(node, st, override) { argument 22 var type = override || node.type, found = visitors[type] 25 })(node, state, override) 34 ;(function c(node, st, override) { argument 35 var type = override || node.type, found = visitors[type] 49 function recursive(node, state, funcs, base, override) { argument 51 ;(function c(node, st, override) { argument 52 visitor[override || node.type](node, st, c) 53 })(node, state, override) [all …]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 19 function simple(node, visitors, base, state, override) { argument 21 ;(function c(node, st, override) { argument 22 var type = override || node.type, found = visitors[type] 25 })(node, state, override) 34 ;(function c(node, st, override) { argument 35 var type = override || node.type, found = visitors[type] 49 function recursive(node, state, funcs, base, override) { argument 51 ;(function c(node, st, override) { argument 52 visitor[override || node.type](node, st, c) 53 })(node, state, override) [all …]
|
| D | walk.js | 25 function simple(node, visitors, base, state, override) { argument 27 ;(function c(node, st, override) { argument 28 var type = override || node.type, found = visitors[type] 31 })(node, state, override) 40 ;(function c(node, st, override) { argument 41 var type = override || node.type, found = visitors[type] 55 function recursive(node, state, funcs, base, override) { argument 57 ;(function c(node, st, override) { argument 58 visitor[override || node.type](node, st, c) 59 })(node, state, override) [all …]
|
| /plugin/asciidocjs/node_modules/acorn/src/walk/ |
| D | index.js | 19 export function simple(node, visitors, base, state, override) { argument 21 ;(function c(node, st, override) { argument 22 let type = override || node.type, found = visitors[type] 25 })(node, state, override) 34 ;(function c(node, st, override) { argument 35 let type = override || node.type, found = visitors[type] 49 export function recursive(node, state, funcs, base, override) { argument 51 ;(function c(node, st, override) { argument 52 visitor[override || node.type](node, st, c) 53 })(node, state, override) [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/ |
| D | index.js | 19 export function simple(node, visitors, base, state, override) { argument 21 ;(function c(node, st, override) { argument 22 let type = override || node.type, found = visitors[type] 25 })(node, state, override) 34 ;(function c(node, st, override) { argument 35 let type = override || node.type, found = visitors[type] 49 export function recursive(node, state, funcs, base, override) { argument 51 ;(function c(node, st, override) { argument 52 visitor[override || node.type](node, st, c) 53 })(node, state, override) [all …]
|
| /plugin/pgn4web/pgn4web/ |
| D | mini.css | 56 /* a "width" attribute here must use the !important flag to override default settings */ 65 /* a "width" attribute here must use the !important flag to override default settings */ 69 /* a "width" attribute here must use the !important flag to override default settings */ 73 /* a "width" attribute here must use the !important flag to override default settings */ 77 /* a "width" attribute here must use the !important flag to override default settings */
|
| D | tactics.css | 62 /* a "width" attribute here must use the !important flag to override default settings */ 71 /* a "width" attribute here must use the !important flag to override default settings */ 75 /* a "width" attribute here must use the !important flag to override default settings */ 79 /* a "width" attribute here must use the !important flag to override default settings */ 83 /* a "width" attribute here must use the !important flag to override default settings */
|
| D | tilb98r2.css | 75 /* a "width" attribute here must use the !important flag to override default settings */ 84 /* a "width" attribute here must use the !important flag to override default settings */ 88 /* a "width" attribute here must use the !important flag to override default settings */ 92 /* a "width" attribute here must use the !important flag to override default settings */ 96 /* a "width" attribute here must use the !important flag to override default settings */
|
| D | inputform.css | 84 /* a "width" attribute here must use the !important flag to override default settings */ 99 /* a "width" attribute here must use the !important flag to override default settings */ 107 /* a "width" attribute here must use the !important flag to override default settings */ 112 /* a "width" attribute here must use the !important flag to override default settings */ 116 /* a "width" attribute here must use the !important flag to override default settings */
|
| D | chess960wch06.css | 70 /* a "width" attribute here must use the !important flag to override default settings */ 79 /* a "width" attribute here must use the !important flag to override default settings */ 83 /* a "width" attribute here must use the !important flag to override default settings */ 87 /* a "width" attribute here must use the !important flag to override default settings */ 91 /* a "width" attribute here must use the !important flag to override default settings */
|
| D | template.css | 70 /* a "width" attribute here must use the !important flag to override default settings */ 79 /* a "width" attribute here must use the !important flag to override default settings */ 83 /* a "width" attribute here must use the !important flag to override default settings */ 87 /* a "width" attribute here must use the !important flag to override default settings */ 91 /* a "width" attribute here must use the !important flag to override default settings */
|
| D | twic944.css | 74 /* a "width" attribute here must use the !important flag to override default settings */ 84 /* a "width" attribute here must use the !important flag to override default settings */ 88 /* a "width" attribute here must use the !important flag to override default settings */ 92 /* a "width" attribute here must use the !important flag to override default settings */ 97 /* a "width" attribute here must use the !important flag to override default settings */
|
| /plugin/amcharts/assets/amcharts/plugins/responsive/ |
| D | responsive.js | 1078 var override = r.overridden.pop(); 1079 restoreOriginalProperty( override.object, override.property ); 1093 var applyConfig = function( current, override ) { argument 1094 if ( isNullOrUndefined( override ) ) { 1098 for ( var property in override ) { 1099 if ( !Object.prototype.hasOwnProperty.call( override, property ) ) { 1104 var overrideValue = override[ property ];
|
| /plugin/adminperm/ |
| D | action.php | 87 $override = false; 90 $override = true; 94 if (!$override) return;
|
| /plugin/syntaxhighlighter4/ |
| D | CHANGELOG.md | 15 * Change option `override` with a list of tags (code, file) to override (Issue #16) 30 * Add option to override `<code>` DokuWiki syntax (Issue #4)
|