Home
last modified time | relevance | path

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

12

/dports/games/scummvm/scummvm-2.5.1/backends/keymapper/
H A Dinput-watcher.cpp33 _watching(false) { in InputWatcher()
38 assert(!_watching); in startWatching()
43 _watching = true; in startWatching()
49 _watching = false; in stopWatching()
53 return _watching; in isWatching()
57 assert(_watching); in notifyEvent()
H A Dinput-watcher.h60 bool _watching; variable
/dports/devel/efl/efl-1.25.1/src/lib/eeze/
H A Deeze_disk_libmount_old.c23 static Eina_Bool _watching = EINA_FALSE; variable
314 if (_watching) in eeze_mount_tabs_watch()
335 _watching = EINA_TRUE; in eeze_mount_tabs_watch()
353 if (!_watching) in eeze_mount_tabs_unwatch()
365 if (_watching) in eeze_mount_mtab_scan()
387 if (_watching) in eeze_mount_fstab_scan()
H A Deeze_disk_libmount.c41 static Eina_Bool _watching = EINA_FALSE; variable
388 if (_watching) in eeze_mount_tabs_watch()
415 _watching = EINA_TRUE; in eeze_mount_tabs_watch()
433 if (!_watching) in eeze_mount_tabs_unwatch()
440 _watching = EINA_FALSE; in eeze_mount_tabs_unwatch()
448 if (_watching) in eeze_mount_mtab_scan()
476 if (_watching) in eeze_mount_fstab_scan()
H A Deeze_disk_libmount_new.c44 static Eina_Bool _watching = EINA_FALSE; variable
419 if (_watching) in eeze_mount_tabs_watch()
446 _watching = EINA_TRUE; in eeze_mount_tabs_watch()
467 if (!_watching) in eeze_mount_tabs_unwatch()
475 _watching = EINA_FALSE; in eeze_mount_tabs_unwatch()
483 if (_watching) in eeze_mount_mtab_scan()
508 if (_watching) in eeze_mount_fstab_scan()
/dports/deskutils/go-for-it/Go-For-It-1.9.6/src/Services/
H A DFileWatcher.vala30 _watching = value;
34 return _watching;
37 bool _watching;
99 if (!_watching) {
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dlayers.cpp461 for (auto & it : _watching) { in _checkTreeSelection()
817 _watching.push_back( &_compositeSettings ); in LayersPanel()
863 _watching.push_back( btn ); in LayersPanel()
875 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_NEW, (int)BUTTON_NEW ) ); in LayersPanel()
876_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_RENAME, (int)BUTTON_RENAME ) ); in LayersPanel()
880_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_SOLO, (int)BUTTON_SOLO ) ); in LayersPanel()
881_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_SHOW_ALL, (int)BUTTON_SHOW_ALL )… in LayersPanel()
882_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_HIDE_ALL, (int)BUTTON_HIDE_ALL )… in LayersPanel()
887_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_LOCK_ALL, (int)BUTTON_LOCK_ALL )… in LayersPanel()
898_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_DELETE, (int)BUTTON_DELETE ) ); in LayersPanel()
[all …]
H A Dobjects.cpp825 for (auto & it : _watching) { in _checkTreeSelection()
2070 _watching.push_back( btn ); in ObjectsPanel()
2116 _watching.push_back(&_filter_modifier); in ObjectsPanel()
2124_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_RENAME, (int)BUTTON_RENAME ) ); in ObjectsPanel()
2125 _watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_NEW, (int)BUTTON_NEW ) ); in ObjectsPanel()
2129_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_SOLO, (int)BUTTON_SOLO ) ); in ObjectsPanel()
2130_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_SHOW_ALL, (int)BUTTON_SHOW_ALL )… in ObjectsPanel()
2131_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_LAYER_HIDE_ALL, (int)BUTTON_HIDE_ALL )… in ObjectsPanel()
2146_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_SELECTION_GROUP, (int)BUTTON_GROUP ) ); in ObjectsPanel()
2165_watching.push_back( &_addPopupItem( targetDesktop, SP_VERB_EDIT_DELETE, (int)BUTTON_DELETE ) ); in ObjectsPanel()
[all …]
H A Dlayers.h113 std::vector<Gtk::Widget*> _watching; variable
H A Dobjects.h150 std::vector<Gtk::Widget*> _watching; variable
/dports/net/p5-Beanstalk-Client/Beanstalk-Client-1.06/lib/Beanstalk/
H A DClient.pm169 my $watching = $self->_watching;
172 $self->_watching;
214 my $was_watching = $self->_watching;
497 $self->_watching( { map { ($_,1) } @$ret });
H A DPool.pm24 if (my $watching = $self->_watching) {
/dports/databases/p5-RedisDB/RedisDB-2.53/lib/
H A DRedisDB.pm244 if ( $self->{raise_error} or $self->{_in_multi} or $self->{_watching} ) {
460 if ( $self->{_parser}->callbacks or $self->{_in_multi} or $self->{_watching} ) {
737 and ( $self->{raise_error} or $self->{_in_multi} or $self->{_watching} ) )
1622 $self->{_watching} = 1;
1647 $self->{_watching} = undef;
1691 $self->{_watching} = undef;
1712 $self->{_watching} = undef;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/example/pebbl/
H A DparMonomial.cpp56 outBuf << _watching; in pack()
57 if (_watching) in pack()
89 inBuffer >> _watching; in unpack()
90 if (_watching) in unpack()
H A DserialMonomial.h529 bool watching() const { return _watching; }; in watching()
569 bool _watching; variable
H A DserialMonomial.cpp513 _watching = false; in setupProblem()
531 _watching = true; in setupProblem()
555 DEBUGPR(10,if (_watching) in setupProblem()
/dports/devel/py-fs/fs-0.5.4/fs/
H A Dwatch.py616 self._watching = set()
627 if not self._watching:
637 self._watching.remove(event.fs)
643 for fs in self._watching:
649 self._watching.add(fs)
656 for fs in self._watching:
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/po/
H A Dth.po1049 msgid "Enable _watching"
H A Dbe@latin.po1061 msgid "Enable _watching"
/dports/sysutils/tracker/tracker-2.3.4/po/
H A Dth.po1049 msgid "Enable _watching"
H A Dbe@latin.po1061 msgid "Enable _watching"
/dports/sysutils/tracker3/tracker-3.1.2/po/
H A Dth.po1049 msgid "Enable _watching"
H A Dbe@latin.po1061 msgid "Enable _watching"
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1_watching is true when calling get(this._parent, this._key) will\n // return the value of thi…
/dports/www/firefox/firefox-99.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1_watching is true when calling get(this._parent, this._key) will\n // return the value of thi…

12