Home
last modified time | relevance | path

Searched refs:icon (Results 351 – 375 of 464) sorted by last modified time

1...<<111213141516171819

/plugin/jirainfo/
H A Dstyle.less10 background: url("src/icon.svg") no-repeat;
16 .ji-popup-content .icon-load {
/plugin/metaeditor/
H A Djstree.js1515 icon : d.icon !== undefined ? d.icon : true, property in AnonymousFunctiona82bfad25300.func.parse_flat.tmp
1931 data.icon = data.state.icon;
1989 icon : d.icon !== undefined ? d.icon : true, property in AnonymousFunctiona82bfad25b00.tmp
2006 tmp.icon = d.data.jstree.icon;
2008 if(tmp.icon === undefined || tmp.icon === null || tmp.icon === "") {
2107 tmp.icon = d.data.jstree.icon;
2109 if(tmp.icon === undefined || tmp.icon === null || tmp.icon === "") {
2374 if((obj.icon && obj.icon !== true) || obj.icon === false) {
4303 obj.icon = icon === true || icon === null || icon === undefined || icon === '' ? true : icon;
4308 else if(icon === true || icon === null || icon === undefined || icon === '') {
[all …]
H A Dstyle.css45 .jstree-icon {
53 .jstree-icon:empty {
103 .jstree-wholerow-ul .jstree-icon {
274 #jstree-dnd .jstree-icon,
293 .jstree-default .jstree-icon {
389 .jstree-default .jstree-icon {
394 .jstree-default .jstree-icon:empty {
406 .jstree-default .jstree-icon {
553 .jstree-default-small .jstree-icon {
570 .jstree-default-small .jstree-icon {
[all …]
/plugin/talkpage/
H A Dstyle.css2 * talkpage pagetool icon
/plugin/odtplus2dw/
H A Dstyle.css2 * dw2odt import_file pagetool icon
5 /* import icon */
/plugin/likeit/
H A DREADME.md10 - icon thumbs-o-up from font-awesome https://github.com/FortAwesome/Font-Awesome MIT license
/plugin/timetrack/
H A Dscript.js185 icon: false,
H A Dstyle.css51 /* export icon */
120 .ui-pnotify-icon, .ui-pnotify-icon span {
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.default.css50 .ui-pnotify-icon, .ui-pnotify-icon span {
H A Djquery.pnotify.js302 if (opts.icon !== old_opts.icon || (opts.icon === true && opts.type != old_opts.type)) {
305 if (opts.icon !== false) {
308icon === true ? (opts.type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_ico…
662 if (opts.icon !== false) {
664icon === true ? (opts.type == "error" ? styles.error_icon : (opts.type == "info" ? styles.info_ico…
882 icon: true, property in $.pnotify.defaults
H A Djquery.pnotify.min.js21 …:a.type=="info"?f.info:a.type=="success"?f.success:f.notice);if(a.icon!==c.icon||a.icon===true&&a.…
22icon!==false&&d("<div />",{"class":"ui-pnotify-icon"}).append(d("<span />",{"class":a.icon===true?…
32 …ticker.css("display","none");a.icon!==false&&d("<div />",{"class":"ui-pnotify-icon"}).append(d("<s…
33 f.error_icon:a.type=="info"?f.info_icon:a.type=="success"?f.success_icon:f.notice_icon:a.icon})).pr…
39 …ck_opacity:0.2,history:true,width:"300px",min_height:"16px",type:"notice",icon:true,animation:"fad… property in d.pnotify.defaults
/plugin/ckgdoku/ckeditor/plugins/tags/
H A Dplugin.js13 icon: this.path + 'images/icon.png'
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1 …nt=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:"footnoteDialog",icon:this.path+"images/f…
H A Dplugin.js.unc40 // Button's icon file path.
41 icon: this.path + 'images/footnote.png'
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc197 var icon = ratioButton.getChild( 0 );
198icon.setHtml( dialog.lockRatio ? CKEDITOR.env.ie ? '\u25A0' : '\u25A3' : CKEDITOR.env.ie ? '\u25A1…
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …}});a.ui.addButton("Signature",{label:b.ToolTip,command:"insertSignature",icon:this.path+"images/s…
H A Dplugin.js.unc53 // Button's icon file path.
54 icon: this.path + 'images/sig.png'
/plugin/ckgdoku/action/entities/utils/
H A Dfcked-ents.pl7 my($icon, $num, $character) = split;
8 next if !$icon || !$num || ! $character;
12 print "$icon\n$num\n$character\n\n";
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js37 icon: this.path + 'icons/timestamp.png',
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js628icon,this.iconOffset))},this);m?(n=a.getCommandKeystroke(m))&&(p=CKEDITOR.tools.keystrokeToString(…
629 …sFn:q,clickFn:g,style:CKEDITOR.skin.getIconStyle(x,"rtl"==a.lang.dir,this.icon,this.iconOffset),ar…
775 …his.editor.lang.dir?"9668":"9658")+";",u=this.name;this.icon&&!/\./.test(this.icon)&&(u=this.icon)…
776 …e:CKEDITOR.skin.getIconStyle(u,"rtl"==this.editor.lang.dir,u==this.icon?null:this.icon,this.iconOf…
H A DCHANGES.md655 …m/ticket/10916): Fixed: [Magic Line](http://ckeditor.com/addon/magicline) icon in Right-To-Left en…
914 * [Enhanced Image](http://ckeditor.com/addon/image2) button, context menu, command, and icon names …
/plugin/ckgdoku/ckeditor/plugins/wrap/
H A Dplugin.js10 icon: this.path + 'icons/wrap.png',
/plugin/ckgdoku/action/entities/
H A Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
46 $entities[$numeric] = $icon;
47 $entities[$character] = $icon;
/plugin/ckgdoku/ckeditor/images/fileicons/
H A DREADME2 https://github.com/splitbrain/file-icon-generator/blob/master/example-dokuwiki.php
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …}}b.ui.addButton("FontAssist",{label:d.ToolTip,command:"fontAssistDialog",icon:this.path+"images/f…

1...<<111213141516171819