Home
last modified time | relevance | path

Searched defs:params (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/_test/tests/inc/
H A DPageUtilsIsHiddenPage.test.php44 function alwaysHide(Doku_Event $event, $params) {
56 function showBefore(Doku_Event $event, $params) {
78 function hideBeforeWithoutPrevent(Doku_Event $event, $params) {
90 function showAfter(Doku_Event $event, $params) {
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js200 uploadAll: function(params){ argument
219 _uploadAll: function(params){ argument
229 _upload: function(id, params){ argument
274 uploadAll: function(params){ argument
299 _upload: function(id, params){ argument
336 _uploadAll: function(params){ argument
H A Dfileuploader.js258 params: {}, property
298 setParams: function(params){ argument
885 upload: function(id, params){ argument
997 _upload: function(id, params){ argument
1096 _createForm: function(iframe, params){ argument
1174 _upload: function(id, params){ argument
H A Dmedia.js440 update_content: function ($content, params, update_list) { argument
669 params: params property
/dokuwiki/lib/plugins/extension/
H A DGui.php46 public function tabURL($tab = '', $params = [], $sep = '&', $absolute = false)
/dokuwiki/inc/Action/
H A DSubscribe.php125 public function handlePostData(&$params)
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php310 public function legacyPutPage($id, $text, $params = [])
318 public function legacyAppendPage($id, $text, $params = [])
399 public function legacyPutAttachment($id, $file, $params = [])
H A DApiCall.php163 protected function namedArgsToPositional($params)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php547 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey …
664 protected static function wrapPublicKey($key, $params, $oid = null, array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php200 protected static function loadCurveByParam(array $params)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php248 public static function createKey(Parameters $params, $length = 0)
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php14 public $params; variable in IXR\\Message\\Message
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php38 protected $params = []; variable in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/
H A Dconfutils.php310 function retrieveConfig($type, $fn, $params = null, $combine = 'array_merge')
H A Dhtml.php202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg …
941 function html_flashobject($swf, $width, $height, $params = null, $flashvars = null, $atts = null, $…
H A Dform.php39 public $params = array(); variable in Doku_Form
66 public function __construct($params, $action = false, $method = false, $enctype = false)
H A Dcommon.php356 function buildURLparams($params, $sep = '&')
372 function buildAttributes($params, $skipEmptyStrings = false)
H A Dtemplate.php1181 function tpl_img($maxwidth = 0, $maxheight = 0, $link = true, $params = null)
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php40 public function __construct($key, $params = null)
/dokuwiki/inc/Extension/
H A DAuthPlugin.php123 public function triggerUserMod($type, $params)
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php771 protected function debugSQL($sql, $params, $htmlescape = true)
/dokuwiki/inc/parser/
H A Dmetadata.php658 public function rss($url, $params)
H A Drenderer.php613 public function rss($url, $params)
H A Dxhtml.php1332 public function rss($url, $params)
/dokuwiki/_test/core/
H A DphpQuery-onefile.php997 public $params = null; variable in Callback
5435 public static function callbackRun($callback, $params = array(), $paramStructure = null) {
5585 public static function __callStatic($method, $params) {

12