Home
last modified time | relevance | path

Searched refs:has_explicit (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/py-sphinx_wikipedia/sphinx-ext-wikipedia-f6b2f6/sphinx-ext/
H A Dwikipedia.py27 has_explicit, title, target = split_explicit_title(text)
32 if not has_explicit:
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/ir/
H A Dtransforms.rs198 has_explicit: bool, in suppress_first_year()
207 IR::suppress_first_year(node, arena, has_explicit); in suppress_first_year()
218 (IR::YearSuffix(_), GroupVars::Unresolved) if has_explicit => { in suppress_first_year()
219 IR::suppress_first_year(first, arena, has_explicit) in suppress_first_year()
222 if !has_explicit && !IR::is_empty(second, arena) => in suppress_first_year()
224 IR::suppress_first_year(first, arena, has_explicit) in suppress_first_year()
236 found = IR::suppress_first_year(child, arena, has_explicit); in suppress_first_year()
290 let has_explicit = IR::has_explicit_year_suffix(node, arena).is_some(); in suppress_year() localVariable
292 if !has_explicit && !has_implicit { in suppress_year()
295 IR::suppress_first_year(node, arena, has_explicit); in suppress_year()
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFAcroFormDocumentHelper.cc575 auto has_explicit = [](QPDFFormFieldObjectHelper& field, in adjustInheritedFields() local
592 if (override_da && (! has_explicit(cur_field, "/DA"))) in adjustInheritedFields()
604 if (override_q && (! has_explicit(cur_field, "/Q"))) in adjustInheritedFields()
/dports/textproc/libfolia/libfolia-2.10/include/libfolia/
H A Dfolia_document.h289 bool has_explicit() const { return mode & EXPLICIT; }; in has_explicit() function
/dports/textproc/libfolia/libfolia-2.10/src/
H A Dfolia_subclasses.cxx558 if ( cls() == "current" && doc() && !doc()->has_explicit() ) { in collectAttributes()
659 if ( cls() == "current" && !doc()->has_explicit() ) { in collectAttributes()
H A Dfolia_document.cxx2971 if ( p->_type != AUTO || has_explicit() ){ in append_processor()
3209 if ( has_explicit() ){ in to_xmlDoc()
H A Dfolia_impl.cxx1103 if ( doc() && doc()->has_explicit() ){ in collectAttributes()
1577 if ( !doc()->has_explicit() ){ in xml()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-protocol-0.1.2/src/
H A Dmetadata.rs3432 pub fn has_explicit(&self) -> bool { in has_explicit() method
7566 pub fn has_explicit(&self) -> bool { in has_explicit() method
8969 pub fn has_explicit(&self) -> bool { in has_explicit() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-protocol-0.1.1/src/
H A Dmetadata.rs3202 pub fn has_explicit(&self) -> bool { in has_explicit() method
7061 pub fn has_explicit(&self) -> bool { in has_explicit() method
8358 pub fn has_explicit(&self) -> bool { in has_explicit() method