Home
last modified time | relevance | path

Searched refs:overrides (Results 51 – 67 of 67) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md488 - Alphabetical accessor order doesn't respect SerializedName overrides [\#240](https://github.com/s…
/plugin/findologicxmlexport/resources/
H A Dstyle.css26 /* Please remove this styling if it overrides your tooltips settings */
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst103 * *Inheritance*: A template *extends* a parent template and overrides some
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js461 …{return b[c]})}function r(a){if(a._.overrides)return a._.overrides;var b=a._.overrides={},c=a._.de…
606overrides:"b"},CKEDITOR.config.coreStyles_italic={element:"em",overrides:"i"},CKEDITOR.config.core…
737 ….config.colorButton_foreStyle={element:"span",styles:{color:"#(color)"},overrides:[{element:"font"…
856 …OR.config.font_style={element:"span",styles:{"font-family":"#(family)"},overrides:[{element:"font",
857 …OR.config.fontSize_style={element:"span",styles:{"font-size":"#(size)"},overrides:[{element:"font"…
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1641 public $overrides; variable in Google_EventReminders
1643 public function setOverrides(/* array(Google_EventReminder) */ $overrides) { argument
1644 $this->assertIsArray($overrides, 'Google_EventReminder', __METHOD__);
1645 $this->overrides = $overrides;
1648 return $this->overrides;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1overrides\n\t*\n\t* @constructor\n\t* @this {StyleContextStack}\n\t* @param {Object} named styles …
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md71 initial build / mobile device orientation change) It then overrides particular
88 "overrides": {
112 "overrides": {
177 To individually apply property overrides, you will need to supply override
196 Or you can omit the "id" and just apply overrides in the same order as you have
218 current chart condition and will apply their overrides in the same order they
230 "overrides": {
241 "overrides": {
251 "overrides": {
278 "overrides": {
[all …]
H A Dresponsive.js1222 applyConfig( chart, r.rules[ key ].overrides );
H A Dresponsive.min.js1overrides:{legend:{enabled:!1}}},{maxWidth:550,legendPosition:"right",overrides:{legend:{enabled:!…
H A Dresponsive.min.js.map7 …,"minHeight","maxHeight","rotate","legendPosition","legend","position","overrides","gantt","serial…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultImageAlt.txt
H A DURI.Base.txt
H A DURI.Host.txt
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php10 var $overrides = array(); variable in FontResolver
60 $this->overrides[$encoding][$family][WEIGHT_NORMAL][FS_NORMAL] = $normal;
61 $this->overrides[$encoding][$family][WEIGHT_NORMAL][FS_ITALIC] = $italic;
75 $this->overrides[$encoding][$family][WEIGHT_BOLD][FS_NORMAL] = $normal;
76 $this->overrides[$encoding][$family][WEIGHT_BOLD][FS_ITALIC] = $italic;
77 $this->overrides[$encoding][$family][WEIGHT_BOLD][FS_OBLIQUE] = $oblique;
110 if (isset($this->overrides[$encoding]) &&
111 isset($this->overrides[$encoding][$family]) &&
112 isset($this->overrides[$encoding][$family][$weight]) &&
113 isset($this->overrides[$encoding][$family][$weight][$style])) {
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt2456 # which overrides the default behavior and disallows reading of files from
2505 # -- overrides _jmol.noEval
3049 # overrides default propertyAtomNumberField (i) and propertyDataField (j)
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js516 var overrides = this._GetOverridesForComparison() ;
549 this._RemoveOverrides( innerElement, overrides[ this.Element ] ) ;
557 for ( var overrideElement in overrides )
567 this._RemoveOverrides( innerElement, overrides[ overrideElement ] ) ;
1162 var overrides = this._GetOverridesForComparison_$ ;
1163 if ( overrides )
1164 return overrides ;
1166 overrides = new Object() ; class
1198 overrideEl = overrides[ elementName ] || ( overrides[ elementName ] = {} ) ;
1217 return ( this._GetOverridesForComparison_$ = overrides ) ;
/plugin/virtualkeyboard/vk/keyboard/
H A Dkeyboard.css11 * global overrides

123