Home
last modified time | relevance | path

Searched refs:currentOffset (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php29 public $currentOffset; variable in Google\\Service\\FirebaseRules\\SourcePosition
60 public function setCurrentOffset($currentOffset) argument
62 $this->currentOffset = $currentOffset;
69 return $this->currentOffset;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckindentcommands.js176 var currentOffset = parseInt( block.style[this.IndentCSSProperty], 10 ) ;
177 if ( isNaN( currentOffset ) )
178 currentOffset = 0 ;
179 currentOffset += this.Offset ;
180 currentOffset = Math.max( currentOffset, 0 ) ;
181 currentOffset = Math.ceil( currentOffset / this.Offset ) * this.Offset ;
182 … block.style[this.IndentCSSProperty] = currentOffset ? currentOffset + FCKConfig.IndentUnit : '' ;
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js113 var currentOffset = Math.abs(v - value);
114 if (currentOffset <= offset){
116 offset = currentOffset;
/plugin/codemirror/dist/modes/
H A Dsass.min.js.map1currentOffset","indentUnit","unshift","dedent","length","shift","eatWhile","current","toLowerCase"…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1currentOffset=t}return e.prototype.visitNode=function(e){return(e instanceof et||e instanceof Se&&…
H A D2.2.js32114 function ColorValueCollector(entries, currentOffset) { argument
32116 this.currentOffset = currentOffset;
32121 if (this.currentOffset < node.offset || node.end < this.currentOffset) {
H A D2.2.js.map1currentOffset) {\n this.entries = entries;\n this.currentOffset = currentOffset;\n …
/plugin/edittable/lib/
H A Dhandsontable.full.js11994 var currentOffset = (0, _element.offset)(this.TD),
12001 editTopModifier = currentOffset.top === containerOffset.top ? 0 : 1,
12002 …editTop = currentOffset.top - containerOffset.top - editTopModifier - (scrollableContainer.scrollT…
12003 … editLeft = currentOffset.left - containerOffset.left - 1 - (scrollableContainer.scrollLeft || 0),
35933 currentOffset = (0, _element.offset)(this.TD),
35936 editTop = currentOffset.top - containerOffset.top - 1 - (scrollableContainer.scrollTop || 0),
35937 … editLeft = currentOffset.left - containerOffset.left - 1 - (scrollableContainer.scrollLeft || 0),