/plugin/behave/ |
H A D | behave.js | 86 var defaults = { class 118 var theEditor = defaults.textarea, 194 defaults.textarea.focus(); 261 defaults.textarea.value = data; 265 if(typeof defaults.fence == "string"){ 531 defaults.textarea.value = edited; 576 … if(defaults.replaceTab){ utils.addEvent(defaults.textarea, 'keydown', intercept.tabKey); } 577 … if(defaults.autoIndent){ utils.addEvent(defaults.textarea, 'keydown', intercept.enterKey); } 578 … if(defaults.autoStrip){ utils.addEvent(defaults.textarea, 'keydown', intercept.deleteKey); } 590 utils.deepExtend(defaults, opts); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | CLI.php | 281 $defaults['standard'] = null; 282 $defaults['verbosity'] = 0; 292 $defaults['reportFile'] = null; 293 $defaults['generator'] = ''; 296 $defaults['errorSeverity'] = null; 297 $defaults['warningSeverity'] = null; 299 $defaults['stdinPath'] = ''; 308 $defaults['tabWidth'] = 0; 361 $defaults['quiet'] = false; 368 $defaults['colors'] = false; [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'];
|
H A D | Task.php | 86 public function __construct($model, $defaults=array()) { argument 87 parent::__construct($model, $defaults); 111 if (isset($defaults['thread'])) { 112 $this->thread = $defaults['thread']; 122 if (isset($defaults['thread_comment'])) { 123 $this->thread_comment = $defaults['thread_comment']; 176 if (isset($defaults['thread']) && $this->thread_id == $defaults['thread']->id) { 177 $this->thread = $defaults['thread']; 180 …if (isset($defaults['thread_comment']) && $this->thread_comment_id == $defaults['thread_comment']-… 181 $this->thread_comment = $defaults['thread_comment'];
|
/plugin/include/ |
H A D | helper.php | 15 var $defaults = array(); variable in helper_plugin_include 25 $this->defaults['noheader'] = $this->getConf('noheader'); 31 $this->defaults['date'] = $this->getConf('showdate'); 33 $this->defaults['user'] = $this->getConf('showuser'); 41 $this->defaults['title'] = $this->getConf('title'); 43 $this->defaults['parlink'] = $this->getConf('parlink'); 44 $this->defaults['inline'] = false; 45 $this->defaults['order'] = $this->getConf('order'); 46 $this->defaults['rsort'] = $this->getConf('rsort'); 47 $this->defaults['depth'] = $this->getConf('depth'); [all …]
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A 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/ |
H A 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/ |
H A 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/dw2pdf/vendor/mpdf/mpdf/src/Config/ |
H A D | FontVariables.php | 8 private $defaults; variable in Mpdf\\Config\\FontVariables 12 $this->defaults = [ 329 return $this->defaults;
|
H A D | ConfigVariables.php | 15 private $defaults; variable in Mpdf\\Config\\ConfigVariables 20 $this->defaults = [ 525 return $this->defaults;
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A 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/ |
H A D | helper.php | 24 var $defaults = array(); variable in helper_plugin_mediasyntax 32 $this->defaults['firstsec'] = $this->getConf('firstseconly'); 33 $this->defaults['editbtn'] = $this->getConf('showeditbtn'); 35 $this->defaults['footer'] = $this->getConf('showfooter'); 36 $this->defaults['redirect'] = $this->getConf('doredirect'); 37 $this->defaults['date'] = $this->getConf('showdate'); 38 $this->defaults['user'] = $this->getConf('showuser'); 41 $this->defaults['tags'] = $this->getConf('showtags'); 42 $this->defaults['link'] = $this->getConf('showlink'); 44 $this->defaults['indent'] = $this->getConf('doindent'); [all …]
|
/plugin/batchedit/ |
H A 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/settingstree/ |
H A 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/userimportextended/ |
H A 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/indexmenu/syntax/ |
H A D | indexmenu.php | 76 $defaults = explode(' ', $defaultsstr); 114 $navbar = $this->hasOption($defaults, $opts, 'navbar'); 116 $nons = $this->hasOption($defaults, $opts, 'nons'); 118 $nopg = $this->hasOption($defaults, $opts, 'nopg'); 120 $notoc = $this->hasOption($defaults, $opts, 'notoc'); 124 $tsort = $this->hasOption($defaults, $opts, 'tsort'); 125 $dsort = $this->hasOption($defaults, $opts, 'dsort'); 132 $nsort = $this->hasOption($defaults, $opts, 'nsort'); 134 $hsort = $this->hasOption($defaults, $opts, 'hsort'); 142 $rsort = $this->hasOption($defaults, $opts, 'rsort'); [all …]
|
/plugin/revealjs/plugin/math/ |
H A D | math.js | 23 function defaults( options, defaultOptions ) { function 65 defaults( options, defaultOptions ); 66 defaults( options.tex2jax, defaultOptions.tex2jax );
|
/plugin/imgpaste/ |
H A D | jquery.paste_image_reader.js | 9 var defaults; variable 20 defaults = { class 31 options = $.extend({}, defaults, options);
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Component.php | 47 * @param bool $defaults 50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument 55 if ($defaults) { 526 $defaults = $this->getDefaults(); 557 if ($options & self::REPAIR && isset($defaults[$propName])) { 558 $this->add($propName, $defaults[$propName]);
|
H A D | Document.php | 161 * @param bool $defaults 164 public function createComponent($name, array $children = null, $defaults = true) { argument 173 return new $class($this, $name, $children, $defaults);
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Component.php | 47 * @param bool $defaults 50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument 55 if ($defaults) { 526 $defaults = $this->getDefaults(); 557 if ($options & self::REPAIR && isset($defaults[$propName])) { 558 $this->add($propName, $defaults[$propName]);
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Component.php | 47 * @param bool $defaults 50 function __construct(Document $root, $name, array $children = array(), $defaults = true) { argument 55 if ($defaults) { 526 $defaults = $this->getDefaults(); 557 if ($options & self::REPAIR && isset($defaults[$propName])) { 558 $this->add($propName, $defaults[$propName]);
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Document.php | 162 * @param bool $defaults 166 function createComponent($name, array $children = null, $defaults = true) { argument 175 return new $class($this, $name, $children, $defaults);
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Restorer.php | 89 $defaults = $class->getDefaultProperties(); 102 if (!isset($defaults[$name])) { 107 $attribute->setValue($defaults[$name]);
|