Home
last modified time | relevance | path

Searched refs:refresh_path (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DCompleter.cc172 refresh_path(dh, Charset::fromSystem(*it)); in refresh()
186 void refresh_path(DIR *dh, const std::string& path);
196 PathCompleterMethod::refresh_path(DIR *dh, const std::string& path) in refresh_path() function in PathCompleterMethod
/dports/www/py-freenit/freenit-0.1.25/freenit/api/
H A Dauth.py68 refresh_path = current_app.config['JWT_REFRESH_COOKIE_PATH']
75 path=refresh_path,
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_agent.erl191 [refresh_path(Path, Blacklist) || Path <- ToRefresh],
194 refresh_path(Path, Blacklist) -> function
/dports/games/battletanks/btanks-0.9.8083/engine/ai/
H A Dburatino.cpp247 const bool refresh_path = !racing && _refresh_path.tick(dt) && object->is_driven(); in calculate() local
326 if ( ((refresh_path && isEnemy(target)) || target->get_id() != _target_id)) { in calculate()
/dports/deskutils/egroupware/egroupware/filemanager/inc/
H A Dclass.filemanager_ui.inc.php1218 $refresh_path = Vfs::dirname($path); // for renames, we have to refresh the parent
1344 …Framework::refresh_opener($msg, 'filemanager', $refresh_path ? $refresh_path : $path, 'edit', null…
/dports/mail/geary/geary-40.0/src/client/conversation-list/
H A Dconversation-list-view.vala627 model.foreach(refresh_path);
632 private bool refresh_path(Gtk.TreeModel model, Gtk.TreePath path, Gtk.TreeIter iter) {
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/opentorrent/
H A DOpenTorrentOptionsWindow.java2688 boolean refresh_path = false; in updateNodeFromTree()
2698 refresh_path = true; in updateNodeFromTree()
2712 refresh_path = true; in updateNodeFromTree()
2716 if ( refresh_path ){ in updateNodeFromTree()
2722 if ( refresh_path ){ in updateNodeFromTree()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_list.pm2816 $self->refresh_path($treepath,1);
2825 $self->refresh_path($treepath,1);
2847 my $partial=$self->refresh_path($path);
2859 $self->refresh_path($path,1);
2863 sub refresh_path subroutine