Searched refs:set_published (Results 1 – 12 of 12) sorted by relevance
16 $self->set_published(1); # it's a default value on FB side;95 sub set_published subroutine
72 entries_.back().set_published(published->first_node()->value()); in feed()
27 void set_published(const std::string &published) { published_ = published; } in set_published() function in boost::network::atom::entry
554 data->set_published(true); in InstantiateFunction()651 if (!getter.is_null()) getter->set_published(true); in AddAccessorProperty()652 if (!setter.is_null()) setter->set_published(true); in AddAccessorProperty()
247 self.update_ca_status(ca, |status| status.repo.set_published(uri, published, next_update)) in set_status_repo_published()
326 pub fn set_published<V>(&mut self, published: V) in set_published() method
442 book->set_published(2014L); in TEST_P()
443 book->set_published(2014L); in TEST_P()
1623 …pub fn set_published(&mut self, uri: ServiceUri, published: Vec<PublishElement>, next_update: Time… in set_published() method