Home
last modified time | relevance | path

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

12

/dports/devel/svntrac/cvstrac-2.0.1/
H A Dwiki.c361 int isHome = 0; local
379 isHome = is_home_page(pg);
380 isUser = isHome || is_user_page(pg);
403 }else if( isHome ){
415 if( isHome || g.okSetup ){
512 if( isHome ){
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dwiki.c361 int isHome = 0; local
379 isHome = is_home_page(pg);
380 isUser = isHome || is_user_page(pg);
403 }else if( isHome ){
415 if( isHome || g.okSetup ){
512 if( isHome ){
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dwiki.c361 int isHome = 0; local
379 isHome = is_home_page(pg);
380 isUser = isHome || is_user_page(pg);
403 }else if( isHome ){
415 if( isHome || g.okSetup ){
512 if( isHome ){
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/files/filedialog/
H A DPathBreadcrumbWidget.java173 boolean isHome = context_.isRoot(item); in addAnchor()
176 if (isHome) in addAnchor()
184 if (browseable || isHome) in addAnchor()
196 if (isHome) in addAnchor()
/dports/sysutils/plasma5-discover/discover-5.23.5/discover/qml/
H A DLoadingPage.qml5 readonly property bool isHome: true
H A DAboutPage.qml12 readonly property bool isHome: true
H A DSearchField.qml22 …placeholderText: (!enabled || !page || page.hasOwnProperty("isHome") || page.title.length === 0) ?…
H A DBrowsingPage.qml26 readonly property bool isHome: true
H A DApplicationPage.qml24 // Usually this page is not the top level page, but when we are, isHome being
29 readonly property bool isHome: true
H A DDiscoverWindow.qml167 readonly property bool isHome: true
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dlocalfolderpage.cpp37 LocalFolderBrowsePage::LocalFolderBrowsePage(bool isHome, QWidget *p) in LocalFolderBrowsePage() argument
39 , isHomeFolder(isHome) in LocalFolderBrowsePage()
H A Dlocalfolderpage.h36 LocalFolderBrowsePage(bool isHome, QWidget *p);
/dports/www/gohugo/hugo-0.91.2/resources/page/
H A Dpage_marshaljson.autogen.go64 isHome := p.IsHome()
177 IsHome: isHome,
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DFormulaEditor.cpp178 if (elementBeforePosition && !m_cursor.isHome()) { in remove()
189 if (elementBeforePosition && !m_cursor.isHome()) { in remove()
H A DFormulaCursor.h68 bool isHome() const;
H A DFormulaCursor.cpp247 bool FormulaCursor::isHome() const in isHome() function in FormulaCursor
/dports/mail/archiveopteryx-devel/aox-96ab17e/server/
H A Dmailbox.h39 bool isHome() const;
H A Dmailbox.cpp365 bool Mailbox::isHome() const in isHome() function in Mailbox
486 if ( m->isHome() ) in closestParent()
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/server/
H A Dmailbox.h38 bool isHome() const;
H A Dmailbox.cpp358 bool Mailbox::isHome() const in isHome() function in Mailbox
479 if ( m->isHome() ) in closestParent()
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/elements/
H A DRowElement.cpp152 (newcursor.isHome() && newcursor.direction()==MoveLeft) || in moveCursor()
H A DTableRowElement.cpp172 if ( (newcursor.isHome() && newcursor.direction()==MoveLeft) || in moveCursor()
H A DTokenElement.cpp270 (newcursor.isHome() && newcursor.direction()==MoveLeft) || in moveCursor()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/internal/
H A DWebBrowser.java292 if (!isHome()) { in addBrowserListeners()
659 protected boolean isHome() { in isHome() method in WebBrowser
/dports/www/bolt/bolt-2.2.24/src/Controllers/
H A DFrontend.php140 if ($content->isHome() && ($template == $app['config']->get('general/homepage_template'))) {

12