Home
last modified time | relevance | path

Searched defs:folderPath (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/php/
H A Dio.php19 function GetUrlFromPath( $resourceType, $folderPath )
32 function ServerMapFolder( $resourceType, $folderPath )
46 function GetParentFolder( $folderPath )
52 function CreateServerFolder( $folderPath )
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/php/
H A Dio.php18 function GetUrlFromPath( $resourceType, $folderPath )
31 function ServerMapFolder( $resourceType, $folderPath )
45 function GetParentFolder( $folderPath )
51 function CreateServerFolder( $folderPath )
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcurveio.cpp42 CurvePopup(const QString name, const TFilePath folderPath, in CurvePopup()
77 SaveCurvePopup(const TFilePath folderPath, TDoubleParam *curve) in SaveCurvePopup()
112 LoadCurvePopup(const TFilePath folderPath, TDoubleParam *curve) in LoadCurvePopup()
155 ExportCurvePopup(const TFilePath folderPath, TDoubleParam *curve, in ExportCurvePopup()
217 TFilePath folderPath = in saveCurve() local
226 TFilePath folderPath = in loadCurve() local
235 TFilePath folderPath = in exportCurve() local
/dports/mail/davmail/davmail-src-6.0.1-3390/src/test/davmail/exchange/
H A DTestExchangeSessionSearchContact.java35 String folderPath = Settings.getProperty("davmail.publicContactFolder"); in testSearchPublicContacts() local
44 String folderPath = Settings.getProperty("davmail.publicContactFolder"); in testSearchPublicContactsRange() local
50 String folderPath = Settings.getProperty("davmail.publicContactFolder"); in testSearchPublicContactsWithPicture() local
/dports/graphics/digikam/digikam-7.4.0/core/utilities/import/items/
H A Dcamerafolderitem.cpp44 QString folderPath; member in Digikam::CameraFolderItem::Private
58 const QString& folderPath, const QIcon &icon) in CameraFolderItem()
85 QString CameraFolderItem::folderPath() const in folderPath() function in Digikam::CameraFolderItem
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dio.php59 function GetUrlFromPath( $resourceType, $folderPath, $sCommand )
69 function ServerMapFolder( $resourceType, $folderPath, $sCommand )
83 function GetParentFolder( $folderPath )
89 function CreateServerFolder( $folderPath, $lastFolder = null )
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/
H A DMessageCreateThread.java21 String folderPath; field in MessageCreateThread
27 …MessageCreateThread(String threadName, ExchangeSession session, String folderPath, String messageN… in MessageCreateThread() argument
60 …public static void createMessage(ExchangeSession session, String folderPath, String messageName, H… in createMessage() argument
H A DExchangeSession.java301 public MessageList searchMessages(String folderPath) throws IOException { in searchMessages()
844 public ExchangeSession.Folder getFolder(String folderPath) throws IOException { in getFolder()
1099 public String folderPath; field in ExchangeSession.Folder
1746 protected String folderPath; field in ExchangeSession.Item
1767 public Item(String folderPath, String itemName, String etag, String noneMatch) { in Item()
2404 public abstract List<Event> getEventMessages(String folderPath) throws IOException; in getEventMessages()
2413 public List<Event> getAllEvents(String folderPath) throws IOException { in getAllEvents()
2490 public List<Event> searchTasksOnly(String folderPath) throws IOException { in searchTasksOnly()
2548 public abstract Item getItem(String folderPath, String itemName) throws IOException; in getItem()
2904 public abstract boolean isSharedFolder(String folderPath); in isSharedFolder()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/project/
H A DProjectUtils.cpp66 bool ProjectUtils::isFolderInRecycleBin(const QString &folderPath) { in isFolderInRecycleBin()
70 bool ProjectUtils::isFolderInRecycleBinSubtree(const QString &folderPath) { in isFolderInRecycleBinSubtree()
74 bool ProjectUtils::isSystemFolder(const QString &folderPath) { in isSystemFolder()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php86 function GetUrlFromPath($resourceType, $folderPath, $sCommand)
109 function ServerMapFolder($resourceType, $folderPath, $sCommand)
129 function GetParentFolder($folderPath)
142 function CreateServerFolder($folderPath, $lastFolder = null)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php89 function GetUrlFromPath($resourceType, $folderPath, $sCommand)
112 function ServerMapFolder($resourceType, $folderPath, $sCommand)
133 function GetParentFolder($folderPath)
146 function CreateServerFolder($folderPath, $lastFolder = null)
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/vfs/suffix/
H A Dvfs_suffix.h51 bool setPinState(const QString &folderPath, PinState state) override in setPinState()
53 Optional<PinState> pinState(const QString &folderPath) override in pinState()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/vfs/suffix/
H A Dvfs_suffix.h51 bool setPinState(const QString &folderPath, PinState state) override in setPinState()
53 Optional<PinState> pinState(const QString &folderPath) override in pinState()
/dports/graphics/yacreader/yacreader-9.8.2/common/
H A Dfolder.cpp10 …der(qulonglong folderId, qulonglong parentId, const QString &folderName, const QString &folderPath) in Folder()
38 Folder::Folder(const QString &folderName, const QString &folderPath) in Folder()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/vfs/xattr/
H A Dvfs_xattr.cpp155 const auto folderPath = absolutePath.mid(params().filesystemPath.length()); in statTypeVirtualFile() local
173 bool VfsXAttr::setPinState(const QString &folderPath, PinState state) in setPinState()
178 Optional<PinState> VfsXAttr::pinState(const QString &folderPath) in pinState()
183 Vfs::AvailabilityResult VfsXAttr::availability(const QString &folderPath) in availability()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DRemoveFolderFromIndex.java27 IPath folderPath; field in RemoveFolderFromIndex
31 …public RemoveFolderFromIndex(IPath folderPath, char[][] inclusionPatterns, char[][] exclusionPatte… in RemoveFolderFromIndex()
H A DAddFolderToIndex.java31 IPath folderPath; field in AddFolderToIndex
36 …public AddFolderToIndex(IPath folderPath, IProject project, char[][] inclusionPatterns, char[][] e… in AddFolderToIndex()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/common/
H A Dvfs.cpp91 bool Vfs::setPinStateInDb(const QString &folderPath, PinState state) in setPinStateInDb()
100 Optional<PinState> Vfs::pinStateInDb(const QString &folderPath) in pinStateInDb()
106 Vfs::AvailabilityResult Vfs::availabilityInDb(const QString &folderPath) in availabilityInDb()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DEwsExchangeSession.java158 protected FolderPath(String folderPath) { in FolderPath()
1150 public void deleteFolder(String folderPath) throws IOException { in deleteFolder()
1457 protected Event(String folderPath, EWSMethod.Item response) { in Event()
2399 public Item getItem(String folderPath, String itemName) throws IOException { in getItem()
2505 public void deleteItem(String folderPath, String itemName) throws IOException { in deleteItem()
2581 public void processItem(String folderPath, String itemName) throws IOException { in processItem()
2619 public boolean isSharedFolder(String folderPath) { in isSharedFolder()
2624 public boolean isMainCalendar(String folderPath) throws IOException { in isMainCalendar()
2735 protected FolderId getFolderId(String folderPath) throws IOException { in getFolderId()
2745 protected FolderId getFolderIdIfExists(String folderPath) throws IOException { in getFolderIdIfExists()
[all …]
/dports/net/mailimporter/mailimporter-21.12.3/src/mailimporter/filters/
H A Dfilterkmailarchive.cpp58 bool FilterKMailArchive::importMessage(const KArchiveFile *file, const QString &folderPath) in importMessage()
68 bool FilterKMailArchive::importFolder(const KArchiveDirectory *folder, const QString &folderPath) in importFolder()
106 … FilterKMailArchive::importDirectory(const KArchiveDirectory *directory, const QString &folderPath) in importDirectory()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dwatchedfoldersmodel.cpp94 const QString folderPath = m_watchedFolders.takeAt(i); in removeRows() local
127 const QString folderPath = m_watchedFolders.at(row); in folderOptions() local
135 const QString folderPath = m_watchedFolders.at(row); in setFolderOptions() local
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/common/
H A Dvfs.cpp96 bool Vfs::setPinStateInDb(const QString &folderPath, PinState state) in setPinStateInDb()
105 Optional<PinState> Vfs::pinStateInDb(const QString &folderPath) in pinStateInDb()
111 Vfs::AvailabilityResult Vfs::availabilityInDb(const QString &folderPath) in availabilityInDb()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/
H A DXMPFiles_Impl.cpp345 std::string folderPath ( origPath, 0, namePos ); in CreateTempFile() local
412 void XMP_FolderInfo::Open ( const char * folderPath ) in Open()
434 bool XMP_FolderInfo::GetFolderPath ( std::string * folderPath ) in GetFolderPath()
512 void XMP_FolderInfo::Open ( const char * folderPath ) in Open()
536 bool XMP_FolderInfo::GetFolderPath ( std::string * folderPath ) in GetFolderPath()
/dports/graphics/dcp2icc/dcp2icc-0.1/fixes/XMP-Toolkit/
H A DXMPFiles_Impl.cpp345 std::string folderPath ( origPath, 0, namePos ); in CreateTempFile() local
412 void XMP_FolderInfo::Open ( const char * folderPath ) in Open()
434 bool XMP_FolderInfo::GetFolderPath ( std::string * folderPath ) in GetFolderPath()
512 void XMP_FolderInfo::Open ( const char * folderPath ) in Open()
536 bool XMP_FolderInfo::GetFolderPath ( std::string * folderPath ) in GetFolderPath()
/dports/multimedia/haruna/haruna-0.7.3/src/
H A Dplaylistitem.cpp61 QString PlayListItem::folderPath() const in folderPath() function in PlayListItem
66 void PlayListItem::setFolderPath(const QString &folderPath) in setFolderPath()

12345678910>>...14