Home
last modified time | relevance | path

Searched refs:class (Results 176 – 200 of 2173) sorted by path

12345678910>>...87

/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc268 var class_name = element ? element.getAttribute( 'class' ) : "";
330 ckg_iwikiClass = element.getAttribute( 'class' ); // save for interwiki
531 var className = ele.getAttribute( 'class' );
1332 advAttr( 'advCSSClasses', 'class' );
1565 …'<div>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc193 // IE needs a specific class name to be applied
196 var cls = attributes[ 'class' ];
198 attributes[ 'class' ] = ( cls || '' ) + ' ' + ieClass;
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc114 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>");
134 …inner = inner.replace(/<p class="MsoListParagraphCxSpFirst"\s+L_\d>([\s\S]+)<p class="MsoListParag…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc125 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>");
145 …inner = inner.replace(/<p class="MsoListParagraphCxSpFirst"\s+L_\d>([\s\S]+)<p class="MsoListParag…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.37 …DITOR.tools.getNextId()+"_smiley_emtions_label",d=['<div><span id="'+d+'" class="cke_voice_label">…
8class="cke_dark_background cke_centered" style="vertical-align: middle;" role="presentation"><a hr…
9class="cke_hand" title="',e.smiley_descriptions[a],'" cke_src="',CKEDITOR.tools.htmlEncode(e.smile…
H A Dsmiley.js.unc120 …html.push( '<td colspan="4" class="cke_dark_background cke_centered" style="vertical-align: middle…
121 …Id + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', on…
126 '<span id="' + smileyLabelId + '" class="cke_voice_label">' + descr + '</span>' +
136 '<span id="' + labelId + '" class="cke_voice_label">' + lang.options + '</span>',
155 …html.push( '<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="pre…
156 …Id + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', on…
161 '<span id="' + smileyLabelId + '" class="cke_voice_label">' + descr + '</span>' +
186 …html.push( '<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="pre…
187 …Id + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', on…
191 …'<span id="' + smileyLabelId + '" class="cke_voice_label">' + config.smiley_descriptions[ i ] + '<…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig10class="cke_dark_background" style="cursor: default" role="presentation"><a href="javascript: void(…
11class="cke_voice_label" id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background"…
H A Dspecialchar.js.unc207 html.push( '<td class="cke_dark_background" style="cursor: default" role="presentation">' +
209 …aria-setsize="' + size + '"', ' aria-labelledby="' + charLabelId + '"', ' class="cke_specialchar" …
216 '<span class="cke_voice_label" id="' + charLabelId + '">' +
220 html.push( '<td class="cke_dark_background">&nbsp;' );
228 …html.push( '</tbody></table>', '<span id="' + charsTableLabel + '" class="cke_voice_label">' + lan…
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc110 … selectedCell.setAttribute('class', value + 'align');
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc153 jQuery("table[class*='dialog'] :checkbox[class*='cke']").each(function( index ) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php100 $class = 'r';
102 else $class = ($_FolderClass < 8) ? 'r' : 'u';
103 can_delete($class);
106 '" class="'. $class .'" />' ;
235 $class = 'r';
238 $class = ($_FolderClass < 8) ? 'r' : 'u';
239 can_delete($class);
243 '" class="'. $class .'" />' ;
802 function can_delete(&$class) { argument
804 if($_FolderClass >=16) $class = 'd';
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified75 "unavailable": "%1<span class=\"cke_accessibility\">, unavailable</span>",
/plugin/ckgedit/scripts/
H A Dcss6.php309 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$iw);
311 $css .= "a.iw_$class {";
315 $css .= "a.iw_$class {";
352 $class = preg_replace('/[^_\-a-z0-9]+/','_',$ext);
353 $css .= ".mf_$class {";
H A Dparse_wiki.js.unc504 if (attrs[i].name == 'class') {
520 if (attrs[i].name == 'class' && attrs[i].value == 'footnotes') {
526 if (tag == 'dl' && attrs[i].name == 'class' && attrs[i].value == 'file') {
531 if (tag == 'span' && attrs[i].name == 'class') {
535 if (tag == 'span' && attrs[i].name == 'class') {
605 } else if (attrs[i].name == 'class') {
629 } else if (attrs[i].name == 'class') {
806 …// alert('title: ' + this.link_title + ' class: ' + this.link_class + ' export: ' +this.export_co…
875 if (attrs[i].name == 'class') {
889 if (attrs[i].name == 'class') {
[all …]
/plugin/ckgedit/syntax/
H A Dspecials.php72 $class = "";
/plugin/clearer/
H A Dplugin.info.txt6 desc Add clearer div class by adding \\\ at end of the line
/plugin/clipboardutils/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/cloud/
H A Dsyntax.php110 if ($size < $min+round($delta)) $class = 'cloud1';
111 elseif ($size < $min+round(2*$delta)) $class = 'cloud2';
112 elseif ($size < $min+round(4*$delta)) $class = 'cloud3';
113 elseif ($size < $min+round(8*$delta)) $class = 'cloud4';
114 else $class = 'cloud5';
137 $class .= '_tag1';
140 $class .= '_tag2';
155 $renderer->doc .= DOKU_TAB . '<a href="' . $link . '" class="' . $class .'"'
/plugin/codebutton_ext/
H A Daction.php.bak12 class action_plugin_codebutton_ext extends DokuWiki_Action_Plugin {
/plugin/codebuttonmod2/
H A Dall.css30 * <p class="o-tooltip--left" data-tooltip="Hey">Short</p>
/plugin/codebuttonmod2/image/
H A Dcopy-button.svg1 <svg aria-hidden="true" data-prefix="far" data-icon="copy" class="svg-inline--fa fa-copy fa-w-14" r…
/plugin/codedoc/
H A Dspecials.php49 $class="codedoc_clean";
85 $class='codedoc_hilite';
87 $renderer->doc .= '<span class="' . $class. '">' .$data . '</span>';
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1class compl concept constexpr const_cast decltype delete dynamic_cast \" +\n \"explicit export fi…
H A Dclojure.min.js.map1class\", \"class?\", \"clear-agent-errors\",\n \"clojure-version\", \"coll?\", \"comment\", \…
H A Dcoffeescript.min.js.map1 …,\n \"switch\", \"try\", \"catch\", \"finally\", \"class\"];\n var commonK…

12345678910>>...87