Home
last modified time | relevance | path

Searched +full:tag +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 26 – 50 of 172) sorted by relevance

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php3 namespace Mpdf\Tag;
5 class SetHtmlPageFooter extends Tag
10 $tag = $this->getTagName();
16 } elseif ($tag === 'SETPAGEHEADER' || $tag === 'SETPAGEFOOTER') {
43 if (!empty($attr['SHOW-THIS-PAGE']) && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
47 if ($set && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
49 } elseif ($set && ($tag
[all...]
H A DInlineTag.php3 namespace Mpdf\Tag;
7 abstract class InlineTag extends Tag
12 $tag = $this->getTagName();
42 if (!isset($this->mpdf->InlineProperties[$tag])) {
43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()];
45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties();
48 if (!isset($this->mpdf->InlineAnnots[$tag])) {
49 $this->mpdf->InlineAnnots[$tag] = [];
51 $this->mpdf->InlineAnnots[$tag][] = $annot;
54 $properties = $this->cssManager->MergeCSS('INLINE', $tag,
[all...]
H A DSubstituteTag.php3 namespace Mpdf\Tag;
5 abstract class SubstituteTag extends Tag
10 $tag = $this->getTagName();
11 if ($this->mpdf->InlineProperties[$tag]) {
12 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]);
14 unset($this->mpdf->InlineProperties[$tag]);
15 $ltag = strtolower($tag);
H A DColumns.php3 namespace Mpdf\Tag;
5 class Columns extends Tag
8 * @param string $tag
9 * @return \Mpdf\Tag\Tag
11 private function getTagInstance($tag) argument
13 $className = \Mpdf\Tag::getTagClassName($tag);
37 if ($t = $this->getTagInstance($this->mpdf->blk[$b]['tag'])) {
H A DToc.php3 namespace Mpdf\Tag;
5 class Toc extends Tag
10 //added custom-tag - set Marker for insertion later of ToC
H A DPageFooter.php3 namespace Mpdf\Tag;
7 class PageFooter extends Tag
12 $tag = $this->getTagName();
38 if ($tag === 'PAGEHEADER') {
70 if ($tag === 'PAGEHEADER') {
92 if ($tag === 'PAGEHEADER') {
114 if ($tag === 'PAGEHEADER') {
143 if ($tag === 'PAGEHEADER') {
H A DBlockTag.php3 namespace Mpdf\Tag;
10 abstract class BlockTag extends Tag
15 $tag = $this->getTagName();
36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
40 $this->mpdf->blk[$this->mpdf->blklvl]['tag'] = $tag; // mPDF 6
43 if ($tag === 'CAPTION') {
62 $this->mpdf->blk[$this->mpdf->blklvl]['tag'] = $tag; // mPDF 6
68 if ($tag
[all...]
H A DNewColumn.php3 namespace Mpdf\Tag;
5 class NewColumn extends Tag
H A DWatermarkText.php3 namespace Mpdf\Tag;
5 class WatermarkText extends Tag
H A DTBody.php3 namespace Mpdf\Tag;
5 class TBody extends Tag
H A DFormFeed.php3 namespace Mpdf\Tag;
5 class FormFeed extends Tag
11 $tag = $this->getTagName();
100 if ($tag === 'FORMFEED') {
111 if ($tag === 'TOCPAGEBREAK') {
143 if ($tag === 'TOCPAGEBREAK') {
272 if ($tag === 'TOCPAGEBREAK') {
H A DIndexInsert.php3 namespace Mpdf\Tag;
5 class IndexInsert extends Tag
H A DBookmark.php3 namespace Mpdf\Tag;
5 class Bookmark extends Tag
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php3 namespace ComboStrap\Tag;
19 public const TAG = "related"; define in ComboStrap\\Tag\\RelatedTag
56 ->setLogicalTag(self::TAG);
84 $html .= $linkUtility->toAttributes(self::TAG)->toHtmlEnterTag("a");
H A DWebCodeTag.php3 namespace ComboStrap\Tag;
26 public const TAG = 'webcode'; define in ComboStrap\\Tag\\WebCodeTag
28 * The tag that have codes
33 syntax_plugin_combo_codemarkdown::TAG
42 public const CANONICAL = WebCodeTag::TAG;
62 return StyleAttribute::addComboStrapSuffix(WebCodeTag::TAG);
162 LogUtility::msg("The type of the code should not be null for the code content " . $codeContent, LogUtility::LVL_MSG_WARNING, WebCodeTag::TAG);
211 * Tag is of an iframe (Web code) or a div (wiki markup)
237 $snippetSystem->attachCssInternalStyleSheet(WebCodeTag::TAG);
238 $snippetSystem->attachJavascriptFromComponentId(WebCodeTag::TAG);
[all...]
H A DMermaidTag.php4 namespace ComboStrap\Tag;
51 * The enter tag
74 * The closing tag
H A DShareTag.php3 namespace ComboStrap\Tag;
110 * When empty tag, close the link
/plugin/tag/
H A Dscript.js3 * so the user can't both include and exclude a tag
H A Dstyle.css21 background: transparent url(images/tag.gif) 0 2px no-repeat;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php27 * @class Tag
34 class Tag { class
58 * Constructor creates a tag object with the specified name and tag content
59 * @method Tag
162 * Get ending of the tag string, i.e. its closing tag
246 * Parse a string containing a tag into the tag object, this will parse the first tag found
265 // if tag name starts from alpha character we found the tag
299 // if tag short close found before tag close, then tag is short
332 // look for ending of the tag after tag content
351 // if success, find number of tag opens before the tag close
[all …]
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php10 // module.tag.id3v1.php //
26 if (substr($id3v1tag, 0, 3) == 'TAG') {
78 if (substr($preid3v1, 0, 3) == 'TAG') {
81 // This goes as far as adding a new v1 tag *even if there already is one*
83 // A suspected double-ID3v1 tag has been detected, but it could be that
84 // the "TAG" identifier is a legitimate part of an APE or Lyrics3 tag
86 // an APE tag footer was found before the last ID3v1, assume false "TAG" synch
88 // a Lyrics3 tag footer was found before the last ID3v1, assume false "TAG" synch
91 …$ThisFileInfo['warning'][] = 'Duplicate ID3v1 tag detected - this has been known to happen with iT…
322 $ID3v1Tag = 'TAG';
H A Dmodule.tag.id3v2.php22 // Overall tag structure:
186 // b - Tag is an update
191 // d - Tag restrictions
718 // There may only be one 'IPL' frame in each tag
1368 // Offset to next tag $xx xx xx xx
1506 // There may only be one 'OWNE' frame in a tag
1619 // There may be several 'ENCR' frames in a tag,
1642 // There may be several 'GRID' frames in a tag,
1695 // There may only be one 'seek frame' in a tag
1697 // Minimum offset to next tag $xx xx xx xx
[all …]
/plugin/tag/conf/
H A Dmetadata.php4 * Additions for the tag plugin
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DTag.svelte2 #tag {
20 <div id="tag">
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DTag.php10 * @JMS\XmlRoot("tag")
13 class Tag class

1234567