Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DDeleteTextRequest.php62 public function setTextRange(Range $textRange) argument
64 $this->textRange = $textRange;
71 return $this->textRange;
H A DDeleteParagraphBulletsRequest.php62 public function setTextRange(Range $textRange) argument
64 $this->textRange = $textRange;
71 return $this->textRange;
H A DCreateParagraphBulletsRequest.php80 public function setTextRange(Range $textRange) argument
82 $this->textRange = $textRange;
89 return $this->textRange;
H A DUpdateParagraphStyleRequest.php96 public function setTextRange(Range $textRange) argument
98 $this->textRange = $textRange;
105 return $this->textRange;
H A DUpdateTextStyleRequest.php96 public function setTextRange(Range $textRange) argument
98 $this->textRange = $textRange;
105 return $this->textRange;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js21textRange=document.selection.createRange();var preCaretTextRange=document.body.createTextRange();p…
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js896 var textRange = node.createTextRange();
897 textRange.collapse(true);
898 textRange.moveEnd('character', pos);
899 textRange.moveStart('character', pos);
900 textRange.select();
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1textRange = document.body.createTextRange();\n try {\n textRange.moveToPoint(coo…