Home
last modified time | relevance | path

Searched +full:tag +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 126 – 150 of 172) sorted by last modified time

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php3 namespace Mpdf\Tag;
5 class WatermarkImage extends Tag
H A DWatermarkText.php3 namespace Mpdf\Tag;
5 class WatermarkText extends Tag
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php10 class Tag
103 * @param string $tag The tag name
104 * @return \Mpdf\Tag\Tag
106 private function getTagInstance($tag)
108 $className = self::getTagClassName($tag);
126 * Returns the fully qualified name of the class handling the rendering of the given tag
128 * @param string $tag The tag nam
13 class Tag global() class
109 getTagInstance($tag) global() argument
134 getTagClassName($tag) global() argument
176 OpenTag($tag, $attr, & $ahtml, & $ihtml) global() argument
247 CloseTag($tag, & $ahtml, & $ihtml) global() argument
[all...]
/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 DSubscribeTag.php3 namespace ComboStrap\Tag;
H A DTableTag.php13 namespace ComboStrap\Tag;
34 const TAG = "table"; define in ComboStrap\\Tag\\TableTag
71 $renderer->doc .= TagAttributes::createEmpty(self::TAG)
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 DAdTag.php13 namespace ComboStrap\Tag;
H A DBackgroundTag.php3 namespace ComboStrap\Tag;
22 * The {@link BackgroundTag background tag} does not render as HTML tag
50 * Function used in the special and enter tag
159 $imageTag = [syntax_plugin_combo_media::TAG, MediaMarkup::INTERNAL_MEDIA_CALL_NAME];
169 if ($tagName == syntax_plugin_combo_media::TAG) {
H A DBarTag.php3 namespace ComboStrap\Tag;
40 $tag = "div";
46 $tag = self::HTML_SECTION_TAG;
48 return $tag;
50 return $tag;
107 $tag = BarTag::BAR_TAG;
108 $editButtonCall = EditButton::create("Edit $tag $id")
H A DBoxTag.php3 namespace ComboStrap\Tag;
25 const TAG = "box"; define in ComboStrap\\Tag\\BoxTag
28 // the logical tag applied (class)
29 const LOGICAL_TAG_ATTRIBUTE = "logical-tag";
30 const LOGICAL_TAG_DEFAUT = self::TAG;
31 // the html tag
32 const HTML_TAG_ATTRIBUTE = "html-tag";
34 // Tag that may make external http requests are not authorized
39 $tag = $attributes->getValue(self::HTML_TAG_ATTRIBUTE);
40 if (in_array($tag, sel
[all...]
H A DFollowTag.php3 namespace ComboStrap\Tag;
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/combo/vendor/symfony/yaml/Tag/
H A DTaggedValue.php12 namespace Symfony\Component\Yaml\Tag;
20 private $tag; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value) argument
25 $this->tag = $tag;
31 return $this->tag;
/plugin/indexmenu/syntax/
H A Dtag.php6 * Info Indexmenu tag: Tag a page with a sort number.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTag.php20 class Tag extends \Google\Collection class
501 class_alias(Tag::class, 'Google_Service_TagManager_Tag');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DTag.php20 class Tag extends \Google\Model class
62 class_alias(Tag::class, 'Google_Service_ArtifactRegistry_Tag');
/plugin/diagramsnet/lib/img/lib/azure2/general/
H A DTag.svg4 …="text/css" id="ada44b30-b0e0-4b69-a3b4-281ce9b31578" sodipodi:docname="10014-icon-service-Tag.svg"
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DTag.svelte2 #tag {
20 <div id="tag">
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php11 // module.tag.id3v1.php //
38 if (substr($id3v1tag, 0, 3) == 'TAG') {
115 if (substr($preid3v1, 0, 3) == 'TAG') {
118 // This goes as far as adding a new v1 tag *even if there already is one*
120 // A suspected double-ID3v1 tag has been detected, but it could be that
121 // the "TAG" identifier is a legitimate part of an APE or Lyrics3 tag
123 // an APE tag footer was found before the last ID3v1, assume false "TAG" synch
125 // a Lyrics3 tag footer was found before the last ID3v1, assume false "TAG" synch
128 $this->warning('Duplicate ID3v1 tag detected - this has been known to happen with iTunes');
397 $ID3v1Tag = 'TAG';
H A Dmodule.tag.apetag.php11 // module.tag.apetag.php //
55 //if (preg_match('/APETAGEX.{24}TAG.{125}$/i', $APEfooterID3v1)) {
58 // APE tag found before ID3v1
64 // APE tag found, no ID3v1
79 // APE tag not found
107 …$this->warning('ID3v1 tag information ignored since it appears to be a false synch in APEtag data'…
138 …n ItemKey #'.$i.' and value. ItemKey starts '.$offset.' bytes into the APE tag, at file offset '.(…
389 // "Note: APE Tags 1.0 do not use any of the APE Tag flags.
H A Dmodule.tag.id3v2.php32 // Overall tag structure:
196 // b - Tag is an update
201 // d - Tag restrictions
807 // There may only be one 'IPL' frame in each tag
823 // "there are users that use the tag incorrectly"
1586 // Offset to next tag $xx xx xx xx
1722 // There may only be one 'OWNE' frame in a tag
1835 // There may be several 'ENCR' frames in a tag,
1911 // There may only be one 'seek frame' in a tag
1913 // Minimum offset to next tag $xx xx xx xx
[all …]
H A Dmodule.tag.lyrics3.php11 // module.tag.lyrics3.php //
13 // dependencies: module.tag.apetag.php (optional) //
87 $this->warning('APE tag located after Lyrics3, will probably break Lyrics3 compatability');
95 $this->warning('APE tag located after Lyrics3, will probably break Lyrics3 compatability');
110 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.apetag.php', __FILE__, true);
249 …$this->warning('ID3v1 tag information ignored since it appears to be a false synch in Lyrics3 tag
H A Dmodule.tag.xmp.php11 // module.tag.xmp.php //
286 switch ($xml_elem['tag'])
367 // if (in_array($xml_elem['tag'], $GLOBALS['XMP_tag_captions']))
374 $current_property = $xml_elem['tag'];
384 …$xmp_array[$xml_elem['tag']] = (isset($xml_elem['attributes']) ? $xml_elem['attributes'] : (isset(…

1234567