Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js64 function totalPreviousWords( textIndex, wordIndex ) { argument
68 if( i == textIndex && j == wordIndex ) {
82 function getTextVal( textIndex, wordIndex ) { argument
89 function setFocus( textIndex, wordIndex ) { argument
99 function removeFocus( textIndex, wordIndex ) { argument
109 function setText( textIndex, wordIndex, newText ) { argument
114 var pos = this.indexes[textIndex][wordIndex];
131 this.removeFocus( textIndex, wordIndex );
253 function _getWordObject( textIndex, wordIndex ) { argument
255 if( this._forms[textIndex].elements[wordIndex] ) {
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js64 function totalPreviousWords( textIndex, wordIndex ) { argument
68 if( i == textIndex && j == wordIndex ) {
82 function getTextVal( textIndex, wordIndex ) { argument
89 function setFocus( textIndex, wordIndex ) { argument
99 function removeFocus( textIndex, wordIndex ) { argument
109 function setText( textIndex, wordIndex, newText ) { argument
114 var pos = this.indexes[textIndex][wordIndex];
131 this.removeFocus( textIndex, wordIndex );
253 function _getWordObject( textIndex, wordIndex ) { argument
255 if( this._forms[textIndex].elements[wordIndex] ) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1AnnotationBoundary.php29 public $wordIndex; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1AnnotationBoundary
48 public function setWordIndex($wordIndex) argument
50 $this->wordIndex = $wordIndex;
57 return $this->wordIndex;