Home
last modified time | relevance | path

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

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