Home
last modified time | relevance | path

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

12

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/builder/
H A DExternalEditorInput.java15 IStorage externalFile; field in ExternalEditorInput
28 return externalFile.equals(other.externalFile); in equals()
50 return externalFile.getFullPath().getFileExtension(); in getContentType()
57 return externalFile.getFullPath().toString(); in getFullPath()
66 return registry.getImageDescriptor(externalFile.getFullPath() in getImageDescriptor()
74 return externalFile.getName(); in getName()
88 return externalFile; in getStorage()
95 return externalFile.getFullPath().toString(); in getToolTipText()
99 externalFile = exFile; in ExternalEditorInput()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimHistogramSource.cpp48 const char* externalFile = kwl.find(prefix, in loadState() local
52 if(externalFile) in loadState()
54 if(!theHistogram->importHistogram(ossimFilename(externalFile))) in loadState()
59 theFilename = externalFile; in loadState()
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/require/
H A DfichierConf.class.php65 $externalFile = fopen($path, "r");
66 while (!feof($externalFile)) {
67 $val = fgets($externalFile, 1024);
72 fclose($externalFile);
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaModel.java630 File externalFile = new File(path.toOSString()); in getTarget()
632 return externalFile; in getTarget()
633 } else if (existingExternalFiles.contains(externalFile)) { in getTarget()
634 return externalFile; in getTarget()
640 if (externalFile.exists()) { in getTarget()
642 existingExternalFiles.add(externalFile); in getTarget()
643 return externalFile; in getTarget()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/
H A DFileStoreFileBuffersForExternalFiles.java50 …File externalFile= FileTool.createTempFileInPlugin(FileBuffersTestPlugin.getDefault(), new Path("e… in createPath() local
51 FileTool.copy(sourceFile, externalFile); in createPath()
52 return new Path(externalFile.getAbsolutePath()); in createPath()
H A DFileBuffersForExternalFiles.java50 …File externalFile= FileTool.createTempFileInPlugin(FileBuffersTestPlugin.getDefault(), new Path("e… in createPath() local
51 FileTool.copy(sourceFile, externalFile); in createPath()
52 return new Path(externalFile.getAbsolutePath()); in createPath()
H A DFileBufferCreation.java284 …File externalFile= FileTool.getFileInPlugin(FileBuffersTestPlugin.getDefault(), new Path("testReso… in test5() local
285 assertNotNull(externalFile); in test5()
286 IPath path= new Path(externalFile.getAbsolutePath()); in test5()
312 …File externalFile= FileTool.getFileInPlugin(FileBuffersTestPlugin.getDefault(), new Path("testReso… in test6() local
313 assertNotNull(externalFile); in test6()
314 IPath path2= new Path(externalFile.getAbsolutePath()); in test6()
546 …File externalFile= FileTool.getFileInPlugin(FileBuffersTestPlugin.getDefault(), new Path("testReso… in test5_location() local
547 assertNotNull(externalFile); in test5_location()
548 IPath path= new Path(externalFile.getAbsolutePath()); in test5_location()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DDatabaseEntry.java218 public void setBlob(final boolean externalFile) { in setBlob() argument
219 setExternalFile(externalFile); in setBlob()
349 public void setExternalFile(final boolean externalFile) { in setExternalFile() argument
350 if (externalFile) in setExternalFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaModel.java361 File externalFile = new File(path.toOSString()); in getExternalTarget() local
362 if (!externalFile.isDirectory()) { in getExternalTarget()
368 File externalFile = new File(path.toOSString()); in getExternalTarget() local
370 return externalFile; in getExternalTarget()
372 return externalFile; in getExternalTarget()
H A DDeltaProcessor.java1036 File externalFile = (File)targetLibrary; in createExternalArchiveDelta() local
1040 long newTimeStamp = getTimeStamp(externalFile); in createExternalArchiveDelta()
H A DJavaModelManager.java2733 File externalFile = JavaModel.getFile(target); in resolveVariableEntry() local
2734 if (externalFile != null) { in resolveVariableEntry()
/dports/net-p2p/awgg/AWGG-5dc1329/src/
H A Dun_lineinfo.pp812 externalFile: AnsiString;
841 externalFile := DlnNameByExename(moduleFile);
844 DEBUG_WRITELN('Checking external file: ', externalFile);
846 if FileExists(externalFile) then
849 externalFile := '';
856 externalFile := GetAbsoluteFileName(BaseModulePath, LineInfoPaths[i]);
857 externalFile := IncludeTrailingPathDelimiter(externalFile) +
861 if externalFile <> ''
862 //and (FileAge(moduleFile) <= FileAge(externalFile))
864 DEBUG_WRITELN('Reading debug info from external file ', externalFile);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/breakpoints/
H A DAbstractToggleBreakpointsTarget.java115 protected void toggleBreakpoint(final IPath externalFile, final int line) throws Exception { in toggleBreakpoint() argument
121 File file = JavaTestPlugin.getDefault().getFileInPlugin(externalFile); in toggleBreakpoint()
/dports/comms/qsstv/qsstv/editor/
H A Deditor.h81 QFile externalFile; variable
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/integration/
H A Dread_only_test.go82 externalFile := state.RootPath("foo")
85 utils.MustWriteFile(t, externalFile, 0600, "old contents")
90 utils.MustWriteFile(t, externalFile, 0600, "new contents")
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php456 $externalFile = GeneralUtility::getUrl($absoluteUrl);
457 if ($externalFile) {
468 … $fileObject = $folder->createFile($fileName)->setContents($externalFile);
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DJavaCore.java2849 File externalFile = (File) target; in getResolvedClasspathEntry() local
2850 if (externalFile.isFile()) { in getResolvedClasspathEntry()
2851 String fileName = externalFile.getName().toLowerCase(); in getResolvedClasspathEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/
H A DAntEditor.java879 File externalFile = new File(path); in openInEditor() local
880 if (externalFile.exists()) { in openInEditor()
881 new ExternalHyperlink(externalFile, -1).linkActivated(); in openInEditor()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpicstatus.cpp99 if (item->imageIsAvailable && QFile::exists(item->externalFile())) in createImgIcon()
H A Dpropertiespalette_image.cpp756 m_item->loadImage(m_item->externalFile(), true); in handleImagePageNumber()
H A DcheckDocument.cpp313 if (pageItem->externalFile().isEmpty()) in buildItem()
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DAdminController.php3330 * @param string $externalFile
3334 public function refresh($fileToRefresh, $externalFile) argument
3343 $content = (string) $guzzle->get($externalFile)->getBody();
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.h455 QString externalFile() const { return Pfile; } in externalFile() function
H A Dpageitem.cpp5527 loadImage(externalFile(), true); in restoreImageNbr()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/xar/
H A Dimportxar.cpp1887 QString imgNam = m_Doc->docPatterns[patternRef[bref]].items.at(0)->externalFile(); in handleBitmapTransparency()
2682 QString imgNam = m_Doc->docPatterns[patternRef[bref]].items.at(0)->externalFile(); in handleContoneBitmapFill()
2803 QString imgNam = m_Doc->docPatterns[patternRef[bref]].items.at(0)->externalFile(); in handleBitmap()

12