Home
last modified time | relevance | path

Searched refs:default (Results 201 – 225 of 1338) sorted by relevance

12345678910>>...54

/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc93 // Save a reference to the selected table, and push a new set of default values.
210 // Override the default cursor position after insertElement to place
243 'default': 3,
256 'default': 2,
274 'default': '',
309 'default': 1,
319 'default': '',
354 // Smarter default table width. (#9600)
355 …'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : …
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc93 // Save a reference to the selected table, and push a new set of default values.
210 // Override the default cursor position after insertElement to place
243 'default': 3,
256 'default': 2,
274 'default': '',
309 'default': 1,
319 'default': '',
354 // Smarter default table width. (#9600)
355 …'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : …
/plugin/authyubikey/lib/
H A DNEWS22 ** Verify server certificates by default when HTTPS is requested.
25 ** Disable API input by default in demo.php.
/plugin/odt/renderer/
H A Dbook.php124 $default = $this->_simpleTitle($id);
127 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
/plugin/farmer/
H A Dstyle.less96 th.default,
97 td.default {
/plugin/confmanager/tpl/
H A DshowConfigTwoLineLeftImage.php12 <?php $isDefault = array_key_exists($key, $default) ?>
102 <?php foreach ($default as $key => $value): ?>
/plugin/combo/ComboStrap/
H A DSiteConfig.php20 * The default font-size for the pages
42 * The default name
82 * should be used otherwise, there is no default
83 * Or best, the default should be also in the code
167 public function getValue(string $key, ?string $default = null, ?string $scope = PluginUtility::PLUGIN_BASE_NAME) argument
169 return self::getConfValue($key, $default, $scope);
174 * @param int $default - the default value (1=true,0=false in the dokuwiki config system)
177 public function getBooleanValue(string $key, int $default): bool argument
179 $value = $this->getValue($key, $default);
[all...]
H A DDataType.php74 public static function toIntegerOrDefaultIfNull($targetValue, $default): int argument
77 return $default;
85 * @var string $roundDirection - ceil or floor (by default floor)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D13.13.js.map1default': ''\n }\n }\n ],\n // whitespace\…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst8 The default timezone support has been added in Twig 1.6.1.
38 You can set the default timezone globally by calling ``setTimezone()`` on
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
/plugin/combo/syntax/
H A Ddisqus.php123 $default = PluginUtility::getTagAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES));
124 $attributes = PluginUtility::mergeAttributes($attributes, $default);
/plugin/pgn4web/pgn4web/
H A Dlon09r5.css98 /* a "width" attribute here must use the !important flag to override default settings */
103 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/dontfeedtemplates/
H A DREADME.md4 This plugin works together with TemplatePageName. By default, DokuWiki does not
7 TemplatePageName to change the default template names, chances are high that
15 By default, the plugin will get the template page names from the
/plugin/twofactor/
H A DManager.php237 * Get the user's default provider if any
246 $default = $setting->get('defaultmod');
249 if (isset($providers[$default])) return $providers[$default];
259 * Set the default provider for the user
/plugin/pagequery/
H A Dsyntax.php142 default:
157 default:
162 $default = 'tooltip';
164 $opt['snippet']['type'] = $default;
174 $type = $default; // empty snippet type => tooltip
198 default:
/plugin/snippets/
H A Daction.php151 $default = $force_old ? 'on' : 'off';
152 $default = get_doku_pref('snippets_old_rev', $default);
153 if($default == 'on') {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc121 Get the default handler
173 Set the connection pool (default is StaticNoPingConnectionPool)
225 Set the HTTP handler (cURL is default)
342 Set number or retries (default is equal to number of nodes)
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css53 cursor: default;
230 cursor: default;
339 cursor: default;
387 cursor: default;
409 cursor: default;
460 cursor: default;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc66 <cfparam name="this.width" type="string" default="100%" />
67 <cfparam name="this.height" type="string" default="200" />
68 <cfparam name="this.toolbarSet" type="string" default="Default" />
69 <cfparam name="this.value" type="string" default="" />
70 <cfparam name="this.basePath" type="string" default="/fckeditor/" />
71 <cfparam name="this.checkBrowser" type="boolean" default="true" />
72 <cfparam name="this.config" type="struct" default="#structNew()#" />
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md41 ### 2) Enable `export` with default options:
106 loading of libraries is on by default you will need to turn it off by setting
128 fabric | {} | Overwrites the default drawing settings (fabricJS library)
428 default annotation menu.
473 widths: [ 5, 20, 30 ] // replaces the default choice
816 In case you want to change our default messages you can modify it like
948 * Added: English as default language when define language does not exist
957 * Changed: JSON exports date fields as date objects by default
977 * Added: Native EXCEL date cell type for date fields, forced by default
996 * Fixed: Issue with default fontSize
[all …]
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc39 // when setup returns some value. Otherwise, a *default* value
92 'default': '',
128 'default': 'td',
145 'default': '',
164 'default': '',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php106 private function isSslRequired(Connection $conn, bool $default = false): bool argument
110 : $default;
/plugin/translation/
H A Dstyle.less8 // default styles for inline language selector
73 cursor: default;
/plugin/gallery/action/
H A Dprosemirror.php52 'defaults' => array_map(function ($default) {
53 return ['default' => $default,];
56 $JSINFO['plugins']['gallery']['defaults']['namespace'] = ['default' => ''];
145 * Get default node attributes from gallery Options object

12345678910>>...54