Home
last modified time | relevance | path

Searched refs:sticky_list (Results 1 – 3 of 3) sorted by relevance

/dports/www/nibbleblog/nibbleblog/templates/default/containers/
H A Dview_sticky_list.php3 $sticky_list = $nb_post->get_list_by_sticky(); variable
5 foreach( $sticky_list as $post )
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Daswindow.c71 list->sticky_list = create_asvector (sizeof (ASWindow *)); in init_aswindow_list()
560 destroy_asvector (&((*list)->sticky_list)); in destroy_aswindow_list()
1062 vector_remove_elem (Scr.Windows->sticky_list, &t); in delist_aswindow()
H A Dasinternals.h221 struct ASVector *sticky_list ; member