Home
last modified time | relevance | path

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

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DServicePointManager.cs718 string tempEntry = MakeQueryString(address, isProxyServicePoint); in FindServicePointHelper()
722 …Manager::FindServicePointHelper() locking and looking up tempEntry:[" + tempEntry.ToString() + "]"… in FindServicePointHelper()
725 … WeakReference servicePointReference = s_ServicePointTable[tempEntry] as WeakReference; in FindServicePointHelper()
742 …= new ServicePoint(address, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, is… in FindServicePointHelper()
745 s_ServicePointTable[tempEntry] = servicePointReference; in FindServicePointHelper()
774 string tempEntry = null; in FindServicePoint()
783 tempEntry = "ByHost:"+host+":"+port.ToString(CultureInfo.InvariantCulture); in FindServicePoint()
786 …ePointManager::FindServicePoint() locking and looking up tempEntry:[" + tempEntry.ToString() + "]"… in FindServicePoint()
789 … WeakReference servicePointReference = s_ServicePointTable[tempEntry] as WeakReference; in FindServicePoint()
807 …ew ServicePoint(host, port, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, is… in FindServicePoint()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx310 OUString tempEntry, destFolder; in downloadExtensions() local
311 if (::osl::File::createTempFile(&sTempDir, nullptr, &tempEntry ) != ::osl::File::E_None) in downloadExtensions()
315 tempEntry = tempEntry.copy( tempEntry.lastIndexOf( '/' ) + 1 ); in downloadExtensions()
317 destFolder = dp_misc::makeURL( sTempDir, tempEntry ) + "_"; in downloadExtensions()
557 OUString destFolder, tempEntry; in download() local
560 nullptr, &tempEntry ) != ::osl::File::E_None) in download()
565 tempEntry = tempEntry.copy( tempEntry.lastIndexOf( '/' ) + 1 ); in download()
567 destFolder = dp_misc::makeURL( m_sDownloadFolder, tempEntry ) + "_"; in download()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/utils/lui/
H A Dcommandwin.py20 self.tempEntry = ''
24 self.tempEntry = curr
41 elif self.tempEntry != '':
42 return self.tempEntry
47 self.tempEntry = ''
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx297 OUString tempEntry, destFolder; in downloadExtensions() local
298 if (::osl::File::createTempFile(&sTempDir, nullptr, &tempEntry ) != ::osl::File::E_None) in downloadExtensions()
302 tempEntry = tempEntry.copy( tempEntry.lastIndexOf( '/' ) + 1 ); in downloadExtensions()
304 destFolder = dp_misc::makeURL( sTempDir, tempEntry ) + "_"; in downloadExtensions()
544 OUString destFolder, tempEntry; in download() local
547 nullptr, &tempEntry ) != ::osl::File::E_None) in download()
552 tempEntry = tempEntry.copy( tempEntry.lastIndexOf( '/' ) + 1 ); in download()
554 destFolder = dp_misc::makeURL( m_sDownloadFolder, tempEntry ) + "_"; in download()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DSoundex.php3645 $tempEntry = $workingEntry;
3646 $tempEntry[count($tempEntry) - 1] .= '!'; // Prevent false 'doubles'
3647 $partialResult[] = $tempEntry;
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DSoundex.php760 $tempEntry = $workingEntry;
761 $tempEntry[count($tempEntry) - 1] .= '!'; // Prevent false 'doubles'
762 $partialResult[] = $tempEntry;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimCibCadrgTileSource.cpp698 ossimRpfFrameEntry tempEntry; in getIntersectingEntries() local
707 tempEntry)) in getIntersectingEntries()
709 if(tempEntry.exists()) in getIntersectingEntries()
715 tempEntry)); in getIntersectingEntries()
1259 ossimRpfFrameEntry tempEntry; in populateLut() local
1267 tempEntry); in populateLut()
1268 if(tempEntry.getFullPath().exists()) in populateLut()
1274 if(aFrame.parseFile(tempEntry.getFullPath()) in populateLut()
1340 ossimRpfFrameEntry tempEntry; in updatePropertiesToFirstValidFrame() local
1348 tempEntry); in updatePropertiesToFirstValidFrame()
[all …]
H A DossimImageCacheBase.cpp282 ossimRpfFrameEntry tempEntry; in buildFrameEntryArray() local
283 tempEntry.setEntry(ossimFilename(""), fileName); in buildFrameEntryArray()
284 m_frameEntryArray[rowNum][colNum] = tempEntry; in buildFrameEntryArray()
421 ossimRpfFrameEntry tempEntry = m_frameEntryArray[row][col]; in getIntersectingEntries() local
422 if(tempEntry.exists()) in getIntersectingEntries()
428 tempEntry)); in getIntersectingEntries()
/dports/math/ogdf/OGDF/include/ogdf/basic/heap/
H A DBinaryHeap.h324 HeapEntry tempEntry = m_heapArray[pos]; in siftUp() local
328 this->comparator()(tempEntry.value, m_heapArray[parentIndex(run)].value)) { in siftUp()
335 m_heapArray[run] = tempEntry; in siftUp()
366 HeapEntry tempEntry = m_heapArray[pos]; in siftDown() local
368 m_heapArray[sIndex] = tempEntry; in siftDown()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/
H A DRuntimeInfoSection.java451 IBuildEntry tempEntry = build.getEntry(PROPERTY_JAR_ORDER); in entryModified() local
452 if (tempEntry != null && tempEntry.contains(oldName)) in entryModified()
453 tempEntry.renameToken(oldName, newName); in entryModified()
457 if (tempEntry != null) in entryModified()
458 tempEntry.setName(PROPERTY_OUTPUT_PREFIX + newName); in entryModified()
461 tempEntry = build.getEntry(PROPERTY_BIN_INCLUDES); in entryModified()
462 if (tempEntry != null && tempEntry.contains(oldName)) in entryModified()
463 tempEntry.renameToken(oldName, newName); in entryModified()
466 tempEntry = build.getEntry(PROPERTY_BIN_EXCLUDES); in entryModified()
467 if (tempEntry != null && tempEntry.contains(oldName)) in entryModified()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DSegCache.cpp191 SegCacheEntry & tempEntry = m_entries[length][j]; in purge() local
194 if (tempEntry.accessCount() <= minAccessCount && in purge()
195 tempEntry.lastAccess() <= oldAccessTime) in purge()
197 tempEntry.clear(); in purge()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DSegCache.cpp191 SegCacheEntry & tempEntry = m_entries[length][j]; in purge() local
194 if (tempEntry.accessCount() <= minAccessCount && in purge()
195 tempEntry.lastAccess() <= oldAccessTime) in purge()
197 tempEntry.clear(); in purge()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DApplicationPartition.cs961 DirectoryEntry tempEntry = null; in CreateApplicationPartition()
971tempEntry = new DirectoryEntry("LDAP://" + context.GetServerName() + "/" + distinguishedName, cont… in CreateApplicationPartition()
972 parent = tempEntry.Parent; in CreateApplicationPartition()
991 if (tempEntry != null) in CreateApplicationPartition()
993 tempEntry.Dispose(); in CreateApplicationPartition()
1010 DirectoryEntry tempEntry = null; in CreateApplicationPartition()
1020tempEntry = new DirectoryEntry("LDAP://" + context.Name + "/" + distinguishedName, context.UserNam… in CreateApplicationPartition()
1021 parent = tempEntry.Parent; in CreateApplicationPartition()
1038 if (tempEntry != null) in CreateApplicationPartition()
1040 tempEntry.Dispose(); in CreateApplicationPartition()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/commands/
H A DUserActions.java260 deleteIds.add(tempEntry); in DoDelete()
268 append(tempEntry.getIdentifier()). in DoDelete()
272 append(tempEntry.getTitle()). in DoDelete()
344 entries.add(tempEntry); in silentDelete()
499 if(tempEntry.isSniped()) { in CancelSnipe()
502 tempEntry.cancelSnipe(false); in CancelSnipe()
503 MQFactory.getConcrete("redraw").enqueue(tempEntry.getIdentifier()); in CancelSnipe()
1099 tempEntry.setNeedsUpdate(); in DoUpdate()
1117 tempEntry.setComplete(false); in DoSetNotEnded()
1118 tempEntry.setNeedsUpdate(); in DoSetNotEnded()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/netonix/
H A DNETONIX-SWITCH-MIB165 tempEntry OBJECT-TYPE
184 ::= { tempEntry 1 }
191 ::= { tempEntry 2 }
198 ::= { tempEntry 3 }
/dports/net-mgmt/observium/observium/mibs/netonix/
H A DNETONIX-SWITCH-MIB165 tempEntry OBJECT-TYPE
184 ::= { tempEntry 1 }
191 ::= { tempEntry 2 }
198 ::= { tempEntry 3 }

123