Home
last modified time | relevance | path

Searched refs:param (Results 1126 – 1150 of 1180) sorted by last modified time

1...<<4142434445464748

/plugin/sidebar/
H A Daction.php32 function _debug(&$event, $param) { argument
33 ptln($param);
39 function _output(&$event, $param) { argument
/plugin/jalbum/syntax/
H A Djalbumbadge.php160 $param = array ();
161 preg_match_all('/(\w*)="(.*?)"/us', $str_params, $param, PREG_SET_ORDER);
162 if (sizeof($param) == 0)
164 preg_match_all("/(\w*)='(.*?)'/us", $str_params, $param, PREG_SET_ORDER);
168 foreach ($param as $kvpair)
H A Djalbum.php85 if (isset($param['albumshow']) && $param['albumshow'] != 'off') {
86 $width = $param['width'];
90 $height = $param['height'];
99 ' style="width:'.$param['width'].'; height: '.$param['height'].'"'.
108 } elseif (isset($param['albumdir']) && $param['albumdir'] != 'off') {
116 $txt .= $param['albumtitle'];
135 if (isset($param['width'])) {
138 if (isset($param['align'])) {
167 $param = array();
169 if (sizeof($param) == 0) {
[all …]
/plugin/querychangelog/lang/fr/
H A Dquerychangelog.txt3 Affiche un journal des modifications selon les paramètres définis
/plugin/userannotations/
H A Daction.php38 function _displayMessage(&$event, $param) { argument
57 function _displayAnnotations(&$event, $param) { argument
/plugin/toc/
H A Daction.php37 function handle_act_render(&$event, $param) { argument
48 function handle_content_display(&$event, $param) { argument
/plugin/iptrust/
H A Daction.php39 function handle_act_preprocess(&$event, $param) { argument
/plugin/usercss/
H A Daction.php68 function add_cached_files(&$event, $param) { argument
/plugin/hcalendar/syntax/
H A Dhcal2.php205 $param = array();
206 preg_match_all('/(\w*)="(.*?)"/us',$str_params,$param,PREG_SET_ORDER);
207 if (sizeof($param) == 0) {
208 preg_match_all("/(\w*)='(.*?)'/us",$str_params,$param,PREG_SET_ORDER);
212 foreach($param as $kvpair) {
/plugin/qstat/
H A Daction.php63 function _purgecache(&$event, $param) { argument
H A Dsyntax.php140 * @param $aFormat String The output format to generate.
141 * @param $aRenderer Object A reference to the renderer object.
142 * @param $aData Array The data created by the <tt>handle()</tt>
/plugin/freesync/
H A Dadmin.php55 $param = is_array($fn[$cmd]) ? $fn[$cmd] : null;
58 $param = null;
64 case "save_profile": $this->fshlp->saveProfile($_REQUEST['oldname'], $param); break;
H A Daction.php35 function _ajax_handler(&$event, $param) { argument
/plugin/favoris/
H A Daction.php42 function _update_cookie(&$event, $param) { argument
89 function _handle_tpl_act(&$event, $param) { argument
/plugin/hyphenation/
H A Daction.php26 function _dohyph(&$event, $param) { argument
/plugin/operawidget/
H A Daction.php24 function _addwidget(&$event, $param) { argument
/plugin/codehighlight/
H A Daction.php119 function handle_editform_output(&$event, $param){ argument
/plugin/translation2/
H A Daction.php31 function _prepare(&$event, $param) { argument
68 function _addjs(&$event, $param) { argument
/plugin/asciimath/
H A Daction.php50 function _hookjs(&$event, $param) { argument
/plugin/jquery/
H A Daction.php31 function _test(&$event, $param) { argument
36 function _addjquery(&$event, $param) { argument
H A Dscript.js19param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){…
/plugin/multitemplate_styleman/
H A Daction.php41 function _replacecss(&$event, $param) { argument
/plugin/zul/syntax/
H A Dzirkelundlineal.php106 $param = array();
107 preg_match_all('/(\w*)="(.*?)"/us',$str_params,$param,PREG_SET_ORDER);
108 if (sizeof($param) == 0) {
109 preg_match_all("/(\w*)='(.*?)'/us",$str_params,$param,PREG_SET_ORDER);
113 foreach($param as $kvpair) {
/plugin/userfly/
H A Daction.php39 function _hookjs(&$event, $param) { argument
/plugin/svgimg2/
H A Dhelper.php55 $param = '';
57 if ( !empty($width) ) $param .= intval($width);
58 if ( !empty($width) && !empty($data['height']) ) $param .= 'x';
59 if ( !empty($height) ) $param .= intval($height);
60 if ( !empty($param) ) $cmd = " -resize " . $param;
97 $param = ".media.svgimg";
98 if ( !empty($data['width']) || !empty($data['height']) ) $param .= '.';
99 if ( !empty($data['width']) ) $param .= intval($data['width']);
101 if ( !empty($data['height']) ) $param .= intval($data['height']);
104 $param .= '.' . $ext;
[all …]

1...<<4142434445464748