/plugin/icons/exe/ |
H A D | popup.php | 72 .btn-icon { margin: 4px; padding: 4px; } 74 .icon { font-size: 2em; width: 1.28571429em;
text-align: center; } 101 jQuery('button[data-icon-size]').on('click', function() { 103 jQuery('button[data-icon-size]').removeClass('active'); 106 $icon_size.val(jQuery(this).data('icon-size')); 111 jQuery('button[data-icon-align]').on('click', function() { 113 jQuery('button[data-icon-align]').removeClass('active'); 116 $icon_align.val(jQuery(this).data('icon-align')); 137 jQuery('.btn-icon').on('click', function() { 138 $icon_name.val(jQuery(this).data('icon [all...] |
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
H A D | bpmn-codes.css | 2 .bpmn-icon-trash:before { content: '\e801'; } /* '' */ 3 .bpmn-icon-gateway-parallel:before { content: '\e804'; } /* '' */ 8 .bpmn-icon-loop-marker:before { content: '\e809'; } /* '' */ 31 .bpmn-icon-task:before { content: '\e821'; } /* '' */ 38 .bpmn-icon-manual:before { content: '\e828'; } /* '' */ 39 .bpmn-icon-receive:before { content: '\e829'; } /* '' */ 60 .bpmn-icon-script:before { content: '\e83f'; } /* '' */ 62 .bpmn-icon-send:before { content: '\e841'; } /* '' */ 65 .bpmn-icon-user:before { content: '\e844'; } /* '' */ 94 .bpmn-icon-lane:before { content: '\e861'; } /* '' */ [all …]
|
H A D | bpmn.css | 22 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before { 57 .bpmn-icon-trash:before { content: '\e801'; } /* '' */ 86 .bpmn-icon-task:before { content: '\e821'; } /* '' */ 93 .bpmn-icon-manual:before { content: '\e828'; } /* '' */ 94 .bpmn-icon-receive:before { content: '\e829'; } /* '' */ 101 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */ 115 .bpmn-icon-script:before { content: '\e83f'; } /* '' */ 117 .bpmn-icon-send:before { content: '\e841'; } /* '' */ 120 .bpmn-icon-user:before { content: '\e844'; } /* '' */ 149 .bpmn-icon-lane:before { content: '\e861'; } /* '' */ [all …]
|
H A D | bpmn-embedded.css | 25 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before { 60 .bpmn-icon-trash:before { content: '\e801'; } /* '' */ 89 .bpmn-icon-task:before { content: '\e821'; } /* '' */ 96 .bpmn-icon-manual:before { content: '\e828'; } /* '' */ 97 .bpmn-icon-receive:before { content: '\e829'; } /* '' */ 104 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */ 118 .bpmn-icon-script:before { content: '\e83f'; } /* '' */ 120 .bpmn-icon-send:before { content: '\e841'; } /* '' */ 123 .bpmn-icon-user:before { content: '\e844'; } /* '' */ 152 .bpmn-icon-lane:before { content: '\e861'; } /* '' */ [all …]
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
H A D | dmn-codes.css | 2 .dmn-icon-up:before { content: '\e800'; } /* '' */ 3 .dmn-icon-down:before { content: '\e801'; } /* '' */ 4 .dmn-icon-clear:before { content: '\e802'; } /* '' */ 5 .dmn-icon-plus:before { content: '\e803'; } /* '' */ 6 .dmn-icon-minus:before { content: '\e804'; } /* '' */ 7 .dmn-icon-info:before { content: '\e805'; } /* '' */ 8 .dmn-icon-left:before { content: '\e806'; } /* '' */ 10 .dmn-icon-right:before { content: '\e808'; } /* '' */ 11 .dmn-icon-input:before { content: '\e809'; } /* '' */ 13 .dmn-icon-copy:before { content: '\e80b'; } /* '' */ [all …]
|
H A D | dmn.css | 23 [class^="dmn-icon-"]:before, [class*=" dmn-icon-"]:before { 58 .dmn-icon-up:before { content: '\e800'; } /* '' */ 59 .dmn-icon-down:before { content: '\e801'; } /* '' */ 61 .dmn-icon-plus:before { content: '\e803'; } /* '' */ 63 .dmn-icon-info:before { content: '\e805'; } /* '' */ 64 .dmn-icon-left:before { content: '\e806'; } /* '' */ 69 .dmn-icon-copy:before { content: '\e80b'; } /* '' */ 71 .dmn-icon-undo:before { content: '\e80d'; } /* '' */ 72 .dmn-icon-redo:before { content: '\e80e'; } /* '' */ 73 .dmn-icon-menu:before { content: '\e80f'; } /* '' */ [all …]
|
H A D | dmn-embedded.css | 25 [class^="dmn-icon-"]:before, [class*=" dmn-icon-"]:before { 59 .dmn-icon-up:before { content: '\e800'; } /* '' */ 60 .dmn-icon-down:before { content: '\e801'; } /* '' */ 62 .dmn-icon-plus:before { content: '\e803'; } /* '' */ 64 .dmn-icon-info:before { content: '\e805'; } /* '' */ 65 .dmn-icon-left:before { content: '\e806'; } /* '' */ 70 .dmn-icon-copy:before { content: '\e80b'; } /* '' */ 72 .dmn-icon-undo:before { content: '\e80d'; } /* '' */ 73 .dmn-icon-redo:before { content: '\e80e'; } /* '' */ 74 .dmn-icon-menu:before { content: '\e80f'; } /* '' */ [all …]
|
/plugin/bootswrapper/exe/help/ |
H A D | callout.txt | 5 <callout type="question" icon="true"> 66 <callout type="primary" icon="true"> 71 <callout type="success" icon="true"> 76 <callout type="info" icon="true"> 81 <callout type="warning" icon="true"> 86 <callout type="danger" icon="true"> 106 <callout type="tip" icon="true"> 118 Add custom icon via ''icon'' attribute. 120 <callout icon="fa fa-user"> 134 <callout icon="fa fa-user" color="blue" title="Custom color + icon"> [all …]
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-embedded.css | 25 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before { 56 .bpmn-icon-trash:before { content: '\e801'; } /* '' */ 88 .bpmn-icon-task:before { content: '\e821'; } /* '' */ 95 .bpmn-icon-manual:before { content: '\e828'; } /* '' */ 96 .bpmn-icon-receive:before { content: '\e829'; } /* '' */ 104 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */ 118 .bpmn-icon-script:before { content: '\e83f'; } /* '' */ 120 .bpmn-icon-send:before { content: '\e841'; } /* '' */ 123 .bpmn-icon-user:before { content: '\e844'; } /* '' */ 152 .bpmn-icon-lane:before { content: '\e861'; } /* '' */ [all …]
|
/plugin/codebutton_ext/ |
H A D | action.php | 52 'icon' => '../../plugins/codebutton_ext/pix/code_select.png', 57 'icon' => '../../plugins/codebutton_ext/pix/File-bash-32.png', 65 'icon' => '../../plugins/codebutton_ext/pix/File-c-32.png', 73 'icon' => '../../plugins/codebutton_ext/pix/File-css-32.png', 81 'icon' => '../../plugins/codebutton_ext/pix/File-html-32.png', 89 'icon' => '../../plugins/codebutton_ext/pix/File-xml-32.png', 105 'icon' => '../../plugins/codebutton_ext/pix/File-java-32.png', 113 'icon' => '../../plugins/codebutton_ext/pix/File-php-32.png', 122 'icon' => '../../plugins/codebutton_ext/pix/File-perl-32.png', 147 'icon' => '../../plugins/codebutton_ext/pix/File-sql-32.png', [all …]
|
/plugin/markdownextra/lib/meltdown/css/ |
H A D | meltdown.css | 29 [data-icon]:before { 31 content: attr(data-icon); 44 …icon-eye-open:before, .meltdown-icon-eye-close:before, .meltdown-icon-table:before, .meltdown-icon… 58 .meltdown-icon-table:before { 61 .meltdown-icon-bold:before { 64 .meltdown-icon-italic:before { 73 .meltdown-icon-link:before { 76 .meltdown-icon-code:before { 82 .meltdown-icon-quote:before { 85 .meltdown-icon-help:before { [all …]
|
/plugin/icons/syntax/ |
H A D | flag.php | 13 require_once(dirname(__FILE__).'/icon.php'); 22 public static function makePath($icon, $size, $base_url) { argument 29 if (file_exists("$translation_path/$icon.gif")) { 30 return "$translation_url/$icon.gif"; 33 if (file_exists("$translation_path/more/$icon.gif")) { 34 return "$translation_url/more/$icon.gif"; 39 return "$base_url/$icon-icon.png";
|
/plugin/structstatus/ |
H A D | Status.php | 30 list(, $value, $color, $icon) = json_decode($value); 33 $R->doc .= $this->xhtmlStatus($value, $color, $icon); 46 * @param string $icon 52 … public function xhtmlStatus($label, $color, $icon='', $rid = 0, $classes=array(), $button=false) { argument 55 if($icon) $classes[] = 'struct_status_icon_'.$icon; 61 $html .= $this->inlineSVG($icon); 71 * @param string $icon The icon identifier (no .svg extension) 74 protected function inlineSVG($icon) { argument 75 $icon = preg_replace('@[\.\\\\/]+@', '', $icon); 76 $file = __DIR__ . '/svg/' . $icon . '.svg'; [all …]
|
/plugin/xssnipper/ |
H A D | action.php | 41 'icon' => '../../plugins/xssnipper/images/code.png', 46 'icon' => '../../plugins/xssnipper/images/code_xssnip.png', 53 'icon' => '../../plugins/xssnipper/images/code_code.png', 60 'icon' => '../../plugins/xssnipper/images/code_php.png', 67 'icon' => '../../plugins/xssnipper/images/code_html.png', 74 'icon' => '../../plugins/xssnipper/images/code_js.png', 81 'icon' => '../../plugins/xssnipper/images/code_css.png', 88 'icon' => '../../plugins/xssnipper/images/code_txt.png', 95 'icon' => '../../plugins/xssnipper/images/code_xml.png', 102 'icon' => '../../plugins/xssnipper/images/code_file.png',
|
/plugin/mikioplugin/ |
H A D | action.php | 47 foreach ($MIKIO_ICONS as $icon) { 48 if (isset($icon['name']) && isset($icon['css']) && isset($icon['insert'])) { 49 $icons[] = $icon; 51 if ($icon['css'] != '') { 52 if (strpos($icon['css'], '//') === false) { 53 $stylesheets[] = $baseDir . 'icons/' . $icon['css']; 55 $stylesheets[] = $icon['css'];
|
/plugin/commonmark/ |
H A D | script.js | 7 icon: "../../plugins/commonmark/images/markdown.png", property in toolbar 15 icon: "../../plugins/commonmark/images/markdown_white.png", property in toolbar 22 icon: "bold.png", 31 icon: "italic.png", 40 icon: "mono.png", 49 icon: "bold.png",
|
/plugin/achart/assets/ |
H A D | apexcharts.css | 440 .apexcharts-zoom-icon, 441 .apexcharts-zoomin-icon, 443 .apexcharts-reset-icon, 444 .apexcharts-pan-icon, 446 .apexcharts-menu-icon, 496 .apexcharts-menu-icon { 500 .apexcharts-reset-icon { 504 .apexcharts-zoom-icon, 505 .apexcharts-reset-icon, 506 .apexcharts-menu-icon { [all …]
|
/plugin/stars2/ |
H A D | action.php | 43 'icon' => '../../plugins/stars2/images/toolbar/star.png', 48 'icon' => '../../plugins/stars2/images/toolbar/star1.png', 54 'icon' => '../../plugins/stars2/images/toolbar/star2.png', 60 'icon' => '../../plugins/stars2/images/toolbar/star3.png', 66 'icon' => '../../plugins/stars2/images/toolbar/star4.png', 72 'icon' => '../../plugins/stars2/images/toolbar/star5.png', 78 'icon' => '../../plugins/stars2/images/toolbar/starnry.png',
|
/plugin/skilltagicon/action/ |
H A D | icon.php | 53 $icon = false; 55 $icon = 'easy.png'; 58 $icon = 'intermediate.png'; 61 $icon = 'expert.png'; 65 if ($icon !== false) { 66 …$icon_html = '<img src="lib/plugins/skilltagicon/icon/' . $icon . '" alt="" title="' . $icon_title…
|
/plugin/bpmnioeditor/ |
H A D | style.css | 847 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before { 878 .bpmn-icon-trash:before { content: '\e801'; } /* '' */ 910 .bpmn-icon-task:before { content: '\e821'; } /* '' */ 917 .bpmn-icon-manual:before { content: '\e828'; } /* '' */ 918 .bpmn-icon-receive:before { content: '\e829'; } /* '' */ 926 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */ 940 .bpmn-icon-script:before { content: '\e83f'; } /* '' */ 942 .bpmn-icon-send:before { content: '\e841'; } /* '' */ 945 .bpmn-icon-user:before { content: '\e844'; } /* '' */ 974 .bpmn-icon-lane:before { content: '\e861'; } /* '' */ [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | ImageButton.php | 25 public $icon; variable in Google\\Service\\HangoutsChat\\ImageButton 40 public function setIcon($icon) argument 42 $this->icon = $icon; 49 return $this->icon;
|
/plugin/mikioplugin/syntax/ |
H A D | icon.php | 18 public $tag = 'icon'; 36 foreach($MIKIO_ICONS as $icon) { 37 if(isset($icon['name']) && strcasecmp($icon['name'], array_key_first($data)) == 0) { 38 if(isset($icon['insert'])) { 39 $insert = $icon['insert'];
|
/plugin/html5video2/ |
H A D | style.css | 101 .vjs-icon-square { 110 .vjs-icon-spinner { 156 .vjs-icon-share { 165 .vjs-icon-cog { 201 .vjs-icon-hd { 228 .vjs-icon-facebook { 237 .vjs-icon-gplus { 246 .vjs-icon-linkedin { 255 .vjs-icon-twitter { 264 .vjs-icon-tumblr { [all …]
|
/plugin/bootswrapper/syntax/ |
H A D | callout.php | 59 global $icon; 63 $icon = (isset($attributes['icon']) ? $attributes['icon'] : ''); 75 if (strtolower($icon) == 'true') { 115 $icon_class = $icon; 127 if ($icon && $icon_class) { 142 if ($icon) {
|
/plugin/linkback/ |
H A D | tools.php | 21 $regex = '!<link rel="(shortcut )?icon" href="([^"]+)" ?/?>!'; 23 $icon = $match[2]; 24 if (!preg_match("#^(http://)?[^/]+#i", $icon)) { 25 $icon = $urlparts['scheme'] . '://' . $urlparts['host'] . (($icon[0]) == '/' ? '' : '/') . $icon; 27 return $icon; 30 $icon = $urlparts['scheme'] . '://' . $urlparts['host'] . '/favicon.ico'; 33 $http_client->sendRequest($icon, array (), 'HEAD'); 35 return $icon; [all...] |