/plugin/cloud/ |
H A D | syntax.php | 101 if (!is_array($cloud) || empty($cloud)) return false; 201 unset($cloud[$key]); 208 if (isset($cloud[$word])) 232 $cloud = array(); 287 if(empty($cloud)) return $cloud; 290 arsort($cloud); 291 $cloud = array_chunk($cloud, $num, true); 292 $max = current($cloud[0]); 293 $min = end($cloud[0]); 294 ksort($cloud[0]); [all …]
|
H A 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 …]
|
H A 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)… 30 .dokuwiki div.cloud a.cloud5_tag1 { font-size: @f5; color: @c1; } [all …]
|
H A 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
|
H A 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/ |
H A D | syntax.php | 126 if (!is_array($cloud) || empty($cloud)) return ''; 131 foreach ($cloud as $word => $size) { 183 $cloud = array(); 210 $cloud = array(); 265 if(empty($cloud)) return; 268 arsort($cloud); 269 $cloud = array_chunk($cloud, $num, true); 270 $max = current($cloud[0]); 271 $min = end($cloud[0]); 272 ksort($cloud[0]); [all …]
|
/plugin/zoom/ |
H A 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/ |
H A 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 | 49 $this->Lexer->addSpecialPattern('----+ *struct cloud *-+\n.*?\n----+', $mode, 'plugin_struct_cloud'); 92 msg($this->getLang('Warning: no filters for cloud'), -1); 97 $cloud = new AggregationCloud($INFO['id'], $mode, $renderer, $search); 98 $cloud->startScope(); 99 $cloud->render(); 100 $cloud->finishScope();
|
/plugin/a2s/ |
H A 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/authnc/conf/ |
H A D | default.php | 10 $conf['ocs-path'] = '/ocs/v1.php/cloud/';
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A 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/lang/de/ |
H A D | settings.php | 10 $lang['ocs-path'] = 'OCS-API Pfad (z.B. /ocs/v1.php/cloud)';
|
/plugin/authnc/lang/en/ |
H A 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" xmlns="http://www.w3.org/2000/svg">
|
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" xmlns="http://www.w3.org/2000/svg">
|
H A D | cloud.svg | 1 <svg class="bi bi-cloud" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | cloud-slash.svg | 1 <svg class="bi bi-cloud-slash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | cloud-download.svg | 1 <svg class="bi bi-cloud-download" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
H A D | cloud-upload.svg | 1 <svg class="bi bi-cloud-upload" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
/plugin/cloudstorage/ |
H A D | plugin.info.txt | 5 name cloud storage plugin
|
/plugin/pagebuttons/ |
H A D | plugin.info.txt | 3 email thecodye@kanto.cloud
|
/plugin/freechat/phpfreechat/data/public/themes/default/smileys/ |
H A D | theme.txt | 21 weather_clouds.png :""": :cloud: :clouds:
|
/plugin/freechat/phpfreechat/themes/default/smileys/ |
H A D | theme.txt | 21 weather_clouds.png :""": :cloud: :clouds:
|