| /plugin/gallery/ |
| D | GalleryNode.php | 38 $defaults = $action->getDefaults(); 41 if ($attrs['thumbnailsize'] !== $defaults['thumbnailsize']) { 44 if ($attrs['imagesize'] !== $defaults['imagesize']) { 48 $query[] = $this->extractFlagParam('showname', $attrs, $defaults); 49 $query[] = $this->extractFlagParam('showtitle', $attrs, $defaults); 50 $query[] = $this->extractFlagParam('cache', $attrs, $defaults); 51 $query[] = $this->extractFlagParam('crop', $attrs, $defaults); 52 $query[] = $this->extractFlagParam('direct', $attrs, $defaults); 53 $query[] = $this->extractFlagParam('lightbox', $attrs, $defaults); 54 $query[] = $this->extractFlagParam('reverse', $attrs, $defaults); [all …]
|
| /plugin/behave/ |
| D | behave.js | 86 var defaults = { variable 118 var theEditor = defaults.textarea, 158 if(typeof defaults.textarea.style.OTabSize != "undefined"){ 159 defaults.textarea.style.OTabSize = tabSize; return; 161 if(typeof defaults.textarea.style.MozTabSize != "undefined"){ 162 defaults.textarea.style.MozTabSize = tabSize; return; 164 if(typeof defaults.textarea.style.tabSize != "undefined"){ 165 defaults.textarea.style.tabSize = tabSize; return; 175 return defaults.textarea.selectionStart; 178 range = defaults.textarea.createTextRange(), [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | CLI.php | 280 $defaults['files'] = array(); 281 $defaults['standard'] = null; 282 $defaults['verbosity'] = 0; 283 $defaults['interactive'] = false; 284 $defaults['colors'] = false; 285 $defaults['explain'] = false; 286 $defaults['local'] = false; 287 $defaults['showSources'] = false; 288 $defaults['extensions'] = array(); 289 $defaults['sniffs'] = array(); [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/options/ |
| D | rounding-precision.js | 11 return override(defaults(DEFAULT_PRECISION), buildPrecisionFrom(source)); 14 function defaults(value) { function 45 return defaults(DEFAULT_PRECISION); 49 return defaults(source); 53 return defaults(parseInt(source)); 57 return defaults(DEFAULT_PRECISION); 76 accumulator = override(accumulator, defaults(value));
|
| D | optimization-level.js | 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]))); 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]))); 149 function defaults(level, value) { function 209 accumulator = override(accumulator, defaults(level, normalizedValue));
|
| /plugin/imapmarkers/ |
| D | script.js | 9 var defaults = { variable 111 defaults: defaults, 165 … if (_g.defaults['debug']) { console.log("RESIZE::[" + index + "] LAST CLICKED ID=" + id); } 168 … if (_g.defaults['debug']) { console.log("RESIZE::[" + index + "] AREA-INDEX=" + area_index); } 196 if (_g.defaults['debug']) { console.log("imapmarkers::START IMAGEMAPPING MARKER"); } 201 if (_g.defaults['debug']) { console.log("imapmarkers::GIVE UP IMAGEMAPPING SEARCH"); } 210 if (_g.defaults['debug']) { console.log("NOT FOUND: img.mapster_el => INIT"); } 212 if (_g.defaults['debug']) { console.log("FOUND: img.mapster_el"); } 221 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] CONTAINER FOUND ID='" + $(this).attr… 233 …if (_g.defaults['debug']) { console.log("[" + imap_index + "] MAP FOUND NAME='" + $(this).attr("na… [all …]
|
| /plugin/include/ |
| H A D | helper.php | 17 var $defaults = array(); variable in helper_plugin_include 27 $this->defaults['noheader'] = $this->getConf('noheader'); 28 $this->defaults['firstsec'] = $this->getConf('firstseconly'); 29 $this->defaults['editbtn'] = $this->getConf('showeditbtn'); 30 $this->defaults['taglogos'] = $this->getConf('showtaglogos'); 31 $this->defaults['footer'] = $this->getConf('showfooter'); 32 $this->defaults['redirect'] = $this->getConf('doredirect'); 33 $this->defaults['date'] = $this->getConf('showdate'); 34 $this->defaults['mdate'] = $this->getConf('showmdate'); 35 $this->defaults['user'] = $this->getConf('showuser'); [all …]
|
| /plugin/bez/mdl/ |
| H A D | Task_comment.php | 31 public function __construct($model, $defaults=array()) { argument 32 parent::__construct($model, $defaults); 46 if (!isset($defaults['task'])) { 49 $this->task = $defaults['task']; 58 if (isset($defaults['task']) && $this->task_id == $defaults['task']->id) { 59 $this->task = $defaults['task'];
|
| H A D | Thread_comment.php | 42 public function __construct($model, $defaults=array()) { argument 43 parent::__construct($model, $defaults); 60 if (!isset($defaults['thread'])) { 63 $this->thread = $defaults['thread']; 73 if (isset($defaults['thread']) && $this->thread_id == $defaults['thread']->id) { 74 $this->thread = $defaults['thread'];
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shLegacy.js | 44 defaults = SyntaxHighlighter.defaults 50 showGutter = asString(defaultValue(showGutter, defaults.gutter)); 51 showControls = asString(defaultValue(showControls, defaults.toolbar)); 52 collapseAll = asString(defaultValue(collapseAll, defaults.collapse)); 53 showColumns = asString(defaultValue(showColumns, defaults.ruler)); 54 firstLine = asString(defaultValue(firstLine, defaults['first-line']));
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shLegacy.js | 60 defaults = SyntaxHighlighter.defaults 66 showGutter = asString(defaultValue(showGutter, defaults.gutter)); 67 showControls = asString(defaultValue(showControls, defaults.toolbar)); 68 collapseAll = asString(defaultValue(collapseAll, defaults.collapse)); 69 showColumns = asString(defaultValue(showColumns, defaults.ruler)); 70 firstLine = asString(defaultValue(firstLine, defaults['first-line']));
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | Client.php | 233 $defaults = [ 248 $defaults['proxy']['http'] = getenv('HTTP_PROXY'); 252 $defaults['proxy']['https'] = $proxy; 257 $defaults['proxy']['no'] = explode(',', $cleanedNoProxy); 260 $this->config = $config + $defaults; 289 $defaults = $this->config; 291 if (!empty($defaults['headers'])) { 293 $defaults['_conditional'] = $defaults['headers']; 294 unset($defaults['headers']); 302 $defaults['_conditional'] = []; [all …]
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Client.php | 231 $defaults = [ 246 $defaults['proxy']['http'] = $proxy; 250 $defaults['proxy']['https'] = $proxy; 255 $defaults['proxy']['no'] = \explode(',', $cleanedNoProxy); 258 $this->config = $config + $defaults; 285 $defaults = $this->config; 287 if (!empty($defaults['headers'])) { 289 $defaults['_conditional'] = $defaults['headers']; 290 unset($defaults['headers']); 298 $defaults['_conditional'] = []; [all …]
|
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 88 $defaults = explode(' ', $defaultsStr); 97 $context = $this->hasOption($defaults, $opts, 'context'); 137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie'); 140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll'); 142 $navbar = $this->hasOption($defaults, $opts, 'navbar'); 144 $nons = $this->hasOption($defaults, $opts, 'nons'); 146 $nopg = $this->hasOption($defaults, $opts, 'nopg'); 148 $notoc = $this->hasOption($defaults, $opts, 'notoc'); 150 $nomenu = $this->hasOption($defaults, $opts, 'nomenu'); 152 $tsort = $this->hasOption($defaults, $opts, 'tsort'); [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | Document.php | 101 $defaults = isset($args[1]) ? $args[1] : true; 105 $defaults = isset($args[2]) ? $args[2] : true; 107 parent::__construct($this, $name, $children, $defaults); 156 * @param bool $defaults 160 public function createComponent($name, array $children = null, $defaults = true) argument 172 return new $class($this, $name, $children, $defaults);
|
| /plugin/mediasyntax/ |
| D | helper.php | 17 public $defaults = array(); variable in helper_plugin_mediasyntax 26 $this->defaults['firstsec'] = $this->getConf('firstseconly'); 27 $this->defaults['editbtn'] = $this->getConf('showeditbtn'); 28 $this->defaults['taglogos'] = $this->getConf('showtaglogos'); 29 $this->defaults['footer'] = $this->getConf('showfooter'); 30 $this->defaults['redirect'] = $this->getConf('doredirect'); 31 $this->defaults['date'] = $this->getConf('showdate'); 32 $this->defaults['user'] = $this->getConf('showuser'); 33 $this->defaults['comments'] = $this->getConf('showcomments'); 34 $this->defaults['linkbacks'] = $this->getConf('showlinkbacks'); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/ |
| D | FontVariables.php | 8 private $defaults; variable in Mpdf\\Config\\FontVariables 12 $this->defaults = [ 329 return $this->defaults;
|
| D | ConfigVariables.php | 13 private $defaults; variable in Mpdf\\Config\\ConfigVariables 18 $this->defaults = [ 526 return $this->defaults;
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | README.md | 85 * `processImport` and `processImportFrom` are merged into `inline` option which defaults to `local`… 115 …icz.github.io/clean-css) gets an improved settings panel with "reset to defaults", instant option … 131 * `compatibility` - controls compatibility mode used; defaults to `ie10+`; see [compatibility modes… 133 * `format` - controls output CSS formatting; defaults to `false`; see [formatting options](#formatt… 134 * `inline` - controls `@import` inlining rules; defaults to `'local'`; see [inlining options](#inli… 136 … - controls number of milliseconds after which inlining a remote `@import` fails; defaults to 5000; 137 * `level` - controls optimization level used; defaults to `1`; see [optimization levels](#optimizat… 138 * `rebase` - controls URL rebasing; defaults to `true`; 139 …based, most likely the directory under which the output file will live; defaults to the current di… 140 * `returnPromise` - controls whether `minify` method returns a Promise object or not; defaults to `… [all …]
|
| /plugin/asciidocjs/node_modules/babel-runtime/helpers/ |
| D | defaults.js | 19 exports.default = function (obj, defaults) { argument 20 var keys = (0, _getOwnPropertyNames2.default)(defaults); 24 var value = (0, _getOwnPropertyDescriptor2.default)(defaults, key);
|
| /plugin/settingstree/ |
| D | helper.php | 185 function registerSettings($pluginname,$version,$meta,$defaults){ argument 188 …!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json",json_encode($defaults)) 196 $c->set("plugin_settringstree_settingsdefaults_{$pluginname}",$defaults,$TTL); 209 if (!$c || !($defaults = $c->get("plugin_settringstree_settingsdefaults_{$pluginname}"))){ 210 …$defaults = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json… 212 if (!is_array($defaults)){ 219 …$this->_settingsHierarchy[$pluginname] = new settingshierarchy($pluginname,$meta,$defaults,$values…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | parser.js | 44 var defaults = opts['default'] || {} 45 Object.keys(defaults).forEach(function (key) { 50 defaults[alias] = defaults[key] 57 setArg(key, !(key in defaults) ? false : defaults[key]) 220 applyDefaultsAndAliases(argv, aliases, defaults) 223 setArg(key, defaults[key]) 317 applyDefaultsAndAliases(configLookup, aliases, defaults) 340 function applyDefaultsAndAliases (obj, aliases, defaults) { argument 341 Object.keys(defaults).forEach(function (key) { 343 setKey(obj, key.split('.'), defaults[key]) [all …]
|
| /plugin/batchedit/ |
| D | config.php | 16 private static $defaults = array( variable in BatcheditConfig 52 return array_merge(self::$defaults, $this->config); 63 if (array_key_exists($id, self::$defaults)) { 64 return self::$defaults[$id];
|
| /plugin/userimportextended/ |
| D | admin.php | 19 protected $defaults = ['email', 'name', 'password', 'groups']; variable in admin_plugin_userimportextended 154 foreach ($this->defaults as $field) { 159 $this->defaults[$field] = $_REQUEST['defaults'][$field]; 163 $this->defaults[$field] .= ',user'; 249 $candidate[1] = $this->defaults['password']; 252 $candidate[2] = $this->defaults['name']; 255 $candidate[3] = $this->defaults['email']; 258 $candidate[4] = $this->defaults['groups'];
|
| /plugin/revealjs/plugin/math/ |
| D | math.js | 23 function defaults( options, defaultOptions ) { function 65 defaults( options, defaultOptions ); 66 defaults( options.tex2jax, defaultOptions.tex2jax );
|