Home
last modified time | relevance | path

Searched refs:tag (Results 301 – 325 of 1150) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/ckgedit/ckeditor/
H A DCHANGES.md57 …editor.com/cke4/addon/image2) throws a type error when an empty `<figure>` tag with an `image` cla…
161 * [#1115](https://github.com/ckeditor/ckeditor-dev/issues/1115): Fixed: The `<font>` tag is not pre…
228 …Issue summary: It was possible to execute XSS inside CKEditor using the `<img>` tag and specially …
665 …or4/latest/api/CKEDITOR_editor.html#method-getData) fails when the cursor is next to an `<hr>` tag.
958 * [#12899](https://dev.ckeditor.com/ticket/12899): Fixed: Corrected wrong tag ending for horizontal…
1047 * [#9137](https://dev.ckeditor.com/ticket/9137): Fixed: The `<base>` tag is not created when `<head…
1611 * [#9796](https://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethroug…
H A Dcontents-default.css108 /* code blocks by code tag */
/plugin/ckgedit/
H A Dscript.js82 html = html.replace(/(<\w+)([^>]+)>/gm,function(match,tag,atts){ argument
85 return tag + atts+ '>';
162 function parseStartTag( tag, tagName, rest, unary ) { argument
199 function parseEndTag( tag, tagName ) { argument
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc385 if (tag == 'ol' || tag == 'ul') {
468 } else if (tag == 'td' || tag == 'th') {
500 if (tag == 'td' || tag == 'th') {
597 if (tag == 'td' || tag == 'th') {
1128 results += markup[tag]; // Set tag
1175 } else if (tag == 'pre' || tag == 'pre_td') {
1190 if (tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') {
1309 tag = markup_end[tag];
1323 tag = markup_end[tag];
1327 tag = markup[tag];
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php146 foreach( $tags as $tag )
148 if( false !== strpos( $chunk, $tag ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc12 var tagregexp = (/\{\{tag>.*?\}\}/g);
77 …</code> is selected, the old tag syntax must be selected and it will be replaced. If there are no …
110 var codeB = "{{tag>";
122 selected = "{{tag&gt;" + selected + "}}";
127 editor.setData(selected+data.replace(/\{\{tag&gt;.*?\}\}/g,''));
130 editor.setData(data.replace(/\{\{tag&gt;.*?\}\}/g,'')+selected);
138 var on_page; //tags found in page tag markup
145 var tagregexp = (/\{\{tag>(.*?)\}\}/g);
155 var tag = labelText.match(/^[\w\-\d]+$/);
156 if(tag && !on_page.includes(labelText)) {
[all …]
/plugin/ckgedit/action/
H A Dtagapi.php50 foreach (array_keys($tags) as $tag) {
56 echo '{"name":"'.$this->tagToName($tag).'","id":"'.$tag.'"}';
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc93 // displays open tag of font plugin below display window
262 … text = text.replace(/<(b|i|em|u|strong|sup|sub|code)>/g, function(el,tag) {
270 switch(tag) {
300 …return "<" + tag + " style='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style :…
/plugin/tagfilter/
H A Dplugin.info.txt6 desc easy tag search
H A Dscript.js67 jQuery.each(select,function(index2,tag) {
68 pages[page_idx] = jQuery.merge(pages[page_idx],tags[index][tag]);
80 jQuery.each(select,function(index2,tag) {
82 return tags[index][tag].indexOf(n) !== -1;
70 AnonymousFunction6ab6260e0500(index2,tag) global() argument
83 AnonymousFunction6ab6260e0700(index2,tag) global() argument
H A Drequirements.txt1 https://github.com/dokufreaks/plugin-tag.git lib/plugins/tag
H A Dhelper.php24 $this->taghelper = $this->loadHelper('tag');
57 * Search in Tagindex for tags that matches the tag pattern and are in requested namespace
62 * @return string[]|false with tag=>label pairs
74 foreach ($tags as $tag) {
75 if ($this->matchesTagExpression($tagExpression, $tag) && $this->isTagInNamespace($tag, $ns, $aclSafe)) {
76 $matchedTag_label[$tag] = $this->getTagLabel($tag);
85 * Test if tag matches with requested pattern
88 * @param string $tag
91 matchesTagExpression($tagExpression, $tag) global() argument
102 getTagLabel($tag) global() argument
173 isTagInNamespace($tag, $ns, $aclSafe = true) global() argument
229 getPagesByTag($tag, $ns = '') global() argument
331 getImageLinkByTag($tag) global() argument
464 getTagCategory($tag) global() argument
[all...]
/plugin/tagfilter/helper/
H A Dsyntax.php27 * tag=>array of pageids of pages having the tag
39 foreach ($tagFilters['tagExpression'] as $key => $tagExpression) { //build tag->pages relation
49 foreach ($pagesPerMatchedTag as $tag => $pageidsPerTag) {
50 if (!empty($flags['withTags']) && !in_array($tag, $flags['withTags'])) {
53 if (!empty($flags['excludeTags']) && in_array($tag, $flags['excludeTags'])) {
/plugin/tagfilter/syntax/
H A Dcompare.php89 foreach ($pagesPerMatchedTag as $tag => $pageidsPerTag) {
91 unset($pagesPerMatchedTag[$tag]);
H A Dfilter.php107 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
108 if ($tag === '') {
109 $tag = $ns;
129 //read and parse tag
131 $selectExpressions = array_map('trim', explode('|', $tag));
285 foreach ($pagesPerMatchedTag as $tag => $pageidsPerTag) {
287 unset($pagesPerMatchedTag[$tag]);
361 //get tag labels
/plugin/tagfilter/script/select2/
H A Drelease.sh18 tag="$ver"
71 git tag -a "$tag" -m "tagged version $ver"
/plugin/html5video2/script/
H A Dvideo.min.js20tag&&3===e.tag.initNetworkState_)?i.setSource(t):i.handleLateInit_(i.el_),e.enableSourceset&&i.set…
21tag:function(){({version:function(){s.version&&(this.manifest.version=s.version)},"allow-cache":fu…
/plugin/html5video2/
H A Dprint.css58 …s easier. You can remove all these styles by removing the 'vjs-default-skin' class from the tag. */
/plugin/bootswrapper/exe/
H A Dpopup.js37 tag = [ '<', component ];
46 tag.push(' '+ data.attributeName + '="true"');
50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
56 tag.push('></'+component+'>');
58 $output.val(tag.join(''));
59 $preview.text(tag.join(''));
H A Dpopup.php124 <?php foreach (array_keys($syntax) as $tag): ?>
126 …a data-toggle="tab" href="#tab-<?php echo $tag ?>" data-component="<?php echo $tag ?>"><?php echo …
135 <?php foreach ($syntax as $tag => $item): ?>
136 <div id="tab-<?php echo $tag ?>" class="tab-pane fade">
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
140 …<button title="Help <?php echo $tag ?>" type="button" data-help="help.php?syntax=<?php echo $tag ?…
146 <h3><?php echo ucfirst($tag) ?></h3>
/plugin/bootswrapper/exe/help/
H A Dprogress.txt141 Place multiple bars into the same ''<nowiki><progress/></nowiki>'' tag to stack them.
H A Dlabel.txt4 This tag have two version (lowercase and uppercase).
/plugin/bootswrapper/syntax/
H A Dbootstrap.php239 $tag = $xml->getName();
245 if ($tag == strtolower($tag)) {
249 if ($tag == strtoupper($tag)) {
/plugin/discussion/syntax/
H A Dthreads.php110 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
113 $pages = $tag->tagRefine($pages, $refine);
/plugin/publish/action/
H A Drecent.php54 function isParentTag($tag) { argument
55 if (!isset($tag['_elem']) || $tag['_elem'] !== 'opentag') {
59 if (!isset($tag['_tag']) || $tag['_tag'] !== 'div') {
63 return (isset($tag['class']) && $tag['class'] === 'li');
66 function getPageId($tag) { argument
67 if (!is_string($tag)) {
72 if (!preg_match('/<a href=".*" class="wikilink1" title="(.*)">.*/i', $tag, $match)) {

1...<<11121314151617181920>>...46