Home
last modified time | relevance | path

Searched +full:tag +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 1 – 25 of 172) sorted by path

1234567

/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/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/authucenter/lib/uc_client/control/
H A Dtag.php7 $Id: tag.php 1059 2011-03-01 07:25:09Z monkey $
21 $this->load('tag');
40 $data = $_ENV['tag']->get_tag_by_name($tagname);
54 $_ENV['tag']->formatcache($tagdata['appid'], $tagname);
73 $_ENV['tag']->formatcache($appid, $tagname);
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php7 $Id: tag.php 1059 2011-03-01 07:25:09Z monkey $
/plugin/combo/ComboStrap/Tag/
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 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 DShareTag.php3 namespace ComboStrap\Tag;
110 * When empty tag, close the link
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...]
/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/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/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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DA.php3 namespace Mpdf\Tag;
5 class A extends Tag
H A DAcronym.php3 namespace Mpdf\Tag;
H A DAddress.php3 namespace Mpdf\Tag;
H A DAnnotation.php3 namespace Mpdf\Tag;
5 class Annotation extends Tag
H A DArticle.php3 namespace Mpdf\Tag;
H A DAside.php3 namespace Mpdf\Tag;

1234567