Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DAdmin.php115 public $isTrash; variable in Google_Service_Admin_MailItem
161 public function setIsTrash($isTrash) argument
163 $this->isTrash = $isTrash;
167 return $this->isTrash;
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DAdmin.php116 public $isTrash; variable in Google_Service_Admin_MailItem
162 public function setIsTrash($isTrash) argument
164 $this->isTrash = $isTrash;
168 return $this->isTrash;
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DAdmin.php116 public $isTrash; variable in Google_Service_Admin_MailItem
162 public function setIsTrash($isTrash) argument
164 $this->isTrash = $isTrash;
168 return $this->isTrash;
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DAdmin.php116 public $isTrash; variable in Google_Service_Admin_MailItem
162 public function setIsTrash($isTrash) argument
164 $this->isTrash = $isTrash;
168 return $this->isTrash;
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dcollisionhandler.cpp42 if (t && t->isTrash()) { in _handle_collision()
61 if (t && t->isTrash()) { in _handle_collision()
H A Dgamebody.h117 bool isTrash() const;
H A Dgamebody.cpp70 bool GameBody::isTrash() const { in isTrash() function in GameBody
H A Dcworld.cpp415 if (c->isTrash()) in addBody()
458 if (sim==&realsim && (g=dynamic_cast<GameBody*>(sim->physic.bodies[id])) && g->isTrash()) { in evtDeleteBody()
/dports/x11-fm/pcmanfm-qt/pcmanfm-qt-1.0.0/pcmanfm/
H A Ddesktopwindow.cpp1823 bool isTrash; in childDragMoveEvent() local
1836 if(isTrash) { in childDragMoveEvent()
1881 bool isTrash; in childDropEvent() local
1889 if(isTrash) { in childDropEvent()
1946 bool isTrash; in childDropEvent() local
1948 if(dropIndex.isValid() && isTrash) { in childDropEvent()
2038 bool isTrash = false; in stickToPosition() local
2051 if(!isTrash) { in stickToPosition()
2082 if(isTrash) { in stickToPosition()
2125 *isTrash = true; in indexForPos()
[all …]
H A Ddesktopwindow.h168 …QModelIndex indexForPos(bool* isTrash, const QPoint& pos, const QRect& workArea, const QSize& grid…
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkfileplacesitem.cpp29 static bool isTrash(const KBookmark &bk) in isTrash() function
47 if (isTrash(m_bookmark)) { in KFilePlacesItem()
462 if (!m_folderIsEmpty && isTrash(bookmark)) { in iconNameForBookmark()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/panels/places/
H A Dplacespanel.cpp191 const bool isTrash = (item->url().scheme() == QLatin1String("trash")); in slotItemContextMenuRequested() local
192 if (isTrash) { in slotItemContextMenuRequested()
240 if (isTrash) { in slotItemContextMenuRequested()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSScanner.h381 bool isTrash; // True for a trash token, mName is ignored in this case. member
H A DnsCSSScanner.cpp1451 aTokenResult.isTrash = false; in Next()
1459 aTokenResult.isTrash = false; in Next()
1462 aTokenResult.isTrash = true; in Next()
H A DnsCSSParser.cpp8561 if (token.isTrash) { in ParseGridTemplateAreasLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSScanner.h379 bool isTrash; // True for a trash token, mName is ignored in this case. member
H A DnsCSSScanner.cpp1366 aTokenResult.isTrash = false; in Next()
1374 aTokenResult.isTrash = false; in Next()
1377 aTokenResult.isTrash = true; in Next()
H A DnsCSSParser.cpp9396 if (token.isTrash) {
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfolderview.cpp429 bool isTrash = false; in headerContextMenu() local
433 isTrash = true; in headerContextMenu()
440 if(!isTrash && columnId == dTimeColumn) { in headerContextMenu()
652 bool isTrash = false; in layoutColumns() local
656 isTrash = true; in layoutColumns()
664 if(!isTrash && columnId == dTimeColumn) { in layoutColumns()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/plugins/folder/
H A Dfoldermodel.cpp1654 const bool isTrash = (resolvedUrl().scheme() == QLatin1String("trash")); in updateActions() local
1688 newMenuAction->setVisible(!isTrash); in updateActions()
1693 if (isTrash || isTrashLink) { in updateActions()
1702 restoreFromTrash->setVisible(isTrash); in updateActions()
1711 cut->setVisible(!isTrash); in updateActions()
1736 rename->setVisible(!isTrash); in updateActions()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsAutoSyncManager.cpp1221 bool isTrash; in OnFolderHasPendingMsgs() local
1222 folder->GetFlag(nsMsgFolderFlags::Trash, &isTrash); in OnFolderHasPendingMsgs()
1223 if (!isTrash) { in OnFolderHasPendingMsgs()
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkpropertiesdialog.cpp888 bool isTrash = false; in KFilePropsPlugin() local
902 isTrash = (properties->url().scheme() == QLatin1String("trash")); in KFilePropsPlugin()
992 if (!isTrash // in KFilePropsPlugin()
1024 if (d->bMultiple || isTrash || hasRoot || !(d->m_bFromTemplate || itemList.supportsMoving())) { in KFilePropsPlugin()
1038 if (!mimeComment.isEmpty() && !isTrash) { in KFilePropsPlugin()
1722 bool isTrash = (properties->url().scheme() == QLatin1String("trash")); in KFilePermissionsPropsPlugin() local
1970 if (hasDir && !isLink && !isTrash) { in KFilePermissionsPropsPlugin()
1978 if (isTrash) { in KFilePermissionsPropsPlugin()
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmmainwidget.cpp1461 const bool isTrash = CommonKernel->folderIsTrash(mCurrentCollection); in slotEmptyFolder() local
1462 const QString title = (isTrash) ? i18n("Empty Trash") : i18n("Move to Trash"); in slotEmptyFolder()
1463 const QString text = (isTrash) ? i18n("Are you sure you want to empty the trash folder?") in slotEmptyFolder()
1468 …const QString icon = (isTrash) ? QStringLiteral("edit-delete-shred") : QStringLiteral("edit-delete… in slotEmptyFolder()
1475 if (isTrash) { in slotEmptyFolder()
1487 if (!isTrash) { in slotEmptyFolder()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DGame.cpp205 bool FoodHolder::isTrash() in isTrash() function in FoodHolder
447 if (!foodHolders[i]->isTrash() && !foodHolders[i]->isEmpty()) in eatMe()
480 …a.x > 0 && foodHolders[i]->alphaMod > 0 && foodHolders[i]->isEmpty() && !foodHolders[i]->isTrash()) in moveRight()
557 if (foodHolders[i]->isTrash()) in onUpdate()
6067 if (!foodHolders[i]->isTrash() && !foodHolders[i]->isEmpty()) in action()
6104 if (foodHolders[i]->alpha.x > 0 && foodHolders[i]->alphaMod > 0 && foodHolders[i]->isTrash()) in action()
7317 if (!foodHolders[i]->isTrash() && ing) in updateCookList()
7424 if (foodHolders[i]->alpha.x > 0 && !foodHolders[i]->isEmpty() && !foodHolders[i]->isTrash()) in onCook()
7512 if (foodHolders[i]->alpha.x > 0 && !foodHolders[i]->isTrash()) in onCook()
H A DGame.h271 bool isTrash();