Home
last modified time | relevance | path

Searched refs:endOffset (Results 1 – 25 of 58) sorted by relevance

123

/plugin/authfacebook/lib/FileUpload/
DFacebookTransferChunk.php51 private $endOffset; variable in Facebook\\FileUpload\\FacebookTransferChunk
63 * @param int $endOffset
65 …blic function __construct(FacebookFile $file, $uploadSessionId, $videoId, $startOffset, $endOffset) argument
71 $this->endOffset = $endOffset;
91 $maxLength = $this->endOffset - $this->startOffset;
113 return $this->startOffset === $this->endOffset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DCohortsRange.php25 public $endOffset; variable in Google\\Service\\AnalyticsData\\CohortsRange
38 public function setEndOffset($endOffset) argument
40 $this->endOffset = $endOffset;
47 return $this->endOffset;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckw3crange.js33 this.endOffset = null ;
60 range.setEnd( sourceRange.endContainer, sourceRange.endOffset ) ;
69 …is.collapsed = ( this.startContainer == this.endContainer && this.startOffset == this.endOffset ) ;
83 this.endOffset = offset ;
95 this.endOffset = offset ;
131 this.endOffset = this.startOffset ;
136 this.startOffset = this.endOffset ;
160 this.setEnd( startContainer.nextSibling, this.endOffset - this.startOffset ) ;
175 this.endOffset++ ;
216 var endOffset = this.endOffset ;
[all …]
Dfckdomrange.js59 if ( innerRange.endOffset == 0 )
68 eEndNode = eEndNode.childNodes[ innerRange.endOffset - 1 ] ;
383 "End" : [ this._Range.endOffset ]
414 var endOffset = bookmark.End[ bookmark.End.length - 1 ] ;
422 while ( curEnd.nodeType == 3 && endOffset > curEnd.length )
426 endOffset -= curEnd.length ;
430 this._Range.setEnd( curEnd, endOffset ) ;
550 var offset = this._Range.endOffset ;
614 oNode = oNode.childNodes[ this._Range.endOffset ] || oNode.lastChild ;
806 return container.childNodes[ range.endOffset - 1 ] || container ;
Dfckdomrange_gecko.js58 oDocRange.setEnd( oRange.endContainer, oRange.endOffset ) ;
68 oDocRange.setEnd( oRange.endContainer, oRange.endOffset ) ;
Dfckenterkey.js605 endOk = ( range._Range.endOffset == nodeLength ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckw3crange.js33 this.endOffset = null ;
60 range.setEnd( sourceRange.endContainer, sourceRange.endOffset ) ;
69 …is.collapsed = ( this.startContainer == this.endContainer && this.startOffset == this.endOffset ) ;
83 this.endOffset = offset ;
95 this.endOffset = offset ;
131 this.endOffset = this.startOffset ;
136 this.startOffset = this.endOffset ;
160 this.setEnd( startContainer.nextSibling, this.endOffset - this.startOffset ) ;
175 this.endOffset++ ;
216 var endOffset = this.endOffset ;
[all …]
Dfckdomrange_gecko.js49 oDocRange.setEnd( oRange.endContainer, oRange.endOffset ) ;
59 oDocRange.setEnd( oRange.endContainer, oRange.endOffset ) ;
Dfckdomrange.js404 oNode = oNode.childNodes[ this._Range.endOffset ] || oNode.lastChild ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo.php29 public $endOffset; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo
56 public function setEndOffset($endOffset) argument
58 $this->endOffset = $endOffset;
65 return $this->endOffset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DBooksAnnotationsRange.php25 public $endOffset; variable in Google\\Service\\Books\\BooksAnnotationsRange
42 public function setEndOffset($endOffset) argument
44 $this->endOffset = $endOffset;
51 return $this->endOffset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
DSourcePosition.php33 public $endOffset; variable in Google\\Service\\FirebaseRules\\SourcePosition
74 public function setEndOffset($endOffset) argument
76 $this->endOffset = $endOffset;
83 return $this->endOffset;
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.core.js26endOffset=offset+length;this.length=length;this.expression=expression;this.value=value;this.childr…
27 …tains=function(match){return(match.offset>=this.offset)&&(match.endOffset<=this.endOffset);};Synta…
31 …tart);append(text,container);append(child.reduce(append,process),container);start=child.endOffset;}
32endOffset){append(this.value.substr(start-this.offset,this.endOffset-start),container);}else if(st…
48 …ototype._insertWhole=function(match){var parts=this.bisectAtOffsets([match.offset,match.endOffset])
57 …atch);}else{return null;}}else if(match.offset<child.endOffset){if(match.endOffset<=child.endOffse…
59 …r(var i=0;i<this.children.length;i+=1){var child=this.children[i];if(match.endOffset<=child.offset)
60 return this._splice(i,match);if(match.offset>=child.endOffset)
62 var parts=match.bisectAtOffsets([child.offset,child.endOffset]);if(parts[0]){this._splice(i,parts[0…
66 ….push(this.endOffset);splits.sort(function(a,b){return a-b;});for(var i=0;i<splits.length;i+=1){va…
[all …]
Djquery.syntax.layout.editor.js21 …lectNodeContents(element);preCaretRange.setEnd(range.endContainer,range.endOffset);caretOffset=pre…
/plugin/codehighlight/cp/engines/
Dgecko.js182 range.setEnd(range.endContainer, range.endOffset+1)
188 range.setEnd(range.endContainer, range.endOffset-1)
191 range.setEnd(range.endContainer, range.endOffset+1)
211 var caret = range.endOffset;
Dopera.js186 var caret = range.endOffset;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckselection_gecko.js40 …if ( oRange.startContainer == oRange.endContainer && (oRange.endOffset - oRange.startOffset) == 1 …
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckselection_gecko.js39 && ( range.endOffset - range.startOffset ) == 1
Dfck_gecko.js102 if ( node.nodeValue.length != range.endOffset )
/plugin/authgoogle/google/contrib/
DGoogle_BooksService.php1357 public $endOffset; variable in Google_BooksAnnotationsRange
1361 public function setEndOffset( $endOffset) { argument
1362 $this->endOffset = $endOffset;
1365 return $this->endOffset;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js51 …=this._Range.endContainer;if (B.nodeType==1) B=B.childNodes[this._Range.endOffset]||B.lastChild;if…
52 …dContainer,A.endOffset);}catch (e){if (e.toString().Contains('NS_ERROR_ILLEGAL_VALUE')){A.collapse…
54endOffset=null;this.collapsed=true;};FCKW3CRange.CreateRange=function(A){return new FCKW3CRange(A)…
58 …ount==1){var B=A.getRangeAt(0);if (B.startContainer==B.endContainer&&(B.endOffset-B.startOffset)==…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js32 …ar H=G.endContainer;if (H.nodeType!=3) return;if (H.nodeValue.length!=G.endOffset) return;var I=H.…
55endOffset==0){while (E&&!E.previousSibling) E=E.parentNode;if (E) E=E.previousSibling;}else if (E.…
56 …dContainer,A.endOffset);}catch (e){if (e.toString().Contains('NS_ERROR_ILLEGAL_VALUE')){A.collapse…
59endOffset=null;this.collapsed=true;};FCKW3CRange.CreateRange=function(A){return new FCKW3CRange(A)…
60 …e==3?A.EndContainer.length:A.EndContainer.childNodes.length;D=(A._Range.endOffset==E);};return C&&…
63 …ount==1){var C=B.getRangeAt(0);if (C.startContainer==C.endContainer&&(C.endOffset-C.startOffset)==…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_gecko.js35 …ar H=G.endContainer;if (H.nodeType!=3) return;if (H.nodeValue.length!=G.endOffset) return;var I=H.…
66endOffset==0){while (E&&!E.previousSibling) E=E.parentNode;if (E) E=E.previousSibling;}else if (E.…
67 …dContainer,A.endOffset);}catch (e){if (e.toString().Contains('NS_ERROR_ILLEGAL_VALUE')){A.collapse…
70endOffset=null;this.collapsed=true;};FCKW3CRange.CreateRange=function(A){return new FCKW3CRange(A)…
71 …e==3?A.EndContainer.length:A.EndContainer.childNodes.length;D=(A._Range.endOffset==E);};return C&&…
74endOffset-C.startOffset)==1&&C.startContainer.nodeType==1&&FCKListsLib.StyleObjectElements[C.start…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DStorage.php1112 'endOffset' => [
1393 'endOffset' => [
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

123