Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/plugin/bibtex/OSBib/create/
DFORM.php117 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 …]
DFORMMISC.php33 function reduceLongText($text, $override = FALSE) argument
35 $limit = $override ? $override : 40;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
Dparent_block3.test8 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)
Dparent_block2.test7 Content of block (second override)
13 Content of block (first override)
23 Content of block (first override)
24 Content of block (second override)
Dparent_block.test7 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/
Doptimization-level.js3 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 …]
Dformat.js3 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));
Drounding-precision.js1 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/
Doverride.js1 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/
Dwalk.js25 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 …]
Dwalk.es.js19 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/
Dwalk.es.js19 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 …]
Dwalk.js25 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/
Dindex.js19 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/
Dindex.js19 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/
Dmini.css56 /* 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 */
Dtactics.css62 /* 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 */
Dtilb98r2.css75 /* 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 */
Dinputform.css84 /* 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 */
Dchess960wch06.css70 /* 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 */
Dtemplate.css70 /* 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 */
Dtwic944.css74 /* 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/
Dresponsive.js1078 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/
Daction.php87 $override = false;
90 $override = true;
94 if (!$override) return;
/plugin/syntaxhighlighter4/
DCHANGELOG.md15 * Change option `override` with a list of tags (code, file) to override (Issue #16)
30 * Add option to override `<code>` DokuWiki syntax (Issue #4)

12345678910>>...13