Home
last modified time | relevance | path

Searched refs:desktopInfo (Results 1 – 18 of 18) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/
H A DDynamicLinkInfo.php67 public function setDesktopInfo(Google_Service_FirebaseDynamicLinks_DesktopInfo $desktopInfo) argument
69 $this->desktopInfo = $desktopInfo;
76 return $this->desktopInfo;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/
H A DDynamicLinkInfo.php67 public function setDesktopInfo(Google_Service_FirebaseDynamicLinks_DesktopInfo $desktopInfo) argument
69 $this->desktopInfo = $desktopInfo;
76 return $this->desktopInfo;
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWorkspace/Desktop/
H A DGWDesktopView.m66 RELEASE (desktopInfo);
563 desktopInfo = [dskinfo mutableCopy];
566 desktopInfo = [NSMutableDictionary new];
586 [desktopInfo setObject: backColorDict forKey: @"backcolor"];
595 [desktopInfo setObject: imagePath forKey: @"imagepath"];
598 [desktopInfo setObject: [NSNumber numberWithInt: iconSize]
604 [desktopInfo setObject: [NSNumber numberWithInt: iconPosition]
607 [desktopInfo setObject: [NSNumber numberWithInt: infoType]
621 [desktopInfo setObject: indexes forKey: @"indexes"];
623 [defaults setObject: desktopInfo forKey: @"desktopinfo"];
[all …]
H A DGWDesktopView.h56 NSMutableDictionary *desktopInfo; variable
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWorkspace/Desktop/
H A DGWDesktopView.m66 RELEASE (desktopInfo);
563 desktopInfo = [dskinfo mutableCopy];
566 desktopInfo = [NSMutableDictionary new];
586 [desktopInfo setObject: backColorDict forKey: @"backcolor"];
595 [desktopInfo setObject: imagePath forKey: @"imagepath"];
598 [desktopInfo setObject: [NSNumber numberWithInt: iconSize]
604 [desktopInfo setObject: [NSNumber numberWithInt: iconPosition]
607 [desktopInfo setObject: [NSNumber numberWithInt: infoType]
621 [desktopInfo setObject: indexes forKey: @"indexes"];
623 [defaults setObject: desktopInfo forKey: @"desktopinfo"];
[all …]
H A DGWDesktopView.h56 NSMutableDictionary *desktopInfo; variable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopMainWindow.cpp157 connect(&desktopInfo(), &DesktopInfo::fixedWidthFontListChanged, [this]() { in MainWindow()
197 return desktopInfo().getSumatraPdfExePath(); in getSumatraPdfExePath()
489 desktopInfo().onClose(); in closeEvent()
667 return desktopInfo().desktopHooksAvailable(); in desktopHooksAvailable()
H A DDesktopInfo.hpp117 inline DesktopInfo& desktopInfo() in desktopInfo() function
H A DDesktopOptions.cpp87 desktopInfo().setZoomLevel(zoomLevel()); in initFromCommandLine()
324 desktopInfo().setZoomLevel(zoomLevel); in setZoomLevel()
H A DDesktopInfo.cpp100 &desktopInfo(), in buildFontDatabaseImpl()
H A DDesktopBrowserWindow.cpp39 channel->registerObject(QStringLiteral("desktopInfo"), &desktopInfo()); in initializeWebchannel()
H A DDesktopUtils.cpp153 return desktopInfo().getFixedWidthFontList(); in getFixedWidthFontList()
H A DDesktopWebPage.cpp418 if (isLocal && url.port() == desktopInfo().getChromiumDevtoolsPort()) in acceptNavigationRequest()
H A DDesktopGwtCallback.cpp1290 return desktopInfo().getZoomLevel(); in getZoomLevel()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/docs/
H A DElectronWindowClasses.puml24 desktopInfo ()- RStudioBrowserWindow
H A DQtWindowClasses.puml39 QWebChannel *-- DesktopInfo : desktopInfo
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM/src/
H A DloginWidget.h79 QStringList idL, desktopIcons, desktopInfo; variable
H A DloginWidget.cpp326 deIcon->setToolTip(desktopInfo[index]); in slotDesktopChanged()
493 desktopIcons.clear(); desktopInfo.clear(); in setDesktops()
495 desktopInfo = info; //save for later in setDesktops()