Home
last modified time | relevance | path

Searched refs:attr (Results 276 – 300 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgithub-gist.min.css1 …5c}.hljs-tag{color:#333333}.hljs-title,.hljs-attr,.hljs-selector-id,.hljs-selector-class,.hljs-sel…
H A Dgooglecode.min.css1attr,.hljs-selector-pseudo,.hljs-regexp{color:#080}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-m…
H A Drainbow.min.css1attr,.hljs-selector-pseudo{color:#f99157}.hljs-string,.hljs-doctag,.hljs-regexp{color:#8abeb7}.hlj…
H A Dsolarized-light.min.css1attr,.hljs-variable,.hljs-template-variable,.hljs-class .hljs-title,.hljs-type{color:#b58900}.hljs…
H A Dmonokai-sublime.min.css1attr{color:#f92672}.hljs-symbol,.hljs-attribute{color:#66d9ef}.hljs-params,.hljs-class .hljs-title…
H A Dsolarized-dark.min.css1attr,.hljs-variable,.hljs-template-variable,.hljs-class .hljs-title,.hljs-type{color:#b58900}.hljs…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DLegend.php10 public function open($attr, &$ahtml, &$ihtml) argument
13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
H A DTFoot.php10 public function open($attr, &$ahtml, &$ihtml) argument
16 $properties = $this->cssManager->MergeCSS('TABLE', 'TFOOT', $attr);
H A DTHead.php8 public function open($attr, &$ahtml, &$ihtml) argument
14 $properties = $this->cssManager->MergeCSS('TABLE', 'THEAD', $attr);
H A DBr.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 if (isset($attr['STYLE'])) {
12 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
/plugin/structpublish/action/
H A Drevisions.php45 if ($el->attr('name') === $checkName) {
46 $rev = $el->attr('value');
/plugin/inlinejs/syntax/
H A Dpreloader.php222 $attr = buildAttributes($entry);
223 $out = '<'.$entry['_tag'].($attr ? ' '.$attr : '');
/plugin/advrack/
H A Djquery.qtip.js116 attr: attr, property in QTip.cache
165 .attr(ATTR_ID, this.id)
334 var loading = text || $(this).attr(api.options.content.attr) || 'Loading...',
1226 .attr('role', 'button')
1692 attr = elem.attr(config.content.attr);
1695 if(config.content.attr !== FALSE && attr) { config.content.text = attr; }
1732 elem.removeAttr('title').attr(oldtitle, title).attr('title', '');
1825 attr: function(attr, val) { argument
1837 if(api && api.options.content.attr === title && api.cache.attr) {
1912 attr: 'title', property in QTIP.defaults.content
[all …]
/plugin/confmanager/
H A Djquery.form.js79 method = this.attr('method');
80 action = this.attr('action');
182 var multipart = ($form.attr('enctype') == mp || $form.attr('encoding') == mp);
317 n = $io.attr('name');
319 $io.attr('name', id);
349 $io.attr('src', s.iframeSrc); // abort op in progress
404 var csrf_token = $('meta[name=csrf-token]').attr('content');
405 var csrf_param = $('meta[name=csrf-param]').attr('content');
414 var t = $form.attr('target'), a = $form.attr('action');
427 $form.attr({
[all …]
/plugin/svgpureinsert/
H A Dsyntax.php112 $attr = array(
121 $renderer->doc .= '<iframe '.buildAttributes($attr).'></iframe>';
/plugin/tablelayout/action/
H A Dlayoutform.php48 $form->addTagOpen('div')->attr('style', 'display: none;');
74 $form->addButton('', $this->getLang('button:apply'))->attr('type', 'submit');
/plugin/diagramsnet/
H A Dsyntax.php106 $attr = array(
118 $renderer->doc .= '<img '.buildAttributes($attr).'/>';
/plugin/fastwiki/
H A Dscript.js43 m_initialId = m_content.attr('id');
206 var nr = target.attr('class').match(/(\s+|^)editbutton_(\d+)(\s+|$)/)[2];
230 if ($edit_text.length > 0 && !$edit_text.attr('readOnly')) {
276 if($edit_text.attr('readOnly')) {
323 $('#tool__bar').attr('role', 'toolbar');
597 $('.content_initial').attr('id', m_initialId);
619 body.addClass(initial[0].className.replace(/content_initial/, '')).attr('id', m_initialId);
620 initial.attr('id', '').after(body);
756 $('.content_initial').attr('id', m_initialId);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6attr({id:"markerArrowBlock"}),arrow=this.paper_.path("M 9.6,8 1.92,16 0,13.7 5.76,8 0,2.286 1.92,0…
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php113 $attr = $helper->buildAttributes($data);
115 $renderer->doc .= '<pre class=\'hljs-wrap\'><code'.$attr.'>';
/plugin/blogtng/action/
H A Dedit.php200 $checkbox->attr('checked', 'checked');
250 ->val($YY)->attr('maxlength', 4);
253 ->val($MM)->attr('maxlength', 2);
256 ->val($DD)->attr('maxlength', 2);
259 ->val($hh)->attr('maxlength', 2);
262 ->val($mm)->attr('maxlength', 2);
/plugin/amazon/
H A Dsyntax.php285 $attr = $item['ITEMATTRIBUTES'][0];
286 if(!$attr) $attr = $item['UNIVERSALLISTITEM'][0];
287 if(!$attr) return ''; // happens on list items no longer in catalogue
/plugin/metaheaders/
H A Daction.php127 foreach ($header as $attr => $value) {
132 $header[$attr] = $value;
/plugin/toctweak/syntax/
H A Dsidetoc.php76 $attr['class'] = $tocClass;
80 $html.= '<div '.buildAttributes($attr).'>';
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js59 $button.find('a.icon').attr("href", hash ? "http://delicious.com/url/" + hash : save_url);
60 var $count = $button.find('a.count').attr("href", save_url).click(function (event) {

1...<<11121314151617181920>>...29