Home
last modified time | relevance | path

Searched refs:actionText (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/parse/
H A DScopeParser.java98 String actionText = action.getText(); in parseAttributeDef() local
99 int[] lines = new int[actionText.length()]; in parseAttributeDef()
104 if (actionText.charAt(i) == '\n') { in parseAttributeDef()
114 …if (i < actionText.length() - 1 && actionText.charAt(i) == '/' && actionText.charAt(i + 1) == '/')… in parseAttributeDef()
115 while (i < actionText.length() && actionText.charAt(i) != '\n') { in parseAttributeDef()
270 if (actionText == null) { in _splitArgumentList()
274 actionText = actionText.replaceAll("//[^\\n]*", ""); in _splitArgumentList()
275 int n = actionText.length(); in _splitArgumentList()
280 int c = actionText.charAt(p); in _splitArgumentList()
286 actionText.charAt(p + 1) == '\'') { in _splitArgumentList()
[all …]
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dshortcuts.cpp73 QString Shortcuts::isReserved(const QString &shortcut, const QString &actionText) in isReserved() argument
76 if (actions.contains(cleanName(actionText))) { in isReserved()
88 void Shortcuts::setShortcut(const QString &shortcut, const QString &actionText) in setShortcut() argument
90 if (actions.contains(cleanName(actionText))) { in setShortcut()
91 actions[cleanName(actionText)]->setShortcut(shortcut); in setShortcut()
92 settings.setValue(settingsKey(actions[cleanName(actionText)]), shortcut); in setShortcut()
96 void Shortcuts::clearShortcut(const QString &actionText) in clearShortcut() argument
98 if (actions.contains(cleanName(actionText))) { in clearShortcut()
99 actions[cleanName(actionText)]->setShortcut(QString("")); in clearShortcut()
100 settings.setValue(settingsKey(actions[cleanName(actionText)]), QString("")); in clearShortcut()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Difactionparameterdefinition.cpp196 …inition::Editor IfActionParameterDefinition::findAppropriateEditor(const QString &actionText) const in findAppropriateEditor()
201 if(actionText == mItems.first.at(DoNothing) || actionText == mItems.second.at(DoNothing) || in findAppropriateEditor()
202 … (mAllowWait && (actionText == mItems.first.at(Wait) || actionText == mItems.second.at(Wait)))) in findAppropriateEditor()
205 if(actionText == mItems.first.at(Goto) || actionText == mItems.second.at(Goto)) in findAppropriateEditor()
208 if(actionText == mItems.first.at(RunCode) || actionText == mItems.second.at(RunCode)) in findAppropriateEditor()
211 … if(actionText == mItems.first.at(CallProcedure) || actionText == mItems.second.at(CallProcedure)) in findAppropriateEditor()
217 void IfActionParameterDefinition::updateStatus(const QString &actionText) in updateStatus() argument
223 switch(findAppropriateEditor(actionText)) in updateStatus()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/dragging/
H A Dmainwindow.cpp88 QString actionText; in mousePressEvent() local
91 actionText = tr("The text was copied."); in mousePressEvent()
94 actionText = tr("The text was moved."); in mousePressEvent()
97 actionText = tr("The text was linked."); in mousePressEvent()
100 actionText = tr("The drag was ignored."); in mousePressEvent()
103 actionText = tr("Unknown action."); in mousePressEvent()
106 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/doc/snippets/dragging/
H A Dmainwindow.cpp98 QString actionText; in mousePressEvent() local
101 actionText = tr("The text was copied."); in mousePressEvent()
104 actionText = tr("The text was moved."); in mousePressEvent()
107 actionText = tr("The text was linked."); in mousePressEvent()
110 actionText = tr("The drag was ignored."); in mousePressEvent()
113 actionText = tr("Unknown action."); in mousePressEvent()
116 statusBar()->showMessage(actionText); in mousePressEvent()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/NatEditPlugin/
H A DFormButton.pm59 my $actionText;
69 $actionText = $session->{i18n}->maketext("Change form");
75 $actionText = $session->{i18n}->maketext("Add form");
83 $actionText =~ s/&&/\&/g;
92 $theFormat =~ s/\$action/$actionText/g;
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/extensions/
H A Dagents_alerts.php293 $actionText = '';
296 $actionText = '<div style="margin-left: 10px;"><ul class="action_list">';
298 $actionText .= '<div><span class="action_name"><li>' . $action['name'];
300 $actionText .= " (".$action["fires_min"] . " / ". $action["fires_max"] . ")";
302 $actionText .= '</li></span><br /></div>';
304 $actionText .= '</ul></div>';
308 $actionText = db_get_sql ("SELECT name
315 $data[1] = $actionText;

12345678910>>...26