Home
last modified time | relevance | path

Searched refs:acronymsExchanged (Results 1 – 2 of 2) sorted by relevance

/plugin/siteexport/renderer/
H A Dpdf.php23 public $acronymsExchanged = null; variable in renderer_plugin_siteexport_pdf
345 if (empty($this->acronymsExchanged)) {
346 $this->acronymsExchanged = $this->acronyms;
349 foreach ($this->acronymsExchanged as $key => $value) {
/plugin/nodetailsxhtml/
H A Drenderer.php18 private $acronymsExchanged = null; variable in renderer_plugin_nodetailsxhtml
338 if ( empty($this->acronymsExchanged) ) {
339 $this->acronymsExchanged = $this->acronyms;
342 foreach( $this->acronymsExchanged as $key => $value ) {