Home
last modified time | relevance | path

Searched refs:info (Results 251 – 275 of 1857) sorted by relevance

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

/plugin/bibtex/OSBib/
H A DPARSEXML.php51 $info['name'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][0]['_DATA'];
52 $info['description'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][1]['_DATA'];
53 $info['language'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][2]['_DATA'];
56 $info['version'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][3]['_DATA'];
73 return array($info, $citation, $common, $types);
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php68 foreach ($organization as $lang => $info) {
70 <md:OrganizationName xml:lang="{$lang}">{$info['name']}</md:OrganizationName>
73 … <md:OrganizationDisplayName xml:lang="{$lang}">{$info['displayname']}</md:OrganizationDisplayName>
76 <md:OrganizationURL xml:lang="{$lang}">{$info['url']}</md:OrganizationURL>
91 foreach ($contacts as $type => $info) {
94 <md:GivenName>{$info['givenName']}</md:GivenName>
95 <md:EmailAddress>{$info['emailAddress']}</md:EmailAddress>
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php150 foreach ($filesInfo as $info) {
151 if ($info['valid'] && $this->displayCorrectFiles) {
152 … $io->comment('<info>OK</info>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
153 } elseif (!$info['valid']) {
155 … $io->text('<error> ERROR </error>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
156 $io->text(sprintf('<error> >> %s</error>', $info['message']));
/plugin/htmlokay/
H A Dhelper.php318 * @param mixed $info either string, which is $INFO['client'] or array of groups common to
323 function get_permission_level($info, $htmlok) argument
327 if (is_string($info))
329 if(array_key_exists ( $info , $levels)) {
330 $this->access_level = $levels[$htmlok[$info]];
331 return $levels[$htmlok[$info]];
334 if(!is_array($info)) return 0;
336 foreach($info as $name)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php389 $info = $plugin->getPluginInfo();
390 $html .= '<tr><th>' . $info['name'] . '</th>';
391 $html .= '<td>' . $info['description'] . '</td>';
393 if (isset($info['link']) && $info['link']) {
394 …$html .= '<a href="' . $this->escapeHTML($info['link']) . '"><span class="oi" data-glyph="book"></…
691 $info = [
697 $info['string'][] = $types[$resourceType]['string'];
699 $info['string'][] = $resourceType;
704 $info['icon'] = $resourceInfo['icon'];
708 $info['string'] = implode(', ', $info['string']);
[all …]
/plugin/jsonrpc/
H A Djsonrpc.php140 $info = array(
148 $info['size'] = filesize($file);
151 return $info;
286 $info = getRevisionInfo($id, $time, 1024);
291 'author' => (($info['user']) ? $info['user'] : $info['ip']),
632 if(!empty($info)) {
633 $data['user'] = $info['user'];
634 $data['ip'] = $info['ip'];
635 $data['type'] = $info['type'];
636 $data['sum'] = $info['sum'];
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php36 $info = &$this->getid3->info;
39 $info['png'] = array();
40 $thisfile_png = &$info['png'];
42 $info['fileformat'] = 'png';
43 $info['video']['dataformat'] = 'png';
44 $info['video']['lossless'] = false;
46 $this->fseek($info['avdataoffset']);
55 unset($info['fileformat']);
499 $info['video']['dataformat'] = 'apng';
500 $info['playtime_seconds'] = 0;
[all …]
H A Dmodule.audio-video.asf.php42 $info = &$this->getid3->info;
45 $thisfile_audio = &$info['audio'];
46 $thisfile_video = &$info['video'];
47 $info['asf'] = array();
48 $thisfile_asf = &$info['asf'];
75 $info['fileformat'] = 'asf';
77 $this->fseek($info['avdataoffset']);
83 unset($info['fileformat'], $info['asf']);
1425 if (isset($info['audio'])) {
1446 …if ((!isset($info['playtime_seconds']) || ($info['playtime_seconds'] <= 0)) && ($info['bitrate'] >…
[all …]
/plugin/simplexml/
H A Drenderer.php26 var $info = array( variable in renderer_plugin_simplexml
34 $this->info['cache'] = false;
38 $this->info['toc'] = false;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DKeyRangeInfo.php83 public function setInfo(LocalizedString $info) argument
85 $this->info = $info;
92 return $this->info;
/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
/plugin/filelisting/
H A Dhelper.php185 * Add additional info to search() function result item
201 // consistent info needed for rendering
266 $info = array();
268 $info['id'] = pathID($file,true);
269 $info['file'] = utf8_basename($file);
270 $info['isdir'] = true;
273 $info['perm'] = auth_quickaclcheck($info['id'].':*');
275 if(!empty($opts['skipacl']) || $info['perm'] >= AUTH_READ){
276 $data[] = $info;
[all...]
/plugin/tagfilter/script/select2/
H A Dselect2-bootstrap.css59 .control-group.info .select2-container .select2-choice,
60 .control-group.info .select2-container .select2-choices,
61 .control-group.info .select2-container-active .select2-choice,
62 .control-group.info .select2-container-active .select2-choices,
63 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
64 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
65 .control-group.info .select2-container-multi.select2-container-active .select2-choices {
69 .control-group.info .select2-container .select2-choice div {
/plugin/nodetailsxhtml/
H A Daction.php23 $info = parent::getInfo();
25 return is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt');
H A Drenderer.php31 public $info = array( variable in renderer_plugin_nodetailsxhtml
46 * return some info
49 return confToHash(dirname(__FILE__).'/plugin.info.txt');
89 $forceToc = $this->info['forceTOC'] || p_get_metadata($ID, 'internal forceTOC', false);
92 if ( $this->info['toc'] === false && !$forceToc ) {
367 if ( $this->info['scriptmode'] ) {
419 $info = @getimagesize(mediaFN($src)); //get original size
422 if($info !== false) {
424 $origWidth = $info[0];
425 $origHeight = $info[
[all...]
/plugin/issuelinks/services/
H A DGitHub.service.php391 * @param array $info
393 protected function setIssueData(Issue $issue, $info) argument
395 $issue->setSummary($info['title']);
396 $issue->setDescription($info['body']);
398 foreach ($info['labels'] as $label) {
403 $issue->setStatus(isset($info['merged']) ? 'merged' : $info['state']);
404 $issue->setUpdated($info['updated_at']);
405 if (!empty($info['milestone'])) {
406 $issue->setVersions([$info['milestone']['title']]);
409 if ($info['assignee']) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php389 $info = $plugin->getPluginInfo();
390 $html .= '<tr><th>' . $info['name'] . '</th>';
391 $html .= '<td>' . $info['description'] . '</td>';
393 if (isset($info['link']) && $info['link']) {
394 …$html .= '<a href="' . $this->escapeHTML($info['link']) . '"><span class="oi" data-glyph="book"></…
696 $info = [
702 $info['string'][] = $types[$resourceType]['string'];
704 $info['string'][] = $resourceType;
709 $info['icon'] = $resourceInfo['icon'];
713 $info['string'] = implode(', ', $info['string']);
[all …]
/plugin/listusergroup/
H A Dhelper.php100 foreach ($users as $user => $info) {
132 $xhtml_renderer->doc .= hsc(implode( ", ", $info['grps']));
138 $xhtml_renderer->doc .= hsc($info['name']);
144 $xhtml_renderer->doc .= $xhtml_renderer->emaillink($info['mail']);
146 $xhtml_renderer->doc .= hsc($info['mail']);
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf52 https?:\/\/([^\/]*\.)?1avoro\.info
88 https?:\/\/([^\/]*\.)?3mac\.info
99 https?:\/\/([^\/]*\.)?4t7e\.info
138 https?:\/\/([^\/]*\.)?7j5lj\.info
175 https?:\/\/([^\/]*\.)?aalive\.info
176 https?:\/\/([^\/]*\.)?aalop\.info
309 https?:\/\/([^\/]*\.)?afxbmx\.info
316 https?:\/\/([^\/]*\.)?aghas\.info
565 https?:\/\/([^\/]*\.)?aryls\.info
650 https?:\/\/([^\/]*\.)?aurar\.info
[all …]
/plugin/authremoteuser/
H A Dauth.php276 foreach($this->users as $user => $info) {
277 $count += $this->_filter($user, $info);
304 foreach($this->users as $user => $info) {
305 if($this->_filter($user, $info)) {
307 $out[$user] = $info;
407 * @param array $info User's userinfo array
410 protected function _filter($user, $info) { argument
415 if(!count(preg_grep($pattern, $info['grps']))) return false;
417 if(!preg_match($pattern, $info[$item])) return false;
/plugin/authvk/
H A Dauth.php279 foreach($this->users as $user => $info) {
280 $count += $this->_filter($user, $info);
307 foreach($this->users as $user => $info) {
308 if($this->_filter($user, $info)) {
310 $out[$user] = $info;
410 * @param array $info User's userinfo array
413 protected function _filter($user, $info) { argument
418 if(!count(preg_grep($pattern, $info['grps']))) return false;
420 if(!preg_match($pattern, $info[$item])) return false;
/plugin/webcode/syntax/
H A Dbasis.php47 * @param array $info - the $info of the renderer to pass context information
51 private static function p_render($mode, array $instructions, array &$info) argument
60 if (!empty($info)) {
61 $Renderer->info = $info;
78 $info = $Renderer->info;
392 $xhtmlWebCode = self::p_render('xhtml', $instructions, $renderer->info);
411 $renderer->doc .= self::p_render('xhtml', $instructions, $renderer->info);
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc11 if ( !data.info )
12 data.info = {};
13 data.info[ id ] = this.getValue();
118 if ( data.info ) {
119 var info = data.info;
124 rows = parseInt( info.txtRows, 10 ) || 0,
125 cols = parseInt( info.txtCols, 10 ) || 0;
140 var headers = info.selHeaders;
200 info.txtHeight ? table.setStyle( 'height', info.txtHeight ) : table.removeStyle( 'height' );
201 info.txtWidth ? table.setStyle( 'width', info.txtWidth ) : table.removeStyle( 'width' );
[all …]
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc11 if ( !data.info )
12 data.info = {};
13 data.info[ id ] = this.getValue();
118 if ( data.info ) {
119 var info = data.info;
124 rows = parseInt( info.txtRows, 10 ) || 0,
125 cols = parseInt( info.txtCols, 10 ) || 0;
140 var headers = info.selHeaders;
200 info.txtHeight ? table.setStyle( 'height', info.txtHeight ) : table.removeStyle( 'height' );
201 info.txtWidth ? table.setStyle( 'width', info.txtWidth ) : table.removeStyle( 'width' );
[all …]
/plugin/ifauthex/_test/
H A Dinstruction.test.php42 $info = array();
44 $xhtml = p_render('xhtml', $calls, $info);
50 $xhtml = p_render('xhtml', $calls, $info);

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