Home
last modified time | relevance | path

Searched refs:defaults (Results 301 – 325 of 395) sorted by last modified time

1...<<111213141516

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnumber_format_default.test2 "number_format" filter with defaults.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12defaults.size;switch(parseFloat(a.theme.size)?c=a.theme.size:parseFloat(a.flags.size)&&(c=a.flags.…
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php89 $defaults = $class->getDefaultProperties();
102 if (!isset($defaults[$name])) {
107 $attribute->setValue($defaults[$name]);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst97 * ``charset`` *string* (defaults to ``utf-8``)
101 * ``base_template_class`` *string* (defaults to ``\Twig\Template``)
/plugin/metaeditor/
H A Djstree.js79 defaults : {
273 $.jstree.defaults.core = {
4434 $.jstree.defaults.checkbox = {
5177 $.jstree.defaults.contextmenu = {
5792 $.jstree.defaults.dnd = {
6335 $.jstree.defaults.massload = null;
6406 $.jstree.defaults.search = {
6768 $.vakata.search.defaults = {
6850 $.jstree.defaults.state = {
6969 $.jstree.defaults.types = {
[all …]
/plugin/timetrack/
H A Dscript.js10 jQuery.pnotify.defaults.styling = "jqueryui";
11 jQuery.pnotify.defaults.delay = 2000;
12 jQuery.pnotify.defaults.history = false;
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js113 opts = $.extend({}, $.pnotify.defaults);
116 opts = $.extend({}, $.pnotify.defaults, options);
854 $.pnotify.defaults = { class in $.pnotify
H A Djquery.pnotify.min.js15 a;typeof e!="object"?(a=d.extend({},d.pnotify.defaults),a.text=e):a=d.extend({},d.pnotify.defaults,…
39 (e.match(t)||(e="on"+e),a=document.createEventObject(g),this.fireEvent(e,a))};d.pnotify.defaults={t… class in d.pnotify
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md110 …om/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveFontStyles) option now defaults to `false`. This …
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt60 You will be asked where to store you ssh key files. On linux servers, this defaults to /var/www, w…
/plugin/syntaxhighlighter3/
H A DREADME.md52 Some [Syntaxhighlighter defaults](http://alexgorbatchev.com/SyntaxHighlighter/manual/configuration/…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1297 defaults : { class in sh
1591 if (params['html-script'] == 'true' || sh.defaults['html-script'] == true)
2952 this.params = merge(sh.defaults, params || {})
H A DshCore.min.js17defaults:{"class-name":"","first-line":1,"pad-line-numbers":!1,highlight:null,title:null,"smart-ta… class in B
H A DshLegacy.js60 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/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js16 defaults : { class in sh
310 if (params['html-script'] == 'true' || sh.defaults['html-script'] == true)
1671 this.params = merge(sh.defaults, params || {})
H A DshLegacy.js44 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/templatepagename/
H A DREADME.md7 * the plugin defaults are: `c_template` and `i_template` (editable by who has write permission)
8 * or DokuWiki defaults are: `_template` and `__template` (only editable via filesystem)
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php47 * @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 DDocument.php161 * @param bool $defaults
164 public function createComponent($name, array $children = null, $defaults = true) { argument
173 return new $class($this, $name, $children, $defaults);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php118 $defaults = false
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php467 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
480 $component = new FakeComponent($vcard,'Hi', array(), $defaults = false );
/plugin/authplaincas/
H A Dauth.php110 $defaults = array(
130 $this->_options = (array) $conf['plugin']['authplaincas'] + $defaults;
/plugin/rrdgraph/
H A Dsyntax.php176 …* @param Array $defaults An array containing the default values for non existing attributes. The a…
179 private function parseAttributes($tag, $defaults) { argument
192 foreach ($defaults as $key => $value) {
/plugin/issuetracker/
H A DREADME56 ^ config item ^ options & defaults ^
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php281 $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 …]

1...<<111213141516