Home
last modified time | relevance | path

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

/plugin/siteexport/action/
Dajax.php716 $PARAMS = @parse_url($DATA[2], PHP_URL_QUERY);
739 …ebug->message("URL before rewriting option for others than 1", array($DATA, $PARAMS, $hadBase), 1);
743 $this->__fetchAndReplaceLinkHandleRewrite( $DATA, $PARAMS );
745 $this->functions->debug->message("URL before rewriting option", array($DATA, $PARAMS), 2);
796 $PARAMS = trim($PARAMS);
797 $this->functions->removeWikiVariables($PARAMS, false, true);
799 … true, $hadBase) . (!empty($ANCHOR) ? '#' . $ANCHOR : '') . (!empty($PARAMS) ? '?' . $PARAMS : '');
813 …$PARAMS .= '&' . (in_array($matches[3], array('fetch', 'detail')) ? 'media' : 'id') . '=' . cleanI…
815 …ebug->message("DATA after second rewrite with UseRewrite = 2", array($DATA, $matches, $PARAMS), 1);
819 $DATA['PARAMS'] = $PARAMS;
[all …]
/plugin/inclform/
Dsyntax.php109 function _inc_form($form, $PARAMS) { argument
117 foreach($PARAMS as $item) {