Home
last modified time | relevance | path

Searched refs:param (Results 801 – 825 of 1180) sorted by last modified time

1...<<31323334353637383940>>...48

/plugin/ldapsearch/
H A Dsyntax.php106 …foreach(array('hostname','port','basedn','attributes','scope','binddn','bindpassword') as $param) {
108 foreach(explode('|',$this->getConf($param)) as $value) {
109 $this->ldapsearch_conf[$set_index[$count]][$param] = $value;
/plugin/nsexport/action/
H A Dajax.php27 public function handle_ajax_call(Doku_Event $event, $param) { argument
H A Dexport.php21 public function act(Doku_Event $event , $param) { argument
29 public function nsexport(Doku_Event $event, $param) { argument
/plugin/mediarename/
H A Daction.php32 function handle_link(&$event, $param) { argument
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php46 public function redirectToLoginHandler($event, $param) argument
/plugin/scrapbooktemplate/
H A Dreplaceraw.php29 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_action_export_postprocess(Doku_Event &$event, $param) { argument
/plugin/fontface/
H A Daction.php36 * @param unknown_type $param
38 function _addFontCode(&$event, $param) { argument
/plugin/scrapbook/
H A Daction.php30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_toolbar_define(Doku_Event $event, $param) { argument
47 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
51 public function handle_ajax_call(Doku_Event $event, $param) { argument
/plugin/fontsize2/
H A Daction.php21 public function fontsize2_toolbar($event, $param) { argument
/plugin/authorlist/
H A Daction.php32 function appendAuthors(&$event, $param){ argument
52 function renderAuthorlist(&$event, $param){ argument
H A Dsyntax.php71 * @param $pos Integer The character position of the matched text.
72 * @param $handler Object reference to the Doku_Handler object.
/plugin/authyubikey/
H A Dauth.php.org61 * @param string $user
62 * @param string $pass
83 * @param string $user
97 * @param string $user
98 * @param string $pass
99 * @param string $name
100 * @param string $mail
125 * @param string $user
126 * @param string $pwd
127 * @param string $name
[all …]
H A Daction.php42 * @param array $param
44 public function handle_loginform(Doku_Event &$event, $param) { argument
69 * @param array $param
71 public function handle_updateprofileform(Doku_Event &$event, $param) { argument
/plugin/authyubikey/lib/
H A DYubico.php255 foreach ($parameters as $param) {
256 if(!preg_match("/" . $param . "=([0-9]+)/", $this->_response, $out)) {
257 return PEAR::raiseError('Could not parse parameter ' . $param . ' from response');
259 $param_array[$param]=$out[1];
400 foreach ($parameters as $param) {
401 if (array_key_exists($param, $response)) {
403 $check = $check . $param . '=' . $response[$param];
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng116 element parameters { param-altid, param-pid, param-pref,
129 element parameters { param-language, param-altid, param-pid,
153 element parameters { param-altid, param-pid, param-pref, param-type,
180 param-pref, param-type, param-geo, param-tz,
209 element parameters { param-altid, param-pid, param-pref,
216 element parameters { param-altid, param-pid, param-pref,
223 element parameters { param-altid, param-pid, param-pref,
230 element parameters { param-altid, param-pid, param-pref,
237 element parameters { param-altid, param-pid, param-pref,
272 element parameters { param-altid, param-pid, param-pref,
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php185 $param = new Parameter($this->root, $name, $value);
186 $param->noName = $noName;
187 $this->parameters[$param->name] = $param;
241 foreach ($this->parameters() as $param) {
243 $str .= ';' . $param->serialize();
486 $param = new Parameter($this->root, $name, $value);
487 $this->parameters[$param->name] = $param;
636 foreach ($this->parameters as $param) {
637 $warnings = array_merge($warnings, $param->validate($options));
655 foreach ($this->parameters as $param) {
[all …]
H A DVCardConverter.php386 foreach ($parameters as $param) {
389 if ($param->noName) $param->noName = false;
391 switch ($param->name) {
396 foreach ($param->getParts() as $paramPart) {
412 $newProperty->add($param->name, $param->getParts());
432 foreach ($parameters as $param) {
435 if ($param->noName) $param->noName = false;
437 switch ($param->name) {
443 $newProperty->add($param->name, $param->getParts());
453 if ($param->getValue() == '1') {
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php11 $param = new Parameter($cal, 'name', 'value');
12 $this->assertEquals('NAME', $param->name);
21 $param = new Parameter($card, null, 'URL');
22 $this->assertEquals('VALUE', $param->name);
24 $this->assertTrue($param->noName);
33 $param->addValue(1);
36 $param->setParts([1, 2]);
39 $param->addValue(3);
42 $param->setValue(4);
43 $param->addValue(5);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php232 foreach ($this->parameters as $param) {
234 if ($param->getValue() === 'QUOTED-PRINTABLE') {
237 $str .= ';' . $param->serialize();
/plugin/phprestrict/action/
H A Daction.php36 public function handle_action(Doku_Event &$event, $param) { argument
/plugin/autogallery/
H A Daction.php32 public function do_it(Doku_Event &$event, $param) { argument
/plugin/socialshareprivacy/
H A Daction.php25 public function handle_tpl_metaheader_output(Doku_Event $event, $param) { argument
/plugin/judge/
H A Daction.php179 function ajaxHandler(Doku_Event $event, $param) argument
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php297 * @param string $name
/plugin/searchtext/
H A Daction.php18 function _indexerVersion(&$event, $param) { argument
28 function _getSearch(&$event, $param) { argument
40 function _getSnippet(&$event, $param) { argument

1...<<31323334353637383940>>...48