Home
last modified time | relevance | path

Searched refs:startBoundary (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1RuntimeAnnotation.php176 …blic function setStartBoundary(GoogleCloudContactcenterinsightsV1AnnotationBoundary $startBoundary) argument
178 $this->startBoundary = $startBoundary;
185 return $this->startBoundary;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_gecko.js120 FCKSelection.GetBoundaryParentElement = function( startBoundary ) argument
131 var range = oSel.getRangeAt( startBoundary ? 0 : ( oSel.rangeCount - 1 ) ) ;
133 var element = startBoundary ? range.startContainer : range.endContainer ;
H A Dfckselection_ie.js76 FCKSelection.GetBoundaryParentElement = function( startBoundary ) argument
91 range.collapse( startBoundary !== false ) ;