Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 25 of 67) sorted by relevance

123

/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.min.js1overrides:{legend:{enabled:!1}}},{maxWidth:550,legendPosition:"right",overrides:{legend:{enabled:!…
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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DV1Beta1BatchCreateProducerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
H A DV1Beta1ImportProducerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DBatchCreateAdminOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
H A DBatchCreateConsumerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
H A DImportAdminOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
H A DImportConsumerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventReminders.php33 public function setOverrides($overrides) argument
35 $this->overrides = $overrides;
42 return $this->overrides;
/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/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RuntimeTraceConfig.php93 public function setOverrides($overrides) argument
95 $this->overrides = $overrides;
102 return $this->overrides;
/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/sortablejs/
H A Dscript.js53 var overrides = colid.match( patt1 );
54 for( var i = 0; i < overrides.length; i++ ) {
55 var entry = overrides[i];
155 makeSortable: function ( table, overrides, bottoms, ph2 ) { argument
191 if ( overrides[i + 1] )
193 colOptions = overrides[i + 1];
/plugin/imagecarousel/
H A Dscreen.less15 /* style overrides */
H A Dall.less53 /* style overrides */
/plugin/gallery/
H A Dall.less
/plugin/findologicxmlexport/resources/
H A Dstyle.css26 /* Please remove this styling if it overrides your tooltips settings */
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultImageAlt.txt
H A DURI.Base.txt
H A DURI.Host.txt
/plugin/translation/
H A Dstyle.less60 // overrides for dropdown style language selector
/plugin/revealjs/css/theme/source/
H A Dblood.scss54 // some overrides after theme template import
/plugin/openlayersmap/
H A Dprint.less16 /* print styling overrides and enhancements. */
/plugin/geophp/
H A Dcomposer.lock90 "platform-overrides": {
/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;

123