Home
last modified time | relevance | path

Searched +full:sapnoteurl +(+path:plugin +path:sapnotelink) -(+path:plugin +path:sapnotelink +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/sapnotelink/conf/
H A Ddefault.php8 // $conf['sapnoteurl'] = 'https://service.sap.com/sap/support/notes'; // SAP Note URL (Legacy Appli…
9 // $conf['sapnoteurl'] = 'https://launchpad.support.sap.com/#/notes'; // SAP Note URL (new Launchpa…
10 $conf['sapnoteurl'] = 'https://me.sap.com/notes'; // SAP Note URL (new SAP for Me)
H A Dmetadata.php8 $meta['sapnoteurl'] = array('string'); // SAP Note URL
/plugin/sapnotelink/
H A Dsyntax.php42 $url = $this->getConf('sapnoteurl')."/".$sapnote[1];