Home
last modified time | relevance | path

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

/plugin/siteexport/renderer/
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/
Drenderer.php18 private $acronymsExchanged = null; variable in renderer_plugin_nodetailsxhtml
340 if ( empty($this->acronymsExchanged) ) {
341 $this->acronymsExchanged = $this->acronyms;
344 foreach( $this->acronymsExchanged as $key => $value ) {