Home
last modified time | relevance | path

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

/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Dfilter.py251 def filter_podcast(self, podcast, mark_new): argument
268 if mark_new and not e.is_new:
269 e.mark_new()
278 if mark_new and not e.is_new:
279 e.mark_new()
/dports/textproc/greple/greple-5ad6491/lib/App/Greple/
H A Ddiff.pm102 define :mark_new: :mark_new_n:|:mark_new_c:
115 --re :mark_new: --re :text_new: --colormap "GS G" \
/dports/mail/neomutt/neomutt-20211029/nntp/
H A Dlib.h89 int nntp_active_fetch(struct NntpAccountData *adata, bool mark_new);
H A Dnntp.c1963 int nntp_active_fetch(struct NntpAccountData *adata, bool mark_new) in nntp_active_fetch() argument
1991 if (mark_new) in nntp_active_fetch()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/dsl/
H A Doptscript.c219 static EsObject* mark_new (const char* mark);
461 OPT_MARK_ARRAY = mark_new ("["); in opt_init()
462 OPT_MARK_DICT = mark_new ("<<"); in opt_init()
463 OPT_MARK_MARK = mark_new ("mark"); in opt_init()
2375 mark_new (const char* mark) in mark_new() function
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/
H A Dmodel.py649 def mark_new(self): member in PodcastEpisode
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dfitschan.c1479 #define mark_new astGLOBAL(FitsChan,Mark_New) macro
1542 static int mark_new = 0; variable
17754 flags = ( mark_new ) ? ( NEW1 | NEW2 ): 0; in InsCard()
37899 mark_new = 1; in Write()
38028 mark_new = 0; in Write()
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/
H A Dmain.py2909 episode.mark_new()