Searched refs:offsetType (Results 1 – 5 of 5) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
| D | TabStop.php | 26 protected $offsetType = Dimension::class; variable in Google\\Service\\Docs\\TabStop
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | PopupWindowProperties.php | 24 protected $offsetType = OffsetPosition::class; variable in Google\\Service\\Dfareporting\\PopupWindowProperties
|
| D | CreativeAsset.php | 127 protected $offsetType = OffsetPosition::class; variable in Google\\Service\\Dfareporting\\CreativeAsset
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 2963 function Pointer(offsetType, type, options) { 2967 this.offsetType = offsetType; 2995 var offset = this.offsetType.decode(stream, ctx); 3007 relative = stream.pos - this.offsetType.size(); 3075 return this.offsetType.size(); 3081 this.offsetType.encode(stream, this.options.nullValue); 3089 relative = stream.pos + this.offsetType.size(val, parent); 3105 this.offsetType.encode(stream, ctx.pointerOffset - relative); 53525 var offsetType; 53527 offsetType = r.uint8; [all …]
|
| D | pdfmake.min.js | 2 …offsetType=r,this.type=i,this.options=o,"void"===this.type&&(this.type=null),null==this.options.ty…
|