Home
last modified time | relevance | path

Searched refs:attr (Results 626 – 650 of 722) sorted by path

1...<<212223242526272829

/plugin/svgedit/
H A Dscript.js111 if (!jQuery('#wiki__text').length || jQuery('#wiki__text').attr("readOnly")) return;
/plugin/svgpureinsert/
H A Dhelper.php60 foreach($dom->documentElement->attributes as $name => $attr) {
61 $attributes[$name] = $attr->value;
H A Dsyntax.php112 $attr = array(
121 $renderer->doc .= '<iframe '.buildAttributes($attr).'></iframe>';
/plugin/switchpanel/
H A Dscript.js20 var iPosPopup = jQuery( oEvent.target ).attr( 'x' );
21 var iWidthSvg = jQuery( oEvent.target ).closest( 'svg' ).attr( 'width' ).replace( 'px', '' );
/plugin/sync/
H A Dscript.js6 …window.open(jQuery(this).attr("href"),'diff',"width=700,height=500,left=100,top=100,menubar=no,loc…
/plugin/syntaxhighlighter3/
H A DREADME.md71 list($syntax, $attr, $content) = $data;
74 if (preg_match("/title:/i", $attr)) {
76 $attr_array = explode(";",$attr);
80 $attr = implode(";",$not_title_array);
88 … $renderer->doc .= "<pre class=\"brush: ".$attr."\">".$renderer->_xmlEntities($content)."</pre>";
117 // Check highlight attr for lines ranges
118 if (preg_match("/highlight:/i", $attr, $matches)) {
119 // Extract highlight from $attr string.
120 $attr_array = explode(";",$attr);
122 // Extract everything BUT highlight from $attr string.
[all …]
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php65 $attr = trim($attr);
66 if ($attr == null) {
68 $attr = 'text';
69 } elseif (substr($attr, 0, 1) == ";") {
71 $attr = 'text' . $attr;
74 $attr = null;
77 return array($this->syntax, $attr, $content);
89 list($syntax, $attr, $content) = $data;
94 if (preg_match("/title:/i", $attr)) {
96 $attr_array = explode(";", $attr);
[all …]
/plugin/syntaxhighlighter4/
H A DREADME.md73 list($syntax, $attr, $content) = $data;
75 $title = $this->procTitle($attr);
76 $highlight = $this->procHighlight($attr);
77 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…
H A Dsyntax.php91 $attr = trim($attr);
92 if ($attr == null) {
94 $attr = 'text';
97 $attr = 'text'.$attr;
100 $attr = null;
127 $title = $this->procTitle($attr);
137 private function procTitle($attr) { argument
139 $title = trim(substr($attr, strpos($attr, ' ') + 1));
145 $attr_array = explode(';', $attr);
158 private function procHighlight($attr) { argument
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder ' +\n…
/plugin/syntaxhighlightjs/
H A Dhelper.php22 $attr = array();
35 $attr['width'] = $token;
47 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '').$token;
50 return $attr;
58 $attr = $this->getAttributes($data);
62 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"';
66 if($attr['width']) {
67 if (strpos($attr['width'],'%') !== false) {
68 $out .= ' style="width: '.hsc($attr['width']).';"';
71 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Ddarkula.min.css1 …built_in,.hljs-builtin-name,.hljs-symbol,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseu…
H A Ddefault.min.css1 …s-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseu…
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 Dgithub.min.css1 …mber,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs…
H A Dgooglecode.min.css1attr,.hljs-selector-pseudo,.hljs-regexp{color:#080}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-m…
H A Dhybrid.min.css1 …#c66}.hljs-string,.hljs-doctag,.hljs-addition,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseu…
H A Dir-black.min.css1 …ljs-attribute,.hljs-selector-id{color:#ffffb6}.hljs-string,.hljs-selector-attr,.hljs-selector-pseu…
H A Dmonokai-sublime.min.css1attr{color:#f92672}.hljs-symbol,.hljs-attribute{color:#66d9ef}.hljs-params,.hljs-class .hljs-title…
H A Dmonokai.min.css1 …hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-attr,.hljs-selector-pseu…
H A Dobsidian.min.css1 …ullet,.hljs-subst,.hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-selector-attr,.hljs-selector-pseu…
H A Drailscasts.min.css1 …#da4939}.hljs-symbol,.hljs-bullet,.hljs-built_in,.hljs-builtin-name,.hljs-attr,.hljs-link{color:#6…
H A Drainbow.min.css1attr,.hljs-selector-pseudo{color:#f99157}.hljs-string,.hljs-doctag,.hljs-regexp{color:#8abeb7}.hlj…
H A Dsolarized-dark.min.css1attr,.hljs-variable,.hljs-template-variable,.hljs-class .hljs-title,.hljs-type{color:#b58900}.hljs…
H A Dsolarized-light.min.css1attr,.hljs-variable,.hljs-template-variable,.hljs-class .hljs-title,.hljs-type{color:#b58900}.hljs…

1...<<212223242526272829