Home
last modified time | relevance | path

Searched refs:data (Results 51 – 75 of 5080) sorted by path

12345678910>>...204

/plugin/acmenu/
H A Dsyntax.php88 * @return array $data
93 $data = array();
96 return $data;
106 * @param array $data
109 public function render($mode, Doku_Renderer $renderer, $data)
111 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/actickets/
H A Dacclient.php42 public function get($path, $data = array()) { argument
46 buildURLparams($data, '&')));
H A Dsyntax.php70 $data = array();
74 $data['ticketId'] = $matches[1];
75 $data['projectId'] = $matches[2];
77 $data['ticketId'] = $matches[1];
78 $data['projectId'] = $this->projectId;
80 $data['original'] = $match;
85 return $data;
91 if (!empty($data)) {
92 if (!is_null($data['projectId'])) {
97 … $url .= 'public/index.php/projects/'.$data['projectId'].'/tickets/'.$data['ticketId'];
[all …]
/plugin/actionrenderer/
H A Drenderer.php35 $data = [
41 $event = new Doku_Event('PLUGIN_ACTIONRENDERER_METHOD_EXECUTE', $data);
/plugin/addnewpage/
H A Dsyntax.php90 public function render($format, Doku_Renderer $renderer, $data) { argument
95 $namespaceinput = $this->_htmlNamespaceInput($data['namespace'], $disablecache);
106 $newpagetemplateinput = $this->_htmlTemplateInput($data['newpagetemplates']);
113 . '<input type="hidden" name="newpagevars" value="' . $data['newpagevars'] . '"/>'
/plugin/addressbook/
H A DREADME.md78 The complete data (including the images as blobs) is stored ``data/meta/addressbook.sqlite3`` and c…
H A Daction.php31 $searchForm = $event->data;
H A Dstyle.css42 .plugin_addressbook_singlecontact .data {
H A Dsyntax.php71 public function render($mode, Doku_Renderer $renderer, $data) { argument
82 $action = $data;
86 if (!isset($_REQUEST['Submit'])) $action = $data;
107 $action = $data;
116 if (substr($data,0,7) == 'contact' &&
120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
125 if (substr($data,0,5) == 'index' &&
136 if (strpos($data,'departments') > 0) {
153 if (substr($data,0,5) == 'print') {
158 $params = $this->getValue($data,'');
/plugin/adfs/
H A Daction.php25 $act = act_clean($event->data);
57 $event->data = new Doku_Form(array());
58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
H A Dadmin.php44 $data = $this->metaData($this->xml);
45 if (count($data)) {
49 foreach ($data as $key => $val) {
H A Dauth.php193 $data = $this->saml->getAttribute($attr);
194 if ($data === null) throw new \Exception('SAML Response is missing attribute ' . $attr);
195 $userdata[$key] = $data;
/plugin/adfs/lang/en/
H A Dfound.txt3 Some configuration data was found. Please use the [[?do=admin&page=config#plugin____adfs____plugin_…
H A Dnotfound.txt3 No valid configuration data was found. Either you provided the wrong file or the format is differen…
/plugin/adfs/phpsaml/
H A DCHANGELOG74 … to parse IdP XML metadata (remote url or file) and be able to inject the data obtained on the set…
189 …tting check. required if we want to publish SP SAML Metadata when the IdP data is still not provid…
H A DREADME.md99 encrypted data (`nameID`, `assertions`).
438 In addition to the required settings data (IdP, SP), there is extra
754 // to store the user data in the session.
825 have the user data available at the `RelayState` view.
1425 * `getIdPData` - Gets the IdP data.
1426 * `getSPData`Gets the SP data.
1427 * `getSecurityData` - Gets security data.
1428 * `getContacts` - Gets contact data.
1429 * `getOrganization` - Gets organization data.
1524 * Use an array with the setting data.
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt119 comments in canonicalized data.
132 - fix bug #5: createDOMDocumentFragment() in decryptNode when data is node
185 - Fix an interoperability issue with .NET when encrypting data in CBC mode.
H A Dxmlseclibs.php238 $data = '';
250 $data .= trim($curData);
254 if (! empty($data)) {
323 $data = substr($data, $iv_length);
382 public function encryptData($data) { argument
400 public function signData($data) { argument
739 $data = $objData;
815 if ($data instanceof DOMNode) {
818 return $data;
1167 $data = '';
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php68 $data = file_get_contents($filepath);
69 …$metadataInfo = self::parseXML($data, $entityId, $desiredNameIdFormat, $desiredSSOBinding, $desire…
H A DUtils.php990 $data = '';
1005 $data .= trim($curData);
1009 if (empty($data)) {
1013 $decodedData = base64_decode($data);
/plugin/adhocmathml/
H A Dmaction.php40 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmerror.php21 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmfrac.php35 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmi.php21 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmmultiscripts.php19 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument

12345678910>>...204