Home
last modified time | relevance | path

Searched refs:currentSelection (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dcomp_curs.c121 const SELECTION_INFO *currentSelection = &certInfoPtr->currentSelection; in sanityCheckSelectionInfo() local
126 if( currentSelection->dnPtr == NULL && currentSelection->dnInExtension ) in sanityCheckSelectionInfo()
131 if( currentSelection->dnPtr != NULL && \ in sanityCheckSelectionInfo()
132 !currentSelection->dnInExtension && \ in sanityCheckSelectionInfo()
216 SELECTION_INFO *currentSelection = &certInfoPtr->currentSelection; in syncSelection() local
232 resetDNselection( currentSelection ); in syncSelection()
233 currentSelection->dnPtr = NULL; in syncSelection()
964 currentSelection->dnComponentCount = 0; in setAttributeCursorDN()
971 currentSelection->dnComponentCount--; in setAttributeCursorDN()
988 currentSelection->dnComponent, in setAttributeCursorDN()
[all …]
H A Dcomp_del.c126 certInfoPtr->currentSelection.dnPtr ) ); in deleteCertAttribute()
144 certInfoPtr->currentSelection.dnPtr ); in deleteCertAttribute()
150 certInfoPtr->currentSelection.dnPtr = NULL; in deleteCertAttribute()
184 certInfoPtr->currentSelection.dnPtr ) == OK_SPECIAL ) in deleteCertComponent()
188 certInfoPtr->currentSelection.dnPtr = NULL; in deleteCertComponent()
213 certInfoPtr->currentSelection.dnPtr ) == OK_SPECIAL ) in deleteCertComponent()
217 certInfoPtr->currentSelection.dnPtr = NULL; in deleteCertComponent()
260 certInfoPtr->currentSelection.dnPtr ); in deleteCertComponent()
271 certInfoPtr->currentSelection.dnPtr ); in deleteCertComponent()
277 certInfoPtr->currentSelection.dnPtr = NULL; in deleteCertComponent()
[all …]
/dports/www/goose/goose/
H A Dgoose102 $currentSelection = 0;
255 $currentSelection += $chunkSize;
359 $currentSelection++;
365 my $sel = $currentSelection;
366 $currentSelection++;
369 print_result($currentSelection);
378 if ($currentSelection == 0) {
391 $currentSelection--;
397 my $sel = $currentSelection;
398 $currentSelection--;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java81 String currentSelection); in addMenuItem() argument
100 addMenuItem(label, null, currentSelection); in addOneInputMethodToMenu()
109 addMenuItem(label, command, currentSelection); in addOneInputMethodToMenu()
126 static boolean isSelected(String command, String currentSelection) { in isSelected() argument
127 if (command == null || currentSelection == null) { in isSelected()
130 if (command.equals(currentSelection)) { in isSelected()
134 int index = currentSelection.indexOf('\n'); in isSelected()
202 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
207 if (isSelected(command, currentSelection)) { in addMenuItem()
260 addMenuItem(delegate, label, command, currentSelection); in addMenuItem()
[all …]
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/visual/
H A DModeSelectorCanvas.cpp111 int selectedButton = currentSelection; in OnMouseReleased()
120 if (currentSelection != selectedButton) { in OnMouseReleased()
124 currentSelection = selectedButton; in OnMouseReleased()
167 currentSelection = i; in setSelection()
172 currentSelection = -1; in setSelection()
177 if (currentSelection == -1) { in getSelectionLabel()
180 return selections[currentSelection].label; in getSelectionLabel()
186 currentSelection = i; in setSelection()
191 currentSelection = -1; in setSelection()
196 if (currentSelection == -1) { in getSelection()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/qmloscilloscope/qml/qmloscilloscope/
H A DControlPanel.qml55 currentSelection: 1
56 onSelectionChanged: openGlChanged(currentSelection == 1);
62 currentSelection: 0
63 onSelectionChanged: seriesTypeChanged(items[currentSelection]);
70 currentSelection: 0
74 sampleCountButton.items[sampleCountButton.currentSelection]);
81 currentSelection: 2
91 currentSelection: 2
92 onSelectionChanged: refreshRateChanged(items[currentSelection]);
100 currentSelection: 0
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DSelectionModificationHelper.cpp211 int diff = currentSelection.startPos - numOfNewSelBase; in getNewSelectionForBorderMoving()
212 int newLength = currentSelection.length + diff; in getNewSelectionForBorderMoving()
217 resultSelection = U2Region(currentSelection.startPos, currentSelection.length); in getNewSelectionForBorderMoving()
225 int newLength = numOfNewSelBase - currentSelection.startPos; in getNewSelectionForBorderMoving()
236 return currentSelection; in getNewSelectionForBorderMoving()
257 …ableSide, globalMousePos.x(), baseSize.width(), U2Region(currentSelection.x(), currentSelection.wi… in getNewSelection()
258 …tion = QRect(horizontalSelection.startPos, currentSelection.y(), horizontalSelection.length, curre… in getNewSelection()
264 …resultSelection = QRect(currentSelection.x(), verticalSelection.startPos, currentSelection.width()… in getNewSelection()
302 return currentSelection; in getNewSelectionForCornerMoving()
308 …alBorder, globalMousePos.x(), baseSize.width(), U2Region(currentSelection.x(), currentSelection.wi… in getNewSelectionForCornerMoving()
[all …]
/dports/games/galaxyhack/galaxyhack/src/
H A DForceSelectWin.cpp53 switch (currentSelection.choice) { in SwitchOnChoice()
64 switch (currentSelection.choice) { in SwitchOnChoice()
94 switch(currentSelection.choice) { in SwitchOnChoice()
199 switch(currentSelection.choice) { in SwitchOnChoice()
299 switch(currentSelection.choice) { in SwitchOnChoice()
428 switch(currentSelection.choice) { in SwitchOnChoice()
449 switch(currentSelection.choice) { in SwitchOnChoice()
500 switch(currentSelection.choice) { in SwitchOnChoice()
607 switch(currentSelection.choice) { in SwitchOnChoice()
610 currentSelection.desc = ""; in SwitchOnChoice()
[all …]
H A DPopupMenu.cpp157 …if ((currentSelection.choiceType == MCT_None || currentSelection.choice != FS_DeleteGroup) && butt… in MouseD()
161 if (currentSelection.choice == FS_DeleteGroup) { in MouseD()
170 if (currentSelection.choiceType == MCT_LeftCursor) { in SwitchOnChoice()
171 switch (currentSelection.choice) { in SwitchOnChoice()
173 SelectGroup(mySide, currentSelection.parem, RTS_GroupStats); in SwitchOnChoice()
177 …myWindows.push_back(GenWindow(rect.x, rect.y, FS_EditGroup, currentSelection.parem, 0, WFLAG_TILED… in SwitchOnChoice()
181 ForceSelect::DeleteGroupCheck(currentSelection.parem); in SwitchOnChoice()
185 sides[0].saveGroups[whichSaveGroup].y = currentSelection.parem; in SwitchOnChoice()
189 CoordsInt tempCoords = {0, currentSelection.parem}; in SwitchOnChoice()
194 } else if (currentSelection.choiceType == MCT_RightCursor && gsCurrent != GST_ForceSelect) { in SwitchOnChoice()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dkeyboard_event_handler.ts33 const selection = globals.state.currentSelection;
113 if (!globals.state.currentSelection ||
114 globals.state.currentSelection.kind !== 'CHROME_SLICE') {
117 const sliceId = globals.state.currentSelection.id;
139 if (!globals.state.currentSelection ||
144 const sliceId = globals.state.currentSelection.id;
168 const selection = globals.state.currentSelection;
196 globals.state.currentSelection !== null) {
197 const tracks = globals.state.currentSelection.trackId ?
198 [globals.state.currentSelection.trackId] :
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dundogui.cpp199 currentSelection = 0; in UndoPalette()
283 currentSelection = undoList->count() - 1; in insertUndoItem()
292 currentSelection = 0; in insertRedoItem()
304 currentSelection -= steps; in updateUndo()
313 currentSelection += steps; in updateRedo()
323 currentSelection = undoList->count() - 1; in popBack()
369 if (i > currentSelection) in undoListClicked()
370 emit redo(i - currentSelection); in undoListClicked()
371 else if (i < currentSelection) in undoListClicked()
372 emit undo(currentSelection - i); in undoListClicked()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/itemviews/
H A Dqitemselectionmodel.cpp807 indexes = currentSelection.indexes(); in _q_layoutAboutToBeChanged()
875 currentSelection.clear(); in _q_layoutChanged()
893 currentSelection.clear(); in _q_layoutChanged()
1085 old.merge(d->currentSelection, d->currentCommand); in select()
1094 d->currentSelection.clear(); in select()
1104 d->currentSelection = sel; in select()
1213 if (d->currentSelection.count()) { in isSelected()
1267 if (d->currentSelection.count()) in isRowSelected()
1268 joined += d->currentSelection; in isRowSelected()
1331 if (d->currentSelection.count()) in isColumnSelected()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dselectioncontroller.cpp17 QScopedPointer<Context> currentSelection; member in KDevelop::SelectionControllerPrivate
28 Context* SelectionController::currentSelection() in currentSelection() function in KDevelop::SelectionController
32 return d->currentSelection.data(); in currentSelection()
39 d->currentSelection.reset(ctx); in updateSelection()
40 emit selectionChanged(d->currentSelection.data()); in updateSelection()
/dports/www/py-lektor/Lektor-3.2.2/lektor/admin/static/js/dialogs/
H A DfindFiles.jsx15 currentSelection: -1, property in FindFiles.constructor.state
32 currentSelection: -1,
53 currentSelection: Math.min(
54 this.state.currentSelection,
63 let sel = this.state.currentSelection;
72 this.onActiveItem(this.state.currentSelection);
75 currentSelection: sel,
92 currentSelection: Math.min(index, this.state.results.length - 1),
109 className={idx === this.state.currentSelection ? "active" : ""}
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/handlers/
H A DBuildProjectHandler.java50 ISelection currentSelection = HandlerUtil in execute() local
53 if (currentSelection instanceof IStructuredSelection) { in execute()
54 runBuildAction(window, currentSelection); in execute()
56 currentSelection = extractSelectionFromEditorInput(HandlerUtil in execute()
58 runBuildAction(window, currentSelection); in execute()
76 ISelection currentSelection) { in runBuildAction() argument
78 buildAction.selectionChanged((IStructuredSelection) currentSelection); in runBuildAction()
/dports/textproc/qstardict/qstardict-qstardict-1.3/qstardict/
H A Dselection.cpp28 QString currentSelection() in currentSelection() function
57 inline QString currentSelection() in currentSelection() function
82 m_lastState = currentSelection(); in setScan()
91 if (m_lastState != currentSelection()) in timerEvent()
93 m_lastState = currentSelection(); in timerEvent()

12345678910>>...23