Home
last modified time | relevance | path

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

12345

/plugin/amcharts/assets/amcharts/plugins/responsive/
Dresponsive.min.js1overrides:{legend:{enabled:!1}}},{maxWidth:550,legendPosition:"right",overrides:{legend:{enabled:!… property
Dreadme.md71 initial build / mobile device orientation change) It then overrides particular
88 "overrides": {
112 "overrides": {
134 Now, on to explaining "overrides". It's an object, that contains properties that
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": {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DBatchCreateAdminOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
DImportAdminOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
DImportConsumerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
DBatchCreateConsumerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DV1Beta1BatchCreateProducerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
DV1Beta1ImportProducerOverridesResponse.php29 public function setOverrides($overrides) argument
31 $this->overrides = $overrides;
38 return $this->overrides;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEventReminders.php33 public function setOverrides($overrides) argument
35 $this->overrides = $overrides;
42 return $this->overrides;
/plugin/html2pdf/html2pdf/html2ps/
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;
62 $this->overrides[$encoding][$family][WEIGHT_NORMAL][FS_OBLIQUE] = $oblique;
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]) &&
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1RuntimeTraceConfig.php93 public function setOverrides($overrides) argument
95 $this->overrides = $overrides;
102 return $this->overrides;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
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() ;
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/asciidocjs/node_modules/is-regex/
D.eslintrc11 "overrides": [
/plugin/asciidocjs/node_modules/is-core-module/
D.eslintrc7 "overrides": [
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc21 "overrides": [
/plugin/asciidocjs/node_modules/get-intrinsic/
D.eslintrc30 "overrides": [
/plugin/imagecarousel/
Dscreen.less15 /* style overrides */
/plugin/findologicxmlexport/resources/
Dstyle.css26 /* Please remove this styling if it overrides your tooltips settings */
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.DefaultImageAlt.txt9 only applies to invalid images, and overrides in the case of an invalid image.
DURI.Base.txt15 overrides the one specified by %URI.DefaultScheme.
DURI.Host.txt15 <strong>Note:</strong> This directive overrides %URI.Base because
/plugin/lastseen/
H A Dadmin.php349 * @param array $overrides
353 protected function linkParams(array $overrides, array $filters) argument
359 return array_merge($params, $overrides);
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc28 "overrides": [
/plugin/annotations/
H A Dadmin.php461 * @param array $overrides applied last
464 protected function standingParams(array $overrides = []) argument
484 return array_merge($params, $overrides);

12345