Home
last modified time | relevance | path

Searched refs:textIdx (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/rth/rth/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
37 my( $textIdx, $wordIdx, @suggs ) = @_;
38 print "suggs[$textIdx][$wordIdx] = [";
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
37 my( $textIdx, $wordIdx, @suggs ) = @_;
38 print "suggs[$textIdx][$wordIdx] = [";
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
37 my( $textIdx, $wordIdx, @suggs ) = @_;
38 print "suggs[$textIdx][$wordIdx] = [";
/dports/games/scummvm/scummvm-2.5.1/engines/twine/parser/
H A Dtext.cpp59 const TextId textIdx = (TextId)indexStream->readUint16LE(); in loadFromHQR() local
76 add(textBankId, TextEntry{result, entry, textIdx}); in loadFromHQR()
77 debug(5, "index: %i (bank %i), text: %s", (int)textIdx, (int)textBankId, result.c_str()); in loadFromHQR()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DtextBuffer.c21 static const int textIdx = 0; variable
64 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
67 char *str = options[textIdx].val.str; in configure()
H A Dclock.c8 static const int textIdx = 0; variable
34 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
36 char *str = options[textIdx].val.str; in configure()
H A DmenuRadioItem.c51 static const int textIdx = 0; variable
64 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
66 …if ( gnoclMenuItemHandleText ( interp, GTK_MENU_ITEM ( para->widget ), options[textIdx].val.obj ) … in configure()
105 if ( idx == textIdx ) in cget()
H A DmenuCheckItem.c66 static const int textIdx = 0; variable
94 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
97 options[textIdx].val.obj ) != TCL_OK ) in configure()
130 if ( idx == textIdx ) in cget()
H A DtickerTape.c56 static const int textIdx = 0; variable
82 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
84 char *str = options[textIdx].val.str; in configure()
H A Dpbar.c47 static const int textIdx = 4; variable
402 options + textIdx, &para->textVariable, in configure()
441 assert ( strcmp ( options[textIdx].optName, "-textVariable" ) == 0 ); in configure()
471 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
475 assert ( strcmp ( options[textIdx].optName, "-text" ) == 0 ); in configure()
476 setText ( para->pbar, options[textIdx].val.str ); in configure()
H A DlabelButton.c89 static const int textIdx = 0; variable
97 …if ( options[textIdx].status == GNOCL_STATUS_CHANGED && gnoclConfigButtonText ( interp, button, op… in configure()
291 if ( idx == textIdx ) in cget()
H A DscaleButton.c27 static const int textIdx = 0; variable
84 if ( options[textIdx].status == GNOCL_STATUS_CHANGED in configure()
85 && gnoclConfigScaleButtonText ( interp, widget, options[textIdx].val.obj ) in configure()
275 if ( idx == textIdx ) in cget()
H A DmenuItem.c46 static const int textIdx = 0; variable
252 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
254 if ( gnoclMenuItemHandleText ( interp, label, options[textIdx].val.obj ) in configure()
H A DtoggleButton.c33 static const int textIdx = 0; variable
431 …if ( options[textIdx].status == GNOCL_STATUS_CHANGED && gnoclConfigButtonText ( interp, GTK_BUTTON… in configure()
567 if ( idx == textIdx ) in cget()
728 if ( toggleButtonOptions[textIdx].status == GNOCL_STATUS_CHANGED ) in gnoclToggleButtonCmd()
H A Dbutton.c43 static const int textIdx = 0; variable
157 …if ( options[textIdx].status == GNOCL_STATUS_CHANGED && gnoclConfigButtonText ( interp, GTK_BUTTON… in configure()
429 if ( idx == textIdx ) in cget()
H A DcheckButton.c77 static const int textIdx = 0; variable
338 …if ( options[textIdx].status == GNOCL_STATUS_CHANGED && gnoclConfigButtonText ( interp, GTK_BUTTON… in configure()
387 if ( idx == textIdx ) in cget()
H A Dlabel.c67 static const int textIdx = 3; variable
439 if ( options[textIdx].status == GNOCL_STATUS_CHANGED ) in configure()
441 char *str = options[textIdx].val.str; in configure()
517 if ( idx == textIdx ) in cget()
H A DmessageDialog.c44 static const int textIdx = 0; variable
559 if ( ! ( ( dialogOptions[textIdx].status == GNOCL_STATUS_CHANGED ) in gnoclDialogCmd()
569 if ( dialogOptions[textIdx].status == GNOCL_STATUS_CHANGED ) in gnoclDialogCmd()
573 dialogOptions[textIdx].val.str ) ); in gnoclDialogCmd()
H A D_messageDialog.c43 static const int textIdx = 0; variable
585 …if ( ! ( ( dialogOptions[textIdx].status == GNOCL_STATUS_CHANGED ) ^ ( dialogOptions[childIdx].sta… in gnoclDialogCmd()
593 if ( dialogOptions[textIdx].status == GNOCL_STATUS_CHANGED ) in gnoclDialogCmd()
595 …gtk_message_dialog_new ( NULL, 0, type, GTK_BUTTONS_NONE, "%s", dialogOptions[textIdx].val.str ) ); in gnoclDialogCmd()
/dports/games/scummvm/scummvm-2.5.1/engines/twine/menu/
H A Dmenuoptions.h47 bool enterText(TextId textIdx, char *textTargetBuf, size_t bufSize);
51 int chooseSave(TextId textIdx, bool showEmptySlots = false);
H A Dmenuoptions.cpp236 bool MenuOptions::enterText(TextId textIdx, char *textTargetBuf, size_t bufSize) { in enterText() argument
239 _engine->_text->getMenuText(textIdx, buffer, sizeof(buffer)); in enterText()
348 int MenuOptions::chooseSave(TextId textIdx, bool showEmptySlots) { in chooseSave() argument
366 if (textIdx != TextId::kCreateSaveGame || i > 1) { in chooseSave()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/util/
H A Dwidget.cpp67 auto textIdx = 0; in setComboBoxTexts() local
70 while ((comboBoxIdx < numItems) && (textIdx < numTexts)) { in setComboBoxTexts()
72 comboBox->setItemText(comboBoxIdx, texts[textIdx]); in setComboBoxTexts()
73 ++textIdx; in setComboBoxTexts()
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/tablelist/scripts/
H A DtablelistMove.tcl54 set textIdx [expr {double($line)}]
62 if {[lsearch -exact [$w tag names $textIdx] select] >= 0} {
65 set textIdx [$w search $elide "\t" $textIdx+1c $line.end]+1c
/dports/www/getleft/Getleft-v1.2/scripts/tablelist4.8/scripts/
H A DtablelistMove.tcl54 set textIdx [expr {double($line)}]
62 if {[lsearch -exact [$w tag names $textIdx] select] >= 0} {
65 set textIdx [$w search $elide "\t" $textIdx+1c $line.end]+1c
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importdeh/src/
H A Ddehreader.cpp1695 int textIdx = ded->getTextNum(id.toUtf8().constData()); in replaceTextValue() local
1696 if(textIdx < 0) return; in replaceTextValue()
1702 ded->text[textIdx].setText(newValue.toUtf8().constData()); in replaceTextValue()
1704 << textIdx << id << newValue; in replaceTextValue()
1917 int textIdx = ded->getTextNum(textMapping->name.toUtf8().constData()); in patchText() local
1918 if(textIdx < 0) return false; in patchText()
1925 ded->text[textIdx].setText(newStrUtf8.constData()); in patchText()
1928 << textIdx << textMapping->name << newStrUtf8.constData(); in patchText()

123