Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 240) sorted by path

12345678910

/plugin/adhoctags/
H A DREADME.md88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
/plugin/adminperm/
H A Daction.php87 $override = false;
90 $override = true;
94 if (!$override) return;
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md298 #### Format specific options that you can override using Menu item reviver
314 Below you will find a list of parameters that you can override for each format:
740 Feel free to override any styles defined in it, create your own version and
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1override\n\n\t\t\t\t\tvar style = this.styleDictionary[item];\n\t\t\t\t\tif (style && style[proper…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md78 2. Overrides. (a set of properties to override for this particular rule)
135 you want to override the chart's initial ones with.
140 To override a property of a child object, such as "legend", you would simply go
141 with JSON representation of the properties you need to override. I.e.:
156 There are some ways to override their properties as well.
158 To override properties for ALL objects in the array, you would provide an
159 override instruction as an object. I.e.:
177 To individually apply property overrides, you will need to supply override
215 The cool pat is that you can daisy-chain the override rules, much like in CSS.
H A 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 ];
H A Dresponsive.min.js.map7 …y","push","restoreOriginalProperty","originalValue","restoreOriginals","override","pop","redrawCha…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php1958 'override' => [
2096 'override' => [
2833 'override' => [
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md33 …`Middleware::retry()` accepts a second callback parameter to override the default timeouts if need…
167 * Bug fix: Cusotm cURL options now correctly override curl options of the
900 * Bug fix: Absolute URLs with a path in a service description will now properly override the base U…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md219 …* Added SocketHandler::setChunkSize to override the default chunk size in case you must send large…
220 * Added ability to extend/override BrowserConsoleHandler
273 * Added ability to override addRow/addTitle in HtmlFormatter
304 …rWrapper base class to ease the creation of handler wrappers, just extend it and override as needed
/plugin/autotranslation/
H A Daction.php303 $override = isset($_REQUEST['tns']); // override enabled - comes from the bottom bar.
320 if ( empty( $currentSessionLanguage ) && !$override ) {
338 if ( $override && $pageLang != $currentSessionLanguage ) {
342 } else if ( !$override ) {
366 if ( $override ) {
/plugin/bibtex/OSBib/create/
H A DFORM.php117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE) argument
126 $string = $formMisc->reduceLongText($value, $override);
130 $string = $formMisc->reduceLongText($value, $override);
152 $string = $formMisc->reduceLongText($value, $override);
157 $value = $formMisc->reduceLongText($value, $override);
178 $formMisc->reduceLongText(current($array), $override) . "</option>\n";
182 $value = $formMisc->reduceLongText($value, $override);
208 $value = $formMisc->reduceLongText($value, $override);
232 $formMisc->reduceLongText(current($array), $override) . "</option>\n";
236 $value = $formMisc->reduceLongText($value, $override);
[all …]
H A DFORMMISC.php33 function reduceLongText($text, $override = FALSE) argument
35 $limit = $override ? $override : 40;
/plugin/bootnote/
H A DREADME.md30 * **bootnote.note**: You can choose to override the plugin [note](https://www.dokuwiki.org/plugin:n…
/plugin/box/
H A Dprint.css125 /* must come last to override coloured background when using rounded corners */
H A Dstyle.css125 /* must come last to override coloured background when using rounded corners */
/plugin/box2/
H A Dprint.css125 /* must come last to override coloured background when using rounded corners */
H A Dstyle.css125 /* must come last to override coloured background when using rounded corners */
/plugin/boxwh/boxwh/
H A Dprint.css127 /* must come last to override coloured background when using rounded corners */
H A Dstyle.css125 /* must come last to override coloured background when using rounded corners */
H A Dstyle_custom.css259 /* must come last to override coloured background when using rounded corners */
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md220 * `FIX`: override default padding of breadcrumb element ([#1608](https://github.com/bpmn-io/bpmn-js…
849 * `FEAT`: add ability to override default element colors ([#713](https://github.com/bpmn-io/bpmn-js…
850 * `FEAT`: add ability to override font family and size of rendered labels ([`4bb270f1`](https://git…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js4870 Canvas.prototype.setRootElement = function(element, override) { argument
4874 return this.setRootElementForPlane(element, activePlane, override);
4895 Canvas.prototype.setRootElementForPlane = function(element, plane, override) { argument
4910 if (!override) {
/plugin/button/
H A Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
52 - if I forced a link here (beside some problems in layout), it will override css given
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md864 …tor.com/#!/api/CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges whe…

12345678910