Home
last modified time | relevance | path

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

12345678910>>...16

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/test/
H A Dewstest.cpp63 static const auto rootId = QStringLiteral("cm9vdA=="); in testBasic() local
66 {rootId, instance.identifier(), Folder::Root, QString()}, in testBasic()
67 {inboxId, QStringLiteral("Inbox"), Folder::Inbox, rootId}, in testBasic()
82 {rootId, {QString(), QByteArray()}}, in testBasic()
83 {inboxId, {rootId, "inbox"}}, in testBasic()
84 {QStringLiteral("Y2FsZW5kYXI="), {rootId, QByteArray()}}, in testBasic()
85 {QStringLiteral("dGFza3M="), {rootId, QByteArray()}}, in testBasic()
86 {QStringLiteral("Y29udGFjdHM="), {rootId, QByteArray()}}, in testBasic()
87 {QStringLiteral("b3V0Ym94"), {rootId, "outbox"}}, in testBasic()
88 {QStringLiteral("c2VudCBpdGVtcw=="), {rootId, "sent-mail"}}, in testBasic()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_send_action.cpp22 MsgId rootId) { in lookupPainter() argument
23 if (!rootId) { in lookupPainter()
30 const auto j = i->second.find(rootId); in lookupPainter()
49 MsgId rootId, in registerFor() argument
56 const auto sendAction = lookupPainter(history, rootId); in registerFor()
63 if (!_sendActions.contains(std::pair{ history, rootId })) { in registerFor()
64 _sendActions.emplace(std::pair{ history, rootId }, crl::now()); in registerFor()
72 MsgId rootId) in repliesPainter() argument
74 auto &weak = _painters[history][rootId]; in repliesPainter()
85 MsgId rootId) { in repliesPainterRemoved() argument
[all …]
H A Ddata_send_action.h33 MsgId rootId,
48 MsgId rootId);
51 MsgId rootId);
62 MsgId rootId);
H A Ddata_drafts.h77 [[nodiscard]] static DraftKey Replies(MsgId rootId) { in Replies() argument
78 return rootId.bare; in Replies()
80 [[nodiscard]] static DraftKey RepliesEdit(MsgId rootId) { in RepliesEdit() argument
81 return rootId.bare + kEditDraftShift; in RepliesEdit()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/gecko/db/
H A DBrowserProviderBookmarksTest.java77 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkChangedCountsOnUpdates()
121 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkChangedCountsOnDeletions()
131 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkChangedCountsOnDeletions()
133 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkChangedCountsOnDeletions()
135 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkChangedCountsOnDeletions()
139 new String[] { String.valueOf(rootId) }); in testBookmarkChangedCountsOnDeletions()
144 final Uri parentUri = insert("parent", null, "parent", rootId, in testBookmarkChangedCountsOnDeletions()
154 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkChangedCountsOnDeletions()
326 rootId, BrowserContract.Bookmarks.TYPE_BOOKMARK); in testBookmarkVersioning()
423 insert("folder-1", null, "folder-1", rootId, in testBookmarkVersioning()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Tree/
H A DNestedSet.php121 * @param integer $rootId
125 public function fetchRoot($rootId = 1) argument
131 $q = $this->returnQueryWithRootId($q, $rootId);
168 $rootId = isset($options['root_id']) ? $options['root_id'] : '1';
169 if (is_array($rootId)) {
180 $q = $this->returnQueryWithRootId($q, $rootId);
244 public function returnQueryWithRootId($query, $rootId = 1) argument
247 if (is_array($rootId)) {
248 … $query->addWhere($root . ' IN (' . implode(',', array_fill(0, count($rootId), '?')) . ')',
249 $rootId);
[all …]
/dports/www/owncloud/owncloud/lib/private/Files/Config/
H A DCachedMountInfo.php44 protected $rootId; variable in OC\\Files\\Config\\CachedMountInfo
56 * @param int $rootId
59 public function __construct(IUser $user, $storageId, $rootId, $mountPoint) { argument
62 $this->rootId = $rootId;
84 return $this->rootId;
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/GlobalSource/
H A DCategorySource.php109 foreach ($this->categlib->getCustomFacets() as $rootId) {
112 function ($category) use ($rootId) {
113 return $this->categlib->get_category_parent($category) == $rootId;
118 function ($category) use ($rootId) {
119 return $category != $rootId && $this->hasParent($category, $rootId);
123 $out["categories_under_{$rootId}"] = $typeFactory->multivalue($filtered);
124 $out["deep_categories_under_{$rootId}"] = $typeFactory->multivalue($deepfiltered);
/dports/www/nextcloud/nextcloud/lib/private/Files/Config/
H A DCachedMountInfo.php44 protected $rootId; variable in OC\\Files\\Config\\CachedMountInfo
66 * @param int $rootId
71 …public function __construct(IUser $user, $storageId, $rootId, $mountPoint, $mountId = null, $rootI… argument
74 $this->rootId = $rootId;
98 return $this->rootId;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java41 private String rootId; field in ContentTypeImpl
135 if (rootId == null) { in getRootId()
137 rootId = internalContentType.getParameter("start"); in getRootId()
139 return rootId; in getRootId()
142 public void setRootId(String rootId) { in setRootId() argument
143 this.rootId = rootId; in setRootId()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java41 private String rootId; field in ContentTypeImpl
135 if (rootId == null) { in getRootId()
137 rootId = internalContentType.getParameter("start"); in getRootId()
139 return rootId; in getRootId()
142 public void setRootId(String rootId) { in setRootId() argument
143 this.rootId = rootId; in setRootId()
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_15_tree/
H A D_15_tree.pde16 int rootId;
38 s[rootId].render();
43 s[rootId].setAngle(90 + sin(millis()*0.0006)*10*tmpSpeed);
86 rootId = -1;
89 rootId = i;
92 println("ROOT -> " + rootId);
98 s[rootId].adjustAngle(0);
99 s[rootId].adjustDepth(1);
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/nodeGraph/
H A DuseNodeLimit.ts17 rootId?: string
46 return limitGridLayout(nodes, limit, rootId);
49 return limitGraphLayout(nodes, edges, nodesMap, edgesMap, limit, rootId);
50 }, [edges, edgesMap, limit, nodes, nodesMap, rootId, config.gridLayout]);
59 rootId?: string
62 if (rootId) {
63 roots = [nodesMap[rootId]];
97 export function limitGridLayout(nodes: NodeDatum[], limit: number, rootId?: string) {
102 if (rootId) {
103 const index = nodes.findIndex((node) => node.id === rootId);
/dports/science/v_sim/v_sim-3.8.0/src/extraFunctions/
H A DshellProp.c59 gint rootId; in data()
121 self->priv->rootId = -1;
136 g_value_set_int(value, self->priv->rootId);
137 DBG_fprintf(stderr, "%d.\n", self->priv->rootId);
270 if (shell->priv->rootId == (gint)id)
279 shell->priv->rootId = id;
331 if (shell->priv->rootId >= 0)
333 id = shell->priv->rootId;
334 shell->priv->rootId = -1;
355 return shell->priv->rootId;
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/
H A DctkDependencyGraph.cpp72 int subgraphSize(int rootId);
352 assert(rootId > 0); in subgraphSizeRec()
354 for (int i = 0; i < this->OutDegree[rootId]; ++i) in subgraphSizeRec()
356 int child = this->edge(rootId, i); in subgraphSizeRec()
365 assert(rootId > 0); in subgraphSize()
368 vertices.insert(rootId); in subgraphSize()
369 this->subgraphSizeRec(rootId, vertices); in subgraphSize()
374 ctkDependencyGraph& subgraph, int rootId, in subgraphInsert() argument
378 for (int i = 0; i < this->OutDegree[rootId]; ++i) in subgraphInsert()
380 int childId = this->edge(rootId, i); in subgraphInsert()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dtree.php35 protected $rootId; variable in XoopsObjectTree
45 * @param string $rootId field name of root object ID
47 public function __construct(&$objectArr, $myId, $parentId, $rootId = null) argument
52 if (isset($rootId)) {
53 $this->rootId = $rootId;
71 if (isset($this->rootId)) {
72 $this->tree[$key1]['root'] = $this->objects[$i]->getVar($this->rootId);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabUiUnitTestUtils.java43 public static TabImpl prepareTab(int id, String title, int rootId) { in prepareTab() argument
44 TabImpl tab = prepareTab(id, rootId); in prepareTab()
79 public static TabImpl prepareTab(int tabId, int rootId) { in prepareTab() argument
85 doReturn(rootId).when(criticalPersistedTabData).getRootId(); in prepareTab()
90 public static TabImpl prepareTab(int tabId, int rootId, String visibleUrl) { in prepareTab() argument
91 TabImpl tab = prepareTab(tabId, rootId); in prepareTab()
/dports/net-im/matterbridge/matterbridge-1.22.3/matterclient/
H A Dmessages.go149 func (m *MMClient) PostMessage(channelId string, text string, rootId string) (string, error) { //no…
150 post := &model.Post{ChannelId: channelId, Message: text, RootId: rootId}
158 func (m *MMClient) PostMessageWithFiles(channelId string, text string, rootId string, fileIds []str…
159 post := &model.Post{ChannelId: channelId, Message: text, RootId: rootId, FileIds: fileIds}
176 func (m *MMClient) SendDirectMessage(toUserId string, msg string, rootId string) { //nolint:golint
177 m.SendDirectMessageProps(toUserId, msg, rootId, nil)
180 func (m *MMClient) SendDirectMessageProps(toUserId string, msg string, rootId string, props map[str…
197 …Post{ChannelId: m.GetChannelId(channelName, m.Team.Id), Message: msg, RootId: rootId, Props: props}
/dports/www/nextcloud/nextcloud/lib/private/Files/Mount/
H A DMountPoint.php46 protected $rootId = null; variable in OC\\Files\\Mount\\MountPoint
270 if (is_null($this->rootId) || $this->rootId === -1) {
274 $this->rootId = -1;
276 $this->rootId = (int)$storage->getCache()->getId('');
279 return $this->rootId;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DFolder.php103 * @param string $rootId ID of the root folder, NULL to auto-detect
107 public function getReadablePath($rootId = null) argument
109 if ($rootId === null) {
113 $rootId = $fileMount['folder']->getIdentifier();
117 if ($rootId === null) {
118 $rootId = $this->storage->getRootLevelFolder()->getIdentifier();
122 if ($this->identifier !== $rootId) {
124 $readablePath = $this->getParentFolder()->getReadablePath($rootId);
/dports/databases/hbase/hbase-1.2.1/hbase-procedure/src/test/java/org/apache/hadoop/hbase/procedure2/
H A DTestProcedureExecution.java136 long rootId = ProcedureTestingUtility.submitAndWait(procExecutor, rootProc); in testBadSubprocList() local
141 ProcedureInfo result = procExecutor.getResult(rootId); in testBadSubprocList()
158 long rootId = ProcedureTestingUtility.submitAndWait(procExecutor, rootProc); in testSingleSequentialProc() local
162 ProcedureInfo result = procExecutor.getResult(rootId); in testSingleSequentialProc()
174 long rootId = ProcedureTestingUtility.submitAndWait(procExecutor, rootProc); in testSingleSequentialProcRollback() local
178 ProcedureInfo result = procExecutor.getResult(rootId); in testSingleSequentialProcRollback()
302 long rootId = ProcedureTestingUtility.submitAndWait(procExecutor, proc); in testAbortTimeout() local
306 ProcedureInfo result = procExecutor.getResult(rootId); in testAbortTimeout()
319 long rootId = ProcedureTestingUtility.submitAndWait(procExecutor, proc); in testAbortTimeoutWithChildren() local
321 ProcedureInfo result = procExecutor.getResult(rootId); in testAbortTimeoutWithChildren()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DFolder.php106 * @param string $rootId ID of the root folder, NULL to auto-detect
110 public function getReadablePath($rootId = null) argument
112 if ($rootId === null) {
116 $rootId = $fileMount['folder']->getIdentifier();
120 if ($rootId === null) {
121 $rootId = $this->storage->getRootLevelFolder()->getIdentifier();
125 if ($this->identifier !== $rootId) {
127 $readablePath = $this->getParentFolder()->getReadablePath($rootId);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DFolder.php106 * @param string $rootId ID of the root folder, NULL to auto-detect
110 public function getReadablePath($rootId = null) argument
112 if ($rootId === null) {
116 $rootId = $fileMount['folder']->getIdentifier();
120 if ($rootId === null) {
121 $rootId = $this->storage->getRootLevelFolder()->getIdentifier();
125 if ($this->identifier !== $rootId) {
127 $readablePath = $this->getParentFolder()->getReadablePath($rootId);
/dports/www/gallery2/gallery2/modules/sitemap/
H A DSitemap.inc41 list ($ret, $rootId) = GalleryCoreApi::getDefaultAlbumId();
46 $ret = $this->renderSitemap($rootId);
57 * @param int $rootId
60 function renderSitemap($rootId) {
90 list ($ret, $parents) = GalleryCoreApi::fetchParentSequence($rootId);
108 $data = array($rootId, implode('/', $parents) . '/' . $rootId . '/%');
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/
H A DGeneratorApplication.java43 private String rootId; field in GeneratorApplication
59 } else if (rootId != null) { in createActions()
61 actions.add(new RootFileParentAction(rootId, rootVersion, flavor)); in createActions()
62 actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); in createActions()
100 String id = product != null ? product.getId() : rootId; in createRootFileAction()
167 this.rootId = root; in setRoodId()

12345678910>>...16