Home
last modified time | relevance | path

Searched refs:info (Results 351 – 375 of 1857) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/groupadmin/
H A Dadmin.php47 $info = parent::getInfo();
48 $info['desc'] = $info['desc'].' '.$this->disabled;
49 return $info;
/plugin/authplaincas/
H A Dauth.php615 foreach ($this->users as $user => $info) {
616 $count += $this->_filter($user, $info);
641 foreach ($this->users as $user => $info) {
642 if ($this->_filter($user, $info)) {
644 $out[$user] = $info;
670 function _filter($user, $info) { argument
676 if (!count(preg_grep($pattern, $info['grps']))) return 0;
678 if (!preg_match($pattern, $info[$item])) return 0;
/plugin/struct/meta/
H A DAggregationTable.php88 * Adds additional info to document and renderer in XHTML mode
95 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
108 if (isset($this->renderer->info['struct_table_hash'])) {
109 unset($this->renderer->info['struct_table_hash']);
116 * Displays info about the currently applied filters
280 'action' => wl($this->id, $this->renderer->info['struct_table_hash'], false, '#')
401 $this->renderer->info['struct_table_meta'] = true;
425 $this->renderer->info['struct_table_meta'] = false;
439 $this->renderer->info['struct_table_meta'] = true;
468 $this->renderer->info['struct_table_met
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as233 switch (e.info.code)
368 /*var info:Object = new Object();
369 info.duration=myStatus.duration
370 info.width=undefined;
371 info.height=undefined;
372 myStatus.metaData = info;
643 trace(("onFCSubscribe worked" + info));
954 …ayerEvent.DEBUG_MSG,myStatus,"onMetaDataHandler: " + info.duration + " | " + info.width + "x" + in…
957 myStatus.metaData = info;
959 if (info.width != undefined)
[all …]
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php182 * @param array $info User's userinfo array
185 protected function _filter($user, $info) { argument
190 if(!count(preg_grep($pattern, $info['grps']))) return false;
192 if(!preg_match($pattern, $info[$item])) return false;
252 foreach($this->users as $user => $info) {
253 $count += $this->_filter($user, $info);
275 foreach($this->users as $user => $info) {
276 if($this->_filter($user, $info)) {
278 $out[$user] = $info;
/plugin/tos/
H A Daction.php114 $info = $changes->getRevisionInfo($rev);
115 if ($info['type'] === 'E' || $info['type'] === 'C') {
/plugin/combo/ComboStrap/
H A DMarkupRenderer.php155 $result = p_render($this->getRendererNameOrDefault(), $this->instructionsSource, $info);
156 $this->cacheAfterRendering = $info['cache'] !== null ? $info['cache'] : false;
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/upgrade/HTTP/
H A DHTTPClient.php702 * print debug info
708 * @param string $info
711 protected function debug($info,$var=null){ argument
714 $this->debugText($info, $var);
716 $this->debugHtml($info, $var);
721 * print debug info as HTML
723 * @param string $info
726 protected function debugHtml($info, $var=null){ argument
727 print '<b>'.$info.'</b> '.($this->time() - $this->start).'s<br />';
738 * prints debug info a
743 debugText($info, $var = null) global() argument
[all...]
/plugin/addressbook/
H A Dsyntax.php75 $renderer->info['cache'] = false;
444 function saveData($info){ argument
447 if ($info['surname'] =='' && $info['cfunction']=='') {
460 $keys = array_keys($info);
463 …isset($_REQUEST['blob']) && $_REQUEST['removephoto'] != 'Remove photo' && $info['photo']== false) {
464 $info['photo'] = $_REQUEST['blob'];
468 if ($info['photo']!== false) $blob = $info['photo'];
478 if ($k != 'photo') $sql .= "'".$info[$k]."',";
499 if ($k != 'photo') $sql .= " $k = '".$info[$k]."', ";
/plugin/codemirror/
H A Daction.php34 $info = $this->getInfo();
35 $version = str_replace('-', '', $info['date']);
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenResponse.php129 $info = $this->status->getFailInfo();
131 if (empty($info)) {
/plugin/articlelinks/
H A Dsyntax.php92 $info = array();
93 $renderer->doc .= p_render('xhtml', $data['links'], $info);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php65 $info = curl_getinfo($ch);
66 $code = $info['http_code'];
/plugin/runcommand/
H A Dpostaction.php75 $info=null; variable
77 $result .= p_render('xhtml',$parsedOutput, $info);
/plugin/autologoff/
H A Dhelper.php77 // make sure we have group info on the current user
81 $info = $auth->getUserData($_SERVER['REMOTE_USER']);
82 $groups = $info['grps'];
/plugin/watchcycle/
H A Dhelper.php137 $found[$item] = null; // no detail info on groups
158 foreach ($data as $name => $info) {
159 if (is_array($info)) {
160 $mails[] = $info['mail'];
/plugin/bez/mdl/
H A DThread_comment.php118 $info = array();
119 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
133 $this->thread->mail_notify($content, false, $info['img']);
/plugin/struct/types/
H A DMedia.php57 if (!empty($R->info['struct_table_hash'])) {
81 $hash = empty($R->info['struct_table_hash']) ? '' : "[gal-" . $R->info['struct_table_hash'] . "]";
/plugin/facebookwall/
H A Dsyntax.php175 $info = $this->getInfo();
182 $renderer->doc .= 'Error in Plugin '.$info['name'].': '.$this->error;
197 …$renderer->doc .= 'Access token could not be retrieved for Plugin '.$info['name'].': '.$this->erro…
301 $html = p_render($mode, p_get_instructions( $content ), $info );
/plugin/templater/
H A Dsyntax.php41 * return some info
136 $renderer->info['cache'] = FALSE;
149 $renderer->info['cache'] = FALSE;
206 $text = p_render('xhtml', $instr, $info);
216 $renderer->info['cache'] = FALSE;
/plugin/dokusioc/
H A Daction.php559 if ($info = $auth->getUserData($user)) {
560 return $info['mail'];
586 if ($info = $auth->getUserData($userid)) {
588 return $info['key'];
590 return $info;
/plugin/siteexport/renderer/
H A Dpdf.php36 public $info = array( variable in renderer_plugin_siteexport_pdf
72 if ($this->info['toc'] === false && !($this->info['forceTOC'] || $this->meta['forceTOC'])) {
78 …} else if ($this->info['forceTOC'] || $this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->do…
83 $meta['forceTOC'] = $this->info['forceTOC'] || $this->meta['forceTOC'];
366 if ($this->info['scriptmode']) {
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc553 filebrowser: 'info:url'
563 id : 'info',
564 label : linkLang.info,
565 title : linkLang.info,
669 dialog.getValueOf( 'info', 'linkType' ) != 'url' )
833 filebrowser : 'info:media',
984 filebrowser : 'info:url',
1156 ilinkstyle =this.getValueOf( 'info', 'ilinkstyle' );
1498 this.getContentElement('info', 'media').disable();
1500 this.showPage('info');
[all …]
/plugin/publist/
H A DREADME12 Please refer to https://www.dokuwiki.org/plugins for additional info
19 See COPYING and file headers for license info.

1...<<11121314151617181920>>...75