| /plugin/cloud/ |
| D | syntax.php | 80 $cloud = $this->_getTagCloud($num, $min, $max, $namespaces, $tag); 85 $cloud = $helper->getSearchWordArray($num); 86 $this->_filterCloud($cloud, 'search_blacklist'); 90 foreach ($cloud as $size) { 99 $cloud = $this->_getWordCloud($num, $min, $max); 101 if (!is_array($cloud) || empty($cloud)) return false; 109 foreach ($cloud as $word => $size) { 196 function _filterCloud(&$cloud, $balcklistName) { argument 199 foreach ($cloud as $key => $count) { 201 unset($cloud[$key]); [all …]
|
| D | style.css | 1 .dokuwiki div.cloud { margin-bottom: 1em; line-height: 145%; } 3 .dokuwiki div.cloud a { padding: 0; margin: 0 0.5em; } 5 .dokuwiki div.cloud a.cloud1 { font-size: 10px; color: #D3E0F5; } 6 .dokuwiki div.cloud a.cloud2 { font-size: 12px; color: #AEC4E5; } 7 .dokuwiki div.cloud a.cloud3 { font-size: 14px; color: #88A9DB; } 8 .dokuwiki div.cloud a.cloud4 { font-size: 16px; color: #4A7AC2; } 9 .dokuwiki div.cloud a.cloud5 { font-size: 18px; color: #003F9E; } 11 .dokuwiki div.cloud a.cloud1_tag1 { font-size: 10px; color: #CEF0D0; } 12 .dokuwiki div.cloud a.cloud2_tag1 { font-size: 12px; color: #AEE5B1; } 13 .dokuwiki div.cloud a.cloud3_tag1 { font-size: 14px; color: #88DB8C; } [all …]
|
| D | style.less | 4 .dokuwiki div.cloud { margin-bottom: 1em; line-height: 145% * @sF; } 6 .dokuwiki div.cloud a { padding: 0; margin: 0 0.5ex; } 19 .dokuwiki div.cloud a.cloud1 { font-size: @f1; color: desaturate(lighten(@c0, 4 * @l), 4 * @d); } 20 .dokuwiki div.cloud a.cloud2 { font-size: @f2; color: desaturate(lighten(@c0, 3 * @l), 3 * @d); } 21 .dokuwiki div.cloud a.cloud3 { font-size: @f3; color: desaturate(lighten(@c0, 2 * @l), 2 * @d); } 22 .dokuwiki div.cloud a.cloud4 { font-size: @f4; color: desaturate(lighten(@c0, 1 * @l), 1 * @d); } 23 .dokuwiki div.cloud a.cloud5 { font-size: @f5; color: @c0; } 26 .dokuwiki div.cloud a.cloud1_tag1 { font-size: @f1; color: desaturate(lighten(@c1, 4 * @l), 4 * @d)… 27 .dokuwiki div.cloud a.cloud2_tag1 { font-size: @f2; color: desaturate(lighten(@c1, 3 * @l), 3 * @d)… 28 .dokuwiki div.cloud a.cloud3_tag1 { font-size: @f3; color: desaturate(lighten(@c1, 2 * @l), 2 * @d)… [all …]
|
| D | plugin.info.txt | 2 base cloud 7 desc Displays the most used words in a word cloud. 8 url http://www.dokuwiki.org/plugin:cloud
|
| D | README | 5 * http://dokuwiki.org/plugin:cloud 9 (C) 2012 by Michael Hamann and the cloud plugin team <michael@content-space.de>
|
| /plugin/cumulus/ |
| D | syntax.php | 118 $cloud = $this->_getTagCloud($options['max'], $min, $max, $tag); 121 $cloud = $this->_getNamespaceCloud($options['max'], $min, $max); 124 $cloud = $this->_getWordCloud($options['max'], $min, $max); 126 if (!is_array($cloud) || empty($cloud)) return ''; 131 foreach ($cloud as $word => $size) { 183 $cloud = array(); 189 if ($name['ns'] == '') $cloud[$name['id']] = 100; 191 return $this->_sortCloud($cloud, $num, $min, $max); 210 $cloud = array(); 221 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords); [all …]
|
| /plugin/zoom/ |
| D | style.css | 1 .cloud-zoom img{ 4 .cloud-zoom-gallery img{ 9 .cloud-zoom-lens { 17 .cloud-zoom-title { 31 .cloud-zoom-big { 37 .cloud-zoom-loading { 43 .cloud-zoom-center { 47 .cloud-zoom-block-left { 53 .cloud-zoom-block-right { 59 .cloud-zoom-float-left { [all …]
|
| /plugin/blogtng/helper/ |
| D | tags.php | 251 $cloud = array(); 253 if(!isset($cloud[$tag['tag']])) { 254 $cloud[$tag['tag']] = 1; 256 $cloud[$tag['tag']]++; 260 asort($cloud); 261 $cloud = array_slice(array_reverse($cloud), 0, $conf['limit']); 262 $this->_cloud_weight($cloud, min($cloud), max($cloud), 5); 263 ksort($cloud); 265 foreach($cloud as $tag => $weight) {
|
| /plugin/struct/syntax/ |
| H A D | cloud.php | 94 $cloud = new AggregationCloud($INFO['id'], $mode, $renderer, $search); 95 $cloud->startScope(); 96 $cloud->render(); 97 $cloud->finishScope();
|
| /plugin/a2s/ |
| D | demo.txt | 52 …,"stroke":"#F50078","stroke-dasharray":"5 5","stroke-width":4,"a2s:type":"cloud","a2s:delref":true} 65 …,"stroke":"#F50078","stroke-dasharray":"5 5","stroke-width":4,"a2s:type":"cloud","a2s:delref":true} 110 … shapename is one of ''cloud'', ''computer'', ''diamond'', ''document'', ''storage'', ''printer''.… 124 …,"stroke":"#F50078","stroke-dasharray":"5 5","stroke-width":4,"a2s:type":"cloud","a2s:delref":true… 285 |[cloud] | |[computer]| |[diamond] | 311 [cloud]: {"a2s:type":"cloud"} 317 [cl]: {"a2s:type":"cloud","a2s:delref":true} 326 |[cloud] | |[computer]| |[diamond] | 352 [cloud]: {"a2s:type":"cloud"} 358 [cl]: {"a2s:type":"cloud","a2s:delref":true}
|
| /plugin/smtp/subtree/txtthinking/Mailer/ |
| H A D | README.md | 23 ->addTo('Cloud', 'cloud@txthinking.com') 44 ->addTo('Cloud', 'cloud@txthinking.com')
|
| /plugin/authgooglesheets/vendor/google/apiclient/ |
| D | README.md | 16 …cloud-datastore], [Cloud Storage][cloud-storage], [Pub/Sub][cloud-pubsub], and [Compute Engine][cl… 18 [cloud-datastore]: https://github.com/googleapis/google-cloud-php-datastore 19 [cloud-pubsub]: https://github.com/googleapis/google-cloud-php-pubsub 20 [cloud-storage]: https://github.com/googleapis/google-cloud-php-storage 21 [cloud-compute]: https://github.com/googleapis/google-cloud-php-compute
|
| /plugin/authnc/conf/ |
| D | default.php | 10 $conf['ocs-path'] = '/ocs/v1.php/cloud/';
|
| /plugin/authnc/lang/de/ |
| D | settings.php | 10 $lang['ocs-path'] = 'OCS-API Pfad (z.B. /ocs/v1.php/cloud)';
|
| /plugin/authnc/lang/en/ |
| D | settings.php | 10 $lang['ocs-path'] = 'Path to the OCS API (e.g. /ocs/v1.php/cloud)';
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | cloud-fill.svg | 1 <svg class="bi bi-cloud-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
|
| H A D | cloud-slash-fill.svg | 1 <svg class="bi bi-cloud-slash-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
|
| H A D | cloud.svg | 1 <svg class="bi bi-cloud" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="ht…
|
| H A D | cloud-slash.svg | 1 <svg class="bi bi-cloud-slash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
|
| H A D | cloud-upload.svg | 1 <svg class="bi bi-cloud-upload" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xm…
|
| H A D | cloud-download.svg | 1 <svg class="bi bi-cloud-download" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
|
| /plugin/cloudstorage/ |
| D | plugin.info.txt | 5 name cloud storage plugin
|
| /plugin/pagebuttons/ |
| D | plugin.info.txt | 3 email thecodye@kanto.cloud
|
| /plugin/freechat/phpfreechat/data/public/themes/default/smileys/ |
| D | theme.txt | 21 weather_clouds.png :""": :cloud: :clouds:
|
| /plugin/freechat/phpfreechat/themes/default/smileys/ |
| D | theme.txt | 21 weather_clouds.png :""": :cloud: :clouds:
|