Home
last modified time | relevance | path

Searched refs:is_watched (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/flexget/Flexget-3.2.18/flexget/components/trakt/
H A Dapi_trakt.py332 is_watched = False
344 'Watched' if is_watched else 'Not watched',
346 return is_watched
351 is_watched = False
356 is_watched = True
361 'Watched' if is_watched else 'Not watched',
363 return is_watched
367 is_watched = False
381 return is_watched
385 is_watched = trakt_data.id in cache
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/smt/
H A Dba_constraint.cpp33 bool constraint::is_watched(solver_interface const& s, literal lit) const { in is_watched() function in ba::constraint
40 SASSERT(!is_watched(s, lit)); in unwatch_literal()
45 SASSERT(!is_watched(s, lit)); in watch_literal()
H A Dba_card.cpp143 if (!is_watched(s, root)) watch_literal(s, root); in init_watch()
144 if (!is_pure() && !is_watched(s, ~root)) watch_literal(s, ~root); in init_watch()
159 if (c.is_watched() && j <= bound && i > bound) { in init_watch()
178 if (is_watched()) clear_watch(s); in init_watch()
204 if (c.is_watched()) return true; in init_watch()
H A Dba_constraint.h74 bool is_watched() const { return m_watch == m_lit && m_lit != sat::null_literal; } in is_watched() function
94 bool is_watched(solver_interface const& s, literal lit) const;
/dports/math/z3/z3-z3-4.8.13/src/sat/smt/
H A Dpb_constraint.cpp33 bool constraint::is_watched(solver_interface const& s, literal lit) const { in is_watched() function in pb::constraint
40 SASSERT(!is_watched(s, lit)); in unwatch_literal()
45 SASSERT(!is_watched(s, lit)); in watch_literal()
H A Dpb_card.cpp124 if (!is_watched(s, root)) watch_literal(s, root); in init_watch()
125 if (!is_pure() && !is_watched(s, ~root)) watch_literal(s, ~root); in init_watch()
140 if (c.is_watched() && j <= bound && i > bound) { in init_watch()
159 if (is_watched()) clear_watch(s); in init_watch()
185 if (c.is_watched()) return true; in init_watch()
H A Dpb_constraint.h75 bool is_watched() const { return m_watch == m_lit && m_lit != sat::null_literal; } in is_watched() function
91 bool is_watched(solver_interface const& s, literal lit) const;
/dports/www/py-uvicorn/uvicorn-0.15.0/uvicorn/supervisors/
H A Dwatchgodreload.py81 is_watched = False
83 is_watched = True
87 is_watched = True
89 if is_watched:
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_server.erl177 case is_watched(M, St) of
277 is_watched(M, St) when is_atom(M) -> function
279 is_watched(code:which(M), St);
280 is_watched(Path, St) -> function
/dports/sysutils/fswatch-mon/fswatch-1.13.0/libfswatch/src/libfswatch/c++/
H A Dinotify_monitor.hpp79 bool is_watched(const std::string& path) const;
H A Dinotify_monitor.cpp183 bool inotify_monitor::is_watched(const std::string& path) const in is_watched() function in fsw::inotify_monitor
192 if (!is_watched(path)) scan(path); in scan_root_paths()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_gdbserver.h110 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_gdbserver.h110 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/miners/fs/
H A Dtracker-miner-files-index.c376 gboolean is_watched, needs_watch = FALSE; in handle_method_call_index_file() local
386 is_watched = tracker_miner_files_peer_listener_is_file_watched (priv->peer_listener, file); in handle_method_call_index_file()
407 if (watch_source && (is_watched || needs_watch)) { in handle_method_call_index_file()
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lib/vcs/
H A D__init__.py58 is_watched = fw.is_watching(directory)
68 if is_watched:
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/lite/
H A Drecorded.php196 if ($show->is_watched)
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/classes/
H A DProgram.php64 public $is_watched = 0; variable in Program
150 …$this->is_watched = ($this->progflags & 0x00000200) ? true : false; // FL_WATCHED = …
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/default/
H A Drecorded.php247 if ($show->is_watched)
/dports/mail/popfile/popfile-1.1.3_1/Services/
H A DIMAP.pm501 my $is_watched = ( exists $self->{folders__}{$folder}{watched} ) ? 1 : 0;
552 if ( $is_watched ) {

12