Home
last modified time | relevance | path

Searched +defs:path +defs:parent (Results 1 – 25 of 29982) sorted by relevance

12345678910>>...1200

/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmpui/
H A Dpluginitem.cpp42 PluginItem::PluginItem(QTreeWidgetItem *parent, InputSourceFactory *factory, const QString &path) in PluginItem()
52 PluginItem::PluginItem(QTreeWidgetItem *parent, DecoderFactory *factory, const QString &path) in PluginItem()
61 PluginItem::PluginItem(QTreeWidgetItem *parent, EngineFactory *factory, const QString &path) in PluginItem()
70 PluginItem::PluginItem(QTreeWidgetItem *parent, EffectFactory *factory, const QString &path) in PluginItem()
79 PluginItem::PluginItem(QTreeWidgetItem *parent, VisualFactory *factory, const QString &path) in PluginItem()
88 PluginItem::PluginItem(QTreeWidgetItem *parent, GeneralFactory *factory, const QString &path) in PluginItem()
97 PluginItem::PluginItem(QTreeWidgetItem *parent, OutputFactory *factory, const QString &path) in PluginItem()
107 PluginItem::PluginItem(QTreeWidgetItem *parent, FileDialogFactory *factory, const QString &path) in PluginItem()
117 PluginItem::PluginItem(QTreeWidgetItem *parent, UiFactory *factory, const QString &path) in PluginItem()
139 void PluginItem::showAbout(QWidget *parent) in showAbout()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/common/
H A DPathTrie.java68 TrieNode parent; field in PathTrie.TrieNode
97 void setParent(TrieNode parent) { in setParent()
203 public void addPath(final String path) { in addPath()
213 TrieNode parent = rootNode; in addPath() local
233 public void deletePath(final String path) { in deletePath()
244 TrieNode parent = rootNode; in deletePath() local
268 public boolean existsNode(final String path) { in existsNode()
278 TrieNode parent = rootNode; in existsNode() local
300 public String findMaxPrefix(final String path) { in findMaxPrefix()
307 TrieNode parent = rootNode; in findMaxPrefix() local
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dprojectpopup.h35 ProjectDvDirModelFileFolderNode(DvDirModelNode *parent, std::wstring name, in ProjectDvDirModelFileFolderNode()
36 const TFilePath &path) in ProjectDvDirModelFileFolderNode()
38 ProjectDvDirModelFileFolderNode(DvDirModelNode *parent, const TFilePath &path) in ProjectDvDirModelFileFolderNode()
53 ProjectDvDirModelSpecialFileFolderNode(DvDirModelNode *parent, in ProjectDvDirModelSpecialFileFolderNode()
55 const TFilePath &path) in ProjectDvDirModelSpecialFileFolderNode()
67 ProjectDvDirModelProjectNode(DvDirModelNode *parent, const TFilePath &path) in ProjectDvDirModelProjectNode()
89 int columnCount(const QModelIndex &parent) const override { return 1; } in columnCount()
H A Dexportscenepopup.h25 ExportSceneDvDirModelFileFolderNode(DvDirModelNode *parent, std::wstring name, in ExportSceneDvDirModelFileFolderNode()
26 const TFilePath &path) in ExportSceneDvDirModelFileFolderNode()
28 ExportSceneDvDirModelFileFolderNode(DvDirModelNode *parent, in ExportSceneDvDirModelFileFolderNode()
29 const TFilePath &path) in ExportSceneDvDirModelFileFolderNode()
45 ExportSceneDvDirModelSpecialFileFolderNode(DvDirModelNode *parent, in ExportSceneDvDirModelSpecialFileFolderNode()
47 const TFilePath &path) in ExportSceneDvDirModelSpecialFileFolderNode()
59 ExportSceneDvDirModelProjectNode(DvDirModelNode *parent, in ExportSceneDvDirModelProjectNode()
60 const TFilePath &path) in ExportSceneDvDirModelProjectNode()
101 int columnCount(const QModelIndex &parent) const override { return 1; } in columnCount()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/util/
H A Dpath.cpp38 String get_filename(const String &path) { in get_filename()
44 String get_extension(const String &path) { in get_extension()
67 String GetParent(const String &path) { in GetParent()
77 String GetFilename(const String &path) { in GetFilename()
122 bool IsSameOrSubDir(const String &parent, const String &path) { in IsSameOrSubDir()
146 void FixupPath(String &path) { in FixupPath()
212 String ConcatPaths(const String &parent, const String &child) { in ConcatPaths()
222 String ConcatPaths(String &buf, const String &parent, const String &child) { in ConcatPaths()
233 String MakePath(const String &parent, const String &filename) { in MakePath()
239 String MakePath(const String &parent, const String &filename, const String &ext) { in MakePath()
[all …]
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprBrowser.cpp48 ExprTreeItem(ExprTreeItem* parent, const QString& label, const QString& path) in ExprTreeItem() function in ExprTreeItem
55 ExprTreeItem* find(QString path) { in find()
123 ExprTreeItem* parent; member in ExprTreeItem
125 QString path; member in ExprTreeItem
154 QModelIndex parent(const QModelIndex& index) const { in parent() function in ExprTreeModel
180 int rowCount(const QModelIndex& parent = QModelIndex()) const { in rowCount()
202 QModelIndex find(QString path) { in find()
221 ExprTreeFilterModel(QWidget* parent = 0) : QSortFilterProxyModel(parent) {} in ExprTreeFilterModel()
245 ExprBrowser::ExprBrowser(QWidget* parent, ExprEditor* editor) in ExprBrowser()
313 QString path = item->path; in handleSelection() local
[all …]
/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dcollectionpathresolver.cpp25 explicit CollectionPathResolverPrivate(CollectionPathResolver *parent) in CollectionPathResolverPrivate()
30 void init(const QString &path, const Collection &rootCollection) in init()
49 QStringList splitPath(const QString &path) in splitPath()
142 CollectionPathResolver::CollectionPathResolver(const QString &path, QObject *parent) in CollectionPathResolver()
149 …ionPathResolver::CollectionPathResolver(const QString &path, const Collection &parentCollection, Q… in CollectionPathResolver()
156 CollectionPathResolver::CollectionPathResolver(const Collection &collection, QObject *parent) in CollectionPathResolver()
177 QString CollectionPathResolver::path() const in path() function in CollectionPathResolver
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/
H A Dpartsbincommands.cpp34 PartsBinBaseCommand::PartsBinBaseCommand(class PartsBinPaletteWidget* bin, QUndoCommand* parent) in PartsBinBaseCommand()
46 …inAddRemoveArrangeCommand(class PartsBinPaletteWidget* bin, QString moduleID, QUndoCommand *parent) in PartsBinAddRemoveArrangeCommand()
54 …d(class PartsBinPaletteWidget* bin, QString moduleID, QString path, int index, QUndoCommand *paren… in PartsBinAddRemoveCommand()
71 …d(class PartsBinPaletteWidget* bin, QString moduleID, QString path, int index, QUndoCommand *paren… in PartsBinAddCommand()
84 …d(class PartsBinPaletteWidget* bin, QString moduleID, QString path, int index, QUndoCommand *paren… in PartsBinRemoveCommand()
97 …ass PartsBinPaletteWidget* bin, QString moduleID, int oldIndex, int newIndex, QUndoCommand *parent) in PartsBinArrangeCommand()
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/filesystem/
H A Dfilesystemmodel.cpp54 FileNode::FileNode(FileSystemModel *model, const QString &path, FileNode *parent) : in FileNode() function in FileNode
106 FileNode* FileNode::parent() in parent() function in FileNode
129 QString FileNode::path() const in path() function in FileNode
191 FileNode *FileNode::findPath(const QString &path) in findPath()
200 FileNode *parent = this; in findPath() local
223 FileSystemModel::FileSystemModel(QObject *parent) : in FileSystemModel()
256 FileNode *parent = node->parent(); in reloadDirectory() local
431 QModelIndex parent = parentIndex; in findPathHelper() local
485 QModelIndex FileSystemModel::parent(const QModelIndex &child) const in parent() function in FileSystemModel
488 FileNode *parent = node->parent(); in parent() local
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/
H A DPath.java44 public Path(String parent, String child) { in Path()
49 public Path(Path parent, String child) { in Path() method in Path
54 public Path(String parent, Path child) { in Path()
59 public Path(Path parent, Path child) { in Path() method in Path
198 String path = uri.getPath(); in getName() local
205 String path = uri.getPath(); in getParent() local
212 String parent; in getParent() local
240 String path = uri.getPath(); in toString() local
274 String path = uri.getPath(); in depth() local
286 Path path = this; in makeQualified() local
[all …]
/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/language/
H A Dvisitor.py181 parent, # type: Any argument
182 path, # type: List[Union[int, str]] argument
195 parent, # type: Any argument
196 path, # type: List[Union[int, str]] argument
221 parent, # type: Any argument
222 path, # type: List[Union[int, str]] argument
241 parent, # type: Any argument
242 path, # type: List[Union[int, str]] argument
270 parent, # type: Any argument
271 path, # type: List[Union[int, str]] argument
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/TagManager/Resource/
H A DAccountsContainersWorkspacesFolders.php37 public function create($parent, Google_Service_TagManager_Folder $postBody, $optParams = array())
50 public function delete($path, $optParams = array())
67 public function entities($path, $optParams = array())
81 public function get($path, $optParams = array())
99 public function listAccountsContainersWorkspacesFolders($parent, $optParams = array())
117 …public function move_entities_to_folder($path, Google_Service_TagManager_Folder $postBody, $optPar…
134 public function revert($path, $optParams = array())
152 public function update($path, Google_Service_TagManager_Folder $postBody, $optParams = array())
H A DAccountsContainersWorkspacesTags.php37 public function create($parent, Google_Service_TagManager_Tag $postBody, $optParams = array())
50 public function delete($path, $optParams = array())
64 public function get($path, $optParams = array())
82 public function listAccountsContainersWorkspacesTags($parent, $optParams = array())
99 public function revert($path, $optParams = array())
117 public function update($path, Google_Service_TagManager_Tag $postBody, $optParams = array())
H A DAccountsContainersWorkspacesTriggers.php37 public function create($parent, Google_Service_TagManager_Trigger $postBody, $optParams = array())
51 public function delete($path, $optParams = array())
66 public function get($path, $optParams = array())
84 public function listAccountsContainersWorkspacesTriggers($parent, $optParams = array())
102 public function revert($path, $optParams = array())
121 public function update($path, Google_Service_TagManager_Trigger $postBody, $optParams = array())
H A DAccountsContainersWorkspacesVariables.php37 …public function create($parent, Google_Service_TagManager_Variable $postBody, $optParams = array())
51 public function delete($path, $optParams = array())
66 public function get($path, $optParams = array())
84 public function listAccountsContainersWorkspacesVariables($parent, $optParams = array())
102 public function revert($path, $optParams = array())
121 public function update($path, Google_Service_TagManager_Variable $postBody, $optParams = array())
H A DAccountsContainersWorkspacesZones.php37 public function create($parent, Google_Service_TagManager_Zone $postBody, $optParams = array())
50 public function delete($path, $optParams = array())
64 public function get($path, $optParams = array())
82 public function listAccountsContainersWorkspacesZones($parent, $optParams = array())
99 public function revert($path, $optParams = array())
117 public function update($path, Google_Service_TagManager_Zone $postBody, $optParams = array())
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TagManager/Resource/
H A DAccountsContainersWorkspacesFolders.php37 public function create($parent, Google_Service_TagManager_Folder $postBody, $optParams = array())
50 public function delete($path, $optParams = array())
67 public function entities($path, $optParams = array())
81 public function get($path, $optParams = array())
99 public function listAccountsContainersWorkspacesFolders($parent, $optParams = array())
117 …public function move_entities_to_folder($path, Google_Service_TagManager_Folder $postBody, $optPar…
134 public function revert($path, $optParams = array())
152 public function update($path, Google_Service_TagManager_Folder $postBody, $optParams = array())
H A DAccountsContainersWorkspacesTemplates.php37 …public function create($parent, Google_Service_TagManager_CustomTemplate $postBody, $optParams = a…
51 public function delete($path, $optParams = array())
66 public function get($path, $optParams = array())
84 public function listAccountsContainersWorkspacesTemplates($parent, $optParams = array())
102 public function revert($path, $optParams = array())
121 …public function update($path, Google_Service_TagManager_CustomTemplate $postBody, $optParams = arr…
H A DAccountsContainersWorkspacesTriggers.php37 public function create($parent, Google_Service_TagManager_Trigger $postBody, $optParams = array())
51 public function delete($path, $optParams = array())
66 public function get($path, $optParams = array())
84 public function listAccountsContainersWorkspacesTriggers($parent, $optParams = array())
102 public function revert($path, $optParams = array())
121 public function update($path, Google_Service_TagManager_Trigger $postBody, $optParams = array())
H A DAccountsContainersWorkspacesZones.php37 public function create($parent, Google_Service_TagManager_Zone $postBody, $optParams = array())
50 public function delete($path, $optParams = array())
64 public function get($path, $optParams = array())
82 public function listAccountsContainersWorkspacesZones($parent, $optParams = array())
99 public function revert($path, $optParams = array())
117 public function update($path, Google_Service_TagManager_Zone $postBody, $optParams = array())
H A DAccountsContainersWorkspacesVariables.php37 …public function create($parent, Google_Service_TagManager_Variable $postBody, $optParams = array())
51 public function delete($path, $optParams = array())
66 public function get($path, $optParams = array())
84 public function listAccountsContainersWorkspacesVariables($parent, $optParams = array())
102 public function revert($path, $optParams = array())
121 public function update($path, Google_Service_TagManager_Variable $postBody, $optParams = array())
H A DAccountsContainersWorkspacesTags.php37 public function create($parent, Google_Service_TagManager_Tag $postBody, $optParams = array())
50 public function delete($path, $optParams = array())
64 public function get($path, $optParams = array())
82 public function listAccountsContainersWorkspacesTags($parent, $optParams = array())
99 public function revert($path, $optParams = array())
117 public function update($path, Google_Service_TagManager_Tag $postBody, $optParams = array())
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DPath.java87 public Path(String parent, String child) { in Path()
92 public Path(Path parent, String child) { in Path() method in Path
97 public Path(String parent, Path child) { in Path()
102 public Path(Path parent, Path child) { in Path() method in Path
260 private static boolean hasWindowsDrive(String path) { in hasWindowsDrive()
336 String path = uri.getPath(); in getName() local
343 String path = uri.getPath(); in getParent() local
350 String parent; in getParent() local
378 String path = uri.getPath(); in toString() local
415 String path = uri.getPath(); in depth() local
[all …]
/dports/devel/gamin/gamin-0.1.10/server/
H A Dgam_poll_dnotify.c75 const char *path; in gam_poll_dnotify_delist_node() local
102 const char *path; in gam_poll_dnotify_relist_node() local
128 const char *path; in gam_poll_dnotify_flowon_node() local
150 const char *path; in gam_poll_dnotify_flowoff_node() local
168 const char *path; in gam_poll_dnotify_poll_file() local
297 GamNode *parent = gam_node_parent(node); in gam_poll_dnotify_poll_file() local
373 const char *path; in node_remove_subscription() local
457 const char *path = gam_subscription_get_path (sub); in gam_poll_dnotify_add_subscription() local
506 char *parent; in gam_poll_dnotify_add_subscription() local
543 GamNode *parent; in gam_poll_dnotify_remove_subscription_real() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/jfr/
H A DFileHelper.java45 Path path = Paths.get(subPath + "/test.jfr"); in getDest() local
46 Path parent = path.getParent(); in getDest() local
61 Path path = Paths.get(buff.toString()); in createLongDir() local
68 final Path path = getDest(subPath); in getDestReadOnly() local
69 Path parent = path.getParent(); in getDestReadOnly() local
77 public static Path createReadOnlyFile(Path path) throws IOException { in createReadOnlyFile()
83 public static Path createReadOnlyDir(Path path) throws IOException { in createReadOnlyDir()
93 public static boolean isReadOnlyPath(Path path) throws IOException { in isReadOnlyPath()

12345678910>>...1200