Home
last modified time | relevance | path

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

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Drange.hpp129 : m_From(from), m_ToOpen(toOpen) in COpenRange()
161 if ( toOpen <= from ) in GetLength()
163 position_type len = toOpen - from; in GetLength()
175 TThisType& SetToOpen(position_type toOpen) in SetToOpen() argument
177 m_ToOpen = toOpen; in SetToOpen()
198 position_type toOpen = from + length; in SetLength() local
199 if ( toOpen < from ) in SetLength()
200 toOpen = GetWholeToOpen(); in SetLength()
201 return SetToOpen(toOpen); in SetLength()
207 position_type toOpen = GetToOpen(); in SetLengthDown() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Drange.hpp129 : m_From(from), m_ToOpen(toOpen) in COpenRange()
161 if ( toOpen <= from ) in GetLength()
163 position_type len = toOpen - from; in GetLength()
175 TThisType& SetToOpen(position_type toOpen) in SetToOpen() argument
177 m_ToOpen = toOpen; in SetToOpen()
198 position_type toOpen = from + length; in SetLength() local
199 if ( toOpen < from ) in SetLength()
200 toOpen = GetWholeToOpen(); in SetLength()
201 return SetToOpen(toOpen); in SetLength()
207 position_type toOpen = GetToOpen(); in SetLengthDown() local
[all …]
/dports/games/scid/scid/scripts/
H A Dsc_remote.tk352 set toOpen [list]
365 lappend toOpen $f
371 makeStatusWindow [llength $toOpen]
379 foreach db $toOpen {
399 foreach db $toOpen {
428 ldelete toOpen $db
438 while { [llength $toOpen] > 0 } {
439 dputs "Dealing with remaining non-open databases /$toOpen/ ..."
440 set next [lindex $toOpen 0]
442 ldelete toOpen $next
/dports/audio/elisa/elisa-21.12.3/src/qml/mobile/
H A DMobileFooterBar.qml49 id: toOpen
70 toOpen.stop();
80 toOpen.restart();
85 toOpen.restart();
102 toOpen.stop();
H A DMobileMinimizedPlayerControl.qml182 onClicked: toOpen.restart()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtwebengine/examples/pdfwidgets/pdfviewer/
H A Dmainwindow.cpp118 …QUrl toOpen = QFileDialog::getOpenFileUrl(this, tr("Choose a PDF"), QUrl(), "Portable Documents (*… in on_actionOpen_triggered() local
119 if (toOpen.isValid()) in on_actionOpen_triggered()
120 open(toOpen); in on_actionOpen_triggered()
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dnet_common.c214 int NET_Config (int toOpen) in NET_Config() argument
221 if (old_config == toOpen) in NET_Config()
224 old_config |= toOpen; in NET_Config()
226 if (toOpen == NET_NONE) in NET_Config()
243 NET_OpenIP (toOpen); in NET_Config()
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DKeyPoll.cpp206 SDL_GameController *toOpen = SDL_GameControllerOpen(evt.cdevice.which); in Poll() local
210 SDL_GameControllerName(toOpen) in Poll()
212 controllers[SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(toOpen))] = toOpen; in Poll()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcseqscanner.cpp186 int from, int toOpen, const char * a, const char * A, int off ) in x_MainLoop() argument
192 if( toOpen > A - a ) toOpen = A - a; in x_MainLoop()
193 if( toOpen - from < int( winLen ) ) return; in x_MainLoop()
202 for( const char * w = a + toOpen ; x <= w ; ++pos ) { in x_MainLoop()
H A Dcseqscanner.hpp63 int from, int toOpen, const char * a, const char * A, int off );
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DTileMap.cpp117 if (door->toOpen[0].x==p.x && door->toOpen[0].y==p.y) { in GetDoorByPosition()
120 if (door->toOpen[1].x==p.x && door->toOpen[1].y==p.y) { in GetDoorByPosition()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DContainer.h66 Point toOpen;
H A DDoor.h92 Point toOpen[2]; variable
/dports/ftp/ncftp3/ncftp-3.2.6/vis/
H A Dbmed.c1156 volatile BookmarkPtr toOpen; local
1201 toOpen = NULL;
1289 toOpen = (BookmarkPtr) gCurHostListItem;
1379 if (toOpen != (BookmarkPtr) 0) {
1382 LaunchNcFTP(toOpen->bookmarkName);
1386 WriteSelectedBMToFile(toOpen->bookmarkName);
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DOsmo4.java187 final String toOpen; in onCreate() local
192 toOpen = uri.toString(); in onCreate()
195 toOpen = null; in onCreate()
197 toOpen = null; in onCreate()
220 if (toOpen != null) in onCreate()
221 openURLasync(toOpen); in onCreate()
296 Osmo4Renderer renderer = new Osmo4Renderer(Osmo4.this, gpacConfig, toOpen); in onCreate()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DOsmo4.java187 final String toOpen; in onCreate() local
192 toOpen = uri.toString(); in onCreate()
195 toOpen = null; in onCreate()
197 toOpen = null; in onCreate()
220 if (toOpen != null) in onCreate()
221 openURLasync(toOpen); in onCreate()
296 Osmo4Renderer renderer = new Osmo4Renderer(Osmo4.this, gpacConfig, toOpen); in onCreate()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/mac/
H A Dfile_utilities_mac.mm78 NSString *toOpen;
112 toOpen = [file retain];
220 [[NSWorkspace sharedWorkspace] openFile:toOpen withApplication:[url path]];
221 } else if (!Platform::File::UnsafeShowOpenWith(NS2QString(toOpen))) {
222 Platform::File::UnsafeLaunch(NS2QString(toOpen));
227 [toOpen release];
/dports/audio/mixxx/mixxx-2.3.0/src/soundio/
H A Dsoundmanager.cpp362 QVector<DeviceMode> toOpen; in setupDevices() local
446 toOpen.append(mode); in setupDevices()
450 for (const auto& mode: toOpen) { in setupDevices()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/AREImporter/
H A DAREImporter.cpp922 Point toOpen[2]; in GetMap() local
924 toOpen[0].x = minX; in GetMap()
926 toOpen[0].y = minY; in GetMap()
928 toOpen[1].x = maxX; in GetMap()
930 toOpen[1].y = maxY; in GetMap()
1036 door->toOpen[0] = toOpen[0]; in GetMap()
1037 door->toOpen[1] = toOpen[1]; in GetMap()
1937 tmpWord = (ieWord) d->toOpen[0].x; in PutDoors()
1939 tmpWord = (ieWord) d->toOpen[0].y; in PutDoors()
1941 tmpWord = (ieWord) d->toOpen[1].x; in PutDoors()
[all …]
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLApp.cpp840 QFileInfo toOpen(pathInQResource); in open_Example_Action() local
841 openExampleAction(toOpen.baseName()); in open_Example_Action()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DActions.cpp2480 p = door->toOpen; in RemoveTraps()
2481 otherp = door->toOpen+1; in RemoveTraps()
2562 p = door->toOpen; in PickLock()
2563 otherp = door->toOpen+1; in PickLock()
2659 Point *p = door->toOpen; in ToggleDoor()
2660 Point *otherp = door->toOpen+1; in ToggleDoor()
6333 pos = door->toOpen; in BashDoor()
6334 Point *otherp = door->toOpen+1; in BashDoor()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DGameControl.cpp1967 const Point *p = door->toOpen; in HandleDoor()
1968 const Point *otherp = door->toOpen+1; in HandleDoor()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/public/-/speedscope/
H A Dspeedscope.026f36b0.js.map1toOpen: CallTreeNode[] = []\n for (\n let node: CallTreeNode | null = stackTop;\n …
H A Dimport.e3a73ef4.js.map1toOpen: CPUProfileNode[] = []\n for (\n let node: CPUProfileNode | null = stackTop;\n …
/dports/devel/sonarqube-community/sonarqube-9.2.4.50792/web/js/
H A DoutZ4QEXPZ4.js.map4toOpen = true;\n\n\t\t\t\tif (typeof input.getInput === 'function') {\n\t\t\t\t\t// Get the actual…