Home
last modified time | relevance | path

Searched refs:params (Results 2626 – 2650 of 2939) sorted by relevance

1...<<101102103104105106107108109110>>...118

/plugin/twistienav/
H A Daction.php47 function populate_jsinfo(Doku_Event $event, $params) { argument
152 function handle_ajax_call(Doku_Event $event, $params) { argument
/plugin/twistienav4bootstrap3/
H A Daction.php46 function populate_jsinfo(Doku_Event $event, $params) { argument
151 function handle_ajax_call(Doku_Event $event, $params) { argument
/plugin/struct/types/
H A DDateTime.php50 $params = [
57 $attributes = buildAttributes($params, true);
/plugin/rstudio/
H A Daction.php17 function insert_geshi(&$event,$params) { argument
/plugin/bureaucracy-au/helper/
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) { argument
/plugin/bureaucracyau/helper/
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) { argument
/plugin/bureaucracy/helper/
H A Dfieldaddpage.php35 function renderfield($params, Doku_Form $form, $formid) { argument
H A Dfieldusemailtemplate.php34 function renderfield($params, Doku_Form $form, $formid) { argument
/plugin/stale/
H A DMenuitem.php27 protected $params = array( variable in dokuwiki\\plugin\\stale\\StaleMenuItem
/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php342 $params = $cert->getParameters();
344 if ($params["validFrom_time_t"] > $historyTime) {
348 if ($params["validTo_time_t"] < $historyTime) {
/plugin/advanced/admin/
H A Dconfig.php522 * @param array $params associative array of parameter to set
527 public function tabURL($tab = '', $params = array(), $sep = '&amp;', $absolute = false) argument
537 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php11 $params = $p["params"];
19 $nick = $params[0];
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php240 $params = openssl_pkey_get_details($pkey);
242 $string = $params["key"];
/plugin/yql/
H A Dsyntax.php71 preg_match_all('/\s*(\S+)="([^"]*)"\s*/', $components[1], $params, PREG_SET_ORDER);
72 foreach ($params as $param) {
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php188 $params = [
192 $this->setParams($params);
/plugin/publish/action/
H A Dhide.php47 function hidePage(Doku_Event &$event, $params) { argument
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt108 params everything inside parentheses in a function's or class' header
153 phpdoc phpdoc params in comments
191 params everything between "(" and ")" within a function
217 params everything inside parentheses in a function's header
236 params everything inside parentheses in a function's header
249 params everything in parentheses inside a class header
381 params everything in parentheses inside a class header
394 params everything in parentheses inside a function header
/plugin/odp/
H A Drenderer.php1254 function rss ($url,$params){ argument
1268 if($params['reverse']){
1271 $end = $start - ($params['max']);
1277 $end = ($end > $params['max']) ? $params['max'] : $end;;
1288 if($params['author']){
1296 if($params['date']){
1299 if($params['details']){
/plugin/move/action/
H A Dtree.php29 * @param $params
31 public function handle_ajax_call(Doku_Event $event, $params) { argument
/plugin/cspheader/
H A Daction.php68 * @param $params
72 public function handleHeadersSend(Doku_Event $event, $params) argument
/plugin/xslfo/
H A Daction.php153 $params = ($REV) ? array('rev'=> $REV) : null;
154 $dw_element->addChild('url', wl($ID, $params, true));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js19 params = root.arguments,
31 result = params = phantom.args;
34 result = params = system.args;
37 result = params = argv;
38 } else if (params) {
39 result = params;

1...<<101102103104105106107108109110>>...118