Home
last modified time | relevance | path

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

123

/dports/sysutils/incron/incron-81421d3a8bde0989d7e167d8a814d5232896c930/
H A Dict-main.cpp96 std::string out(IncronTab::GetUserTablePath(rUser)); in copy_from_file()
102 struct passwd* ppwd = getpwnam(rUser.c_str()); in copy_from_file()
120 bool remove_table(const std::string& rUser) in remove_table() argument
124 std::string tp(IncronTab::GetUserTablePath(rUser)); in remove_table()
146 bool list_table(const std::string& rUser) in list_table() argument
148 std::string tp(IncronTab::GetUserTablePath(rUser)); in list_table()
181 bool edit_table(const std::string& rUser) in edit_table() argument
183 std::string tp(IncronTab::GetUserTablePath(rUser)); in edit_table()
185 struct passwd* ppwd = getpwnam(rUser.c_str()); in edit_table()
382 bool reload_table(const std::string& rUser) in reload_table() argument
[all …]
H A Dincrontab.cpp224 bool IncronTab::CheckUser(const std::string& rUser) in CheckUser() argument
244 if (rUser == u) { in CheckUser()
259 if (rUser == u) { in CheckUser()
270 std::string IncronTab::GetUserTablePath(const std::string& rUser) in GetUserTablePath() argument
276 return IncronCfg::BuildPath(s, rUser); in GetUserTablePath()
H A Dincrontab.h221 static bool CheckUser(const std::string& rUser);
230 static std::string GetUserTablePath(const std::string& rUser);
H A Dusertable.h149 UserTable(EventDispatcher* pEd, const std::string& rUser, bool fSysTable);
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/
H A Dissues_test.go78 rUser := &Role{
85 Rows(rUser).
93 Set(rUser).
102 rUser = &Role{
110 Rows(rUser).
118 Set(rUser).
155 Rows(rUser).
164 Set(rUser).
174 rUser = &Role{
181 Rows(rUser).
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dgraphiccollector.cxx59 …phicEntities, const GraphicSettings& rGraphicSettings, const GraphicCollector::GraphicUser& rUser ) in ImpAddEntity() argument
65 [&rUser](const GraphicCollector::GraphicEntity& rGraphicEntity) { in ImpAddEntity()
66 return rGraphicEntity.maUser[ 0 ].mxGraphic == rUser.mxGraphic; in ImpAddEntity()
70 GraphicCollector::GraphicEntity aEntity( rUser ); in ImpAddEntity()
75 if ( rUser.maLogicalSize.Width > aIter->maLogicalSize.Width ) in ImpAddEntity()
76 aIter->maLogicalSize.Width = rUser.maLogicalSize.Width; in ImpAddEntity()
77 if ( rUser.maLogicalSize.Height > aIter->maLogicalSize.Height ) in ImpAddEntity()
78 aIter->maLogicalSize.Height = rUser.maLogicalSize.Height; in ImpAddEntity()
79 aIter->maUser.push_back( rUser ); in ImpAddEntity()
H A Dgraphiccollector.hxx76 explicit GraphicEntity( const GraphicUser& rUser ) in GraphicEntity()
77 …: maLogicalSize( rUser.maLogicalSize ), mbRemoveCropArea( false ), maGraphicCropLogic( 0, 0, 0, 0 … in GraphicEntity()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dgraphiccollector.cxx59 …phicEntities, const GraphicSettings& rGraphicSettings, const GraphicCollector::GraphicUser& rUser ) in ImpAddEntity() argument
65 [&rUser](const GraphicCollector::GraphicEntity& rGraphicEntity) { in ImpAddEntity()
66 return rGraphicEntity.maUser[ 0 ].mxGraphic == rUser.mxGraphic; in ImpAddEntity()
70 GraphicCollector::GraphicEntity aEntity( rUser ); in ImpAddEntity()
75 if ( rUser.maLogicalSize.Width > aIter->maLogicalSize.Width ) in ImpAddEntity()
76 aIter->maLogicalSize.Width = rUser.maLogicalSize.Width; in ImpAddEntity()
77 if ( rUser.maLogicalSize.Height > aIter->maLogicalSize.Height ) in ImpAddEntity()
78 aIter->maLogicalSize.Height = rUser.maLogicalSize.Height; in ImpAddEntity()
79 aIter->maUser.push_back( rUser ); in ImpAddEntity()
H A Dgraphiccollector.hxx76 explicit GraphicEntity( const GraphicUser& rUser ) in GraphicEntity()
77 …: maLogicalSize( rUser.maLogicalSize ), mbRemoveCropArea( false ), maGraphicCropLogic( 0, 0, 0, 0 … in GraphicEntity()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgpatternnode.cxx196 …le& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRange, SvgNode const & rUser) const in getValuesRelative()
223 rfW = (getWidth().isSet()) ? getWidth().solve(rUser, xcoordinate) : 0.0; in getValuesRelative()
224 rfH = (getHeight().isSet()) ? getHeight().solve(rUser, ycoordinate) : 0.0; in getValuesRelative()
251 rfX = (getX().isSet()) ? getX().solve(rUser, xcoordinate) : 0.0; in getValuesRelative()
252 rfY = (getY().isSet()) ? getY().solve(rUser, ycoordinate) : 0.0; in getValuesRelative()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgpatternnode.cxx194 …le& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRange, SvgNode const & rUser) const in getValuesRelative()
221 rfW = (getWidth().isSet()) ? getWidth().solve(rUser, NumberType::xcoordinate) : 0.0; in getValuesRelative()
222 … rfH = (getHeight().isSet()) ? getHeight().solve(rUser, NumberType::ycoordinate) : 0.0; in getValuesRelative()
249 rfX = (getX().isSet()) ? getX().solve(rUser, NumberType::xcoordinate) : 0.0; in getValuesRelative()
250 rfY = (getY().isSet()) ? getY().solve(rUser, NumberType::ycoordinate) : 0.0; in getValuesRelative()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlfld.cxx267 const OUString& rUser = aOpt.GetFullName(); in NewField() local
278 if( rUser.isEmpty() || in NewField()
279 (!rChanged.isEmpty() ? rUser != rChanged : rUser != rCreated) ) in NewField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlfld.cxx263 const OUString& rUser = aOpt.GetFullName(); in NewField() local
274 if( rUser.isEmpty() || in NewField()
275 (!rChanged.isEmpty() ? rUser != rChanged : rUser != rCreated) ) in NewField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dnotemark.cxx37 ScDocument* pD, const ScAddress& aPos, const OUString& rUser, in ScNoteMarker() argument
45 m_aUserText( rUser ), in ScNoteMarker()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dnotemark.cxx37 ScDocument* pD, const ScAddress& aPos, const OUString& rUser, in ScNoteMarker() argument
45 m_aUserText( rUser ), in ScNoteMarker()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dnotemark.hxx58 ScDocument* pD, const ScAddress& aPos, const OUString& rUser,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dnotemark.hxx59 ScDocument* pD, const ScAddress& aPos, const OUString& rUser,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dhlinettp.cxx130 void SvxHyperlinkInternetTp::setFTPUser(const OUString& rUser, const OUString& rPassword) in setFTPUser() argument
132 m_xEdLogin->set_text(rUser); in setFTPUser()
/dports/www/pecl-http/pecl_http-3.2.4/tests/
H A Dclient019.phpt48 )?%rUser-Agent: PECL_HTTP/%s PHP/%s libcurl/%s
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dhlinettp.cxx130 void SvxHyperlinkInternetTp::setFTPUser(const OUString& rUser, const OUString& rPassword) in setFTPUser() argument
132 m_xEdLogin->set_text(rUser); in setFTPUser()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/inc/
H A Dsvgpatternnode.hxx73 …e& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRange, SvgNode const & rUser) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/inc/
H A Dsvgpatternnode.hxx75 …e& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRange, SvgNode const & rUser) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1080 for ( const auto& rUser : rURL.UserList ) in changeMasterPassword() local
1081 addPersistent( rURL.Url, rUser.UserName, rUser.Passwords, in changeMasterPassword()
1182 for ( const auto& rUser : rURL.UserList ) in useDefaultMasterPassword() local
1183 addPersistent( rURL.Url, rUser.UserName, rUser.Passwords, in useDefaultMasterPassword()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1106 for ( const auto& rUser : rURL.UserList ) in changeMasterPassword() local
1107 addPersistent( rURL.Url, rUser.UserName, rUser.Passwords, in changeMasterPassword()
1208 for ( const auto& rUser : rURL.UserList ) in useDefaultMasterPassword() local
1209 addPersistent( rURL.Url, rUser.UserName, rUser.Passwords, in useDefaultMasterPassword()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dhlinettp.hxx65 void setFTPUser(const OUString& rUser, const OUString& rPassword);

123