Home
last modified time | relevance | path

Searched refs:info (Results 276 – 300 of 1857) sorted by relevance

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

/plugin/watchcycle/
H A Dsyntax.php191 foreach($all as $name => $info) {
192 if(is_array($info)) {
193 $flat[] = $this->email($info['mail'], $info['name']);
194 }elseif($info === null) {
/plugin/bootswrapper/exe/help/
H A Dalert.txt11 <alert type="info">
25 <alert type="info">...</alert>
46 <datatable info="false" paging="false" searching="true">
48 | ''type'' | ''info'' | ''success'' ''info'' ''warning'' ''danger'' | Type of alert |
H A Dcallout.txt9 This plugin include the original Callout from Bootstrap documentation for //info//, //warning// and…
46 <callout type="info">
48 This is an info callout.
76 <callout type="info" icon="true">
78 This is an info callout.
94 <callout type="info" icon="true"> [...] </callout>
144 <datatable info="false" paging="false" searching="true">
146 | ''type'' | ''default'' | ''default'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' (''…
H A Dtext.txt71 <TEXT type="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT>
83 <text type="info"> [...] </text>
98 <TEXT background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</TEXT>
109 <text background="info"> [...] </text>
118 <datatable info="false" paging="false" searching="true">
120 | ''type'' | ''muted'' ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual c…
121 | ''background'' | ''primary'' ''success'' ''info'' ''warning'' ''danger'' | Contextual background …
/plugin/authyubikey/lib/
H A DYubico.php354 while ($info = curl_multi_info_read($mh)) {
355 if ($info['result'] == CURLE_OK) {
359 $str = curl_multi_getcontent($info['handle']);
360 $cinfo = curl_getinfo ($info['handle']);
446 curl_multi_remove_handle($mh, $info['handle']);
447 curl_close($info['handle']);
448 unset ($ch[(int)$info['handle']]);
/plugin/mailto/
H A Drenderer.php.not17 * return some info
20 return confToHash(dirname(__FILE__).'/info.txt');
31 // $this->info["cache"] = false;
/plugin/authimap2/
H A Dauth.php298 foreach($this->users as $user => $info) {
299 if($this->_filter($user, $info)) {
301 $out[$user] = $info;
330 foreach($this->users as $user => $info) {
331 $count += $this->_filter($user, $info);
472 * @param array $info User's userinfo array
475 protected function _filter($user, $info) { argument
480 if(!count(preg_grep($pattern, $info['grps']))) return false;
482 if(!preg_match($pattern, $info[$item])) return false;
/plugin/preservefilenames/
H A Daction_angua.php383 $info = '';
385 $info .= (int) $item['meta']->getField('File.Width');
386 $info .= '&#215;';
387 $info .= (int) $item['meta']->getField('File.Height');
388 $info .= ' ';
390 $info .= '<i>'.dformat($item['mtime']).'</i>';
391 $info .= ' ';
392 $info .= filesize_h($item['size']);
401 echo '<span class="info">('.$info.')</span>'.NL;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlinks.md7 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking))
9 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking) "port wiki")
23 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) )
25 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) "port wi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMetric.php170 public function setInfo(LocalizedString $info) argument
172 $this->info = $info;
179 return $this->info;
/plugin/odp/
H A DZipLib.class.php30 $header['index'] = $i;$info['filename'] = $header['filename'];
31 $info['stored_filename'] = $header['stored_filename'];
32 $info['size'] = $header['size'];$info['compressed_size']=$header['compressed_size'];
33 $info['crc'] = strtoupper(dechex( $header['crc'] ));
34 $info['mtime'] = $header['mtime']; $info['comment'] = $header['comment'];
35 $info['folder'] = ($header['external']==0x41FF0010||$header['external']==16)?1:0;
36 $info['index'] = $header['index'];$info['status'] = $header['status'];
37 $ret[]=$info; unset($header);
/plugin/authgooglesheets/
H A Dhelper.php262 foreach ($this->users as $user => $info) {
263 if ($this->filter($user, $info)) {
265 $out[$user] = $info;
282 * @param array $info User's userinfo array
285 protected function filter($user, $info) argument
291 if (!count(preg_grep($pattern, $info['grps']))) return false;
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DXpackNamespace.asciidoc21 * <<Elasticsearch_Namespaces_XpackNamespaceinfo_info,`info()`>>
27 .`info(array $params = [])`
32 $params['categories'] = (list) Comma-separated list of info categories. Can be any of: build, license, features
/plugin/blogtng/action/
H A Dajax.php48 if($auth AND $info = $auth->getUserData($INPUT->server->str('REMOTE_USER'))) {
49 $comment->setName($info['name']);
50 $comment->setMail($info['mail']);
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php25 $info = parent::getInfo();
27 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php40 $name = cleanID($this->info['ns'] . ':' . $name . ':fake'); //add fake pageid
47 $dir = dirname(wikiFN($this->info['ns'] . ':fake'));
68 $id = $this->info['ns'] . ':' . preg_replace('#\.txt$#', '', cleanID($name));
/plugin/webcomponent/_test/
H A Dcard.test.php33 $info = array();
36 $xhtml = p_render('xhtml', $instructions, $info);
71 $xhtml = p_render('xhtml', $instructions, $info);
/plugin/mikioplugin/assets/
H A Dvariables.css57 --mikiop-info-text-color: #fff;
58 --mikiop-info-background-color: #17a2b8;
59 --mikiop-info-border-color: #17a2b8;
60 --mikiop-info-text-hover-color: #fff;
61 --mikiop-info-background-hover-color: #138496;
62 --mikiop-info-border-hover-color: #117a8b;
63 --mikiop-info-light-text-color: #0c5460;
64 --mikiop-info-light-background-color: #d1ecf1;
65 --mikiop-info-light-border-color: #bee5eb;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php134 $info = [0 => null, 1 => null];
138 $info[0] = $child->getValue();
140 $info[1] = $child->getValue();
144 return $info;
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/vshare/
H A Dscript.js78 // add info text
81 const info = document.createElement('p');
82 info.innerText = LANG.plugins.vshare.click.replace('%s', $self.data('domain'));
83 $self.append(info);
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php114 $info = array(
117 return $info;
174 $info = array(
178 return $info;
262 $info = array(
269 return $info;
/plugin/purplenumbers/
H A DREADME4 For more info see plugin.info.tx
/plugin/flowplay2/flowplayer/extras/
H A Dsuggestions.js5 info: { viewed: 631, category: 'ads' } },
8 info: { viewed: 2, category: 'sports' } }
/plugin/wikipediasnippet/
H A DREADME4 For more info see plugin.info.txt

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