Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php103 * @param string $tag The tag name
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 name
131 public static function getTagClassName($tag)
168 $className .= isset($map[$tag]) ? $map[$tag]
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/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
/plugin/asciimath/
H A Dasciimathml148r.js150 {input:"//", tag:"mo", output:"/", tex:null, ttype:CONST},
213 {input:"|", tag:"mo", output:"|", tex:null, ttype:LEFTRIGHT},
273 {input:"dim", tag:"mo", output:"dim", tex:null, ttype:CONST},
329 tag:AMsymbols[i].tag, output:AMsymbols[i].output, ttype:AMsymbols[i].ttype};
438 return {input:st, tag:tagst, output:st, ttype:CONST};
528 return [AMcreateMmlNode(symbol.tag,
541 node = AMcreateMmlNode(symbol.tag,result[0]);
562 node = AMcreateMmlNode(symbol.tag,result[0]);
580 return [AMcreateMmlNode(symbol.tag,newFrag),result2[1]];
657 node = AMcreateMmlNode(symbol.tag,node);
[all …]
/plugin/exttab3/
H A Dsyntax.php92 $data = array($state, $tag, $attr);
134 if (isset($tag)) {
136 return array($tag, $attrs);
203 switch ($tag) {
219 switch ($tag) {
238 switch ($tag) {
311 list($state, $tag, $attr) = $data;
319 $renderer->cdata($tag);
337 $before = $this->tagsmap[$tag][0];
338 $after = $this->tagsmap[$tag][1];
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php44 protected $tag = []; variable in Monolog\\Handler\\LogglyHandler
99 * @param string[]|string $tag
101 public function setTag($tag): self argument
103 $tag = !empty($tag) ? $tag : [];
104 $this->tag = is_array($tag) ? $tag : [$tag];
110 * @param string[]|string $tag
112 public function addTag($tag): self argument
114 if (!empty($tag)) {
115 $tag = is_array($tag) ? $tag : [$tag];
116 $this->tag = array_unique(array_merge($this->tag, $tag));
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php252 $tagTokens[$name][] = $tag;
273 $tag,
292 if ($foundTags[$pos] !== $tag) {
296 $tag,
322 foreach ($tags as $tag) {
364 foreach ($tags as $tag) {
417 foreach ($tags as $tag) {
461 foreach ($tags as $tag) {
491 foreach ($tags as $tag) {
532 foreach ($tags as $tag) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php10 $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 === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) {
51 } elseif ($tag
[all...]
H A DInlineTag.php12 $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, $attr);
83 if ($tag === 'BDO') {
92 } elseif ($tag
[all...]
/plugin/tag/
H A Dhelper.php11 * Helper part of the tag plugin, allows to query and print tags
17 * @var string namespace tag links point to
30 * @deprecated 2022-08-31 Not used/filled any more by tag plugin
70 'desc' => 'returns the tag links of a given page',
76 'desc' => 'generates tag links for given words',
86 'tag (required)' => 'string'
168 foreach ($tags as $tag) {
169 $links[] = $this->tagLink($tag);
175 * Returns the link for one given tag
177 * @param string $tag th
182 tagLink($tag, $title = '', $dynamic = false) global() argument
533 cleanTag($tag) global() argument
549 replacePlaceholders($tag) global() argument
[all...]
/plugin/tagging/script/
H A Dsearch.js3 * Add tag search parameter to all links in the advanced search tools
58 // when tag search has no results, build the filter dropdown anyway but from tags in query
65 for (const tag in tags) {
66 let checked = filters.includes(tag) ? 'checked="checked"' : '';
69 <input name="tagging[]" type="checkbox" value="${tag}" id="__tagging-${i}" ${checked}>
70 <label for="__tagging-${i}" title="${tag}">
71 ${tag} (${tags[tag]})
96 const tag = text.replace('#', '');
97 tags.push(tag);
101 AnonymousFunctionbaaa77120500(allTags, tag) global() argument
132 AnonymousFunctionbaaa77120700(tag) global() argument
142 toggleTag(tag) global() argument
[all...]
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php106 if (!$tag instanceof ASN1Tag) {
110 switch ($tag->getTagValue()) {
161 $tag = new ASN1Tag();
162 $tag->setTagValue(0);
163 $tag->setExplicit(false);
168 $sequence->add($tag);
180 $tag = new ASN1Tag();
181 $tag->setTagValue(1);
182 $tag->setExplicit(false);
185 $tag->setObject($set);
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php42 var $tag; variable in XML
57 $this->tag = new Tag();
60 if(strpos($argument, $this->tag->tagEndOpen) > 0 || strpos($argument, $this->tag->tagClose) > 0)
65 $this->tag->setTagName($tags[0]);
89 $newBranch->tag = $xml->tag;
275 return($this->tag->getTagName());
311 $this->tag->setTagFormat($this->tag->FORMAT_INDENT, $indent);
328 $this->tag->setTagContent("");
374 $this->tag->setTagContent("");
485 function setTag($tag) { argument
[all …]
/plugin/gtime/gtlib/asn1/
H A DASN1Tag.php82 $tag = $this->tagValue;
85 $tag = $tag | 0x20;
91 $tag = $tag | 0x40;
95 $tag = $tag | 0xC0;
99 $tag = $tag | 0x80;
104 $bytes[0] = $tag;
139 public function getObjectAs($tag) { argument
141 $tag = array($tag);
143 $object = ASN1DER::decodeType($tag);
/plugin/blogtng/helper/
H A Dtags.php156 foreach ($this->tags as $tag) {
192 foreach ($tags as $tag) {
193 if ($tag[0] == '+') {
223 foreach ($this->tags as $tag) {
252 foreach($tags as $tag) {
256 $cloud[$tag['tag']]++;
268 . '" title="' . $tag . '">' . $tag . "</a>\n";
292 foreach($tags as $tag => $cnt){
298 $tags[$tag] = $levels;
306 * @param string $tag
[all …]
/plugin/tagfilter/
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/definitionlist/
H A Dsyntax.php178 $renderer->cdata($tag);
200 if ($tag == 'dl') {
211 if ($tag != 'dl') {
235 if ($tag == 'dl') {
242 if ($tag == 'dt') {
276 if ($tag != 'dl') {
403 protected function _open($tag) { argument
404 if ($tag == 'dl') {
412 return "<$tag>$wrap";
421 protected function _close($tag) { argument
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js55 AddItems : function( menu, tag, tagName )
64 AddItems : function( menu, tag, tagName )
117 AddItems : function( menu, tag, tagName )
139 AddItems : function( menu, tag, tagName )
150 AddItems : function( menu, tag, tagName )
166 AddItems : function( menu, tag, tagName )
177 AddItems : function( menu, tag, tagName )
188 AddItems : function( menu, tag, tagName )
199 AddItems : function( menu, tag, tagName )
212 if ( tagName == 'INPUT' && ( tag.type == 'text' || tag.type == 'password' ) )
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/
H A DFunctionCommentSniff.php62 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
63 if ($tokens[$tag]['content'] === '@api') {
68 $phpcsFile->addError($error, $tag, 'ApiNotFirst');
74 … $prev = $phpcsFile->findPrevious(array(T_DOC_COMMENT_STRING, T_DOC_COMMENT_TAG), ($tag - 1));
75 if ($tokens[$prev]['line'] !== ($tokens[$tag]['line'] - 2)) {
77 $phpcsFile->addError($error, $tag, 'ApiSpacing');
79 } else if (substr($tokens[$tag]['content'], 0, 5) === '@api-') {
83 if ($tokens[$prev]['line'] !== ($tokens[$tag]['line'] - 1)) {
85 $data = array($tokens[$tag]['content']);
86 $phpcsFile->addError($error, $tag, 'ApiTagSpacing', $data);
[all …]
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
222 array($state, $tag, $attr), $state, $pos, $match
232 $tag = $m['list'];
234 if ($tag == 'ol') {
242 if (isset($this->list_class[$tag])) {
244 $class.= ' '.$this->list_class[$tag];
246 $class.= ' '.$this->getConf($tag.'_class');
251 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
259 $tag = $m['list'];
260 if ($tag
554 _open($tag, $attr = null) global() argument
564 _close($tag) global() argument
576 _tag_indent($tag) global() argument
[all...]
/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php79 $tag = $object->getObjectAt(1);
81 if ($tag->getTagValue() != 0) {
82 throw new GTException("Bad tag value for content: " . $tag->getTagValue());
90 $content->decode($tag->getObject());
113 $tag = new ASN1Tag();
115 $tag->setExplicit(true);
116 $tag->setTagValue(0);
117 $tag->setTagType(ASN1_TAG_CONSTRUCTED);
118 $tag->setTagClass(ASN1_TAG_CONTEXT);
119 $tag->setObject($this->content);
[all …]
H A DCMSEncapsulatedContentInfo.php79 $tag = $object->getObjectAt(1);
81 if (!$tag instanceof ASN1Tag) {
85 if ($tag->getTagValue() != 0) {
89 $this->content = $tag->getObject()->getValue();
101 $tag = new ASN1Tag();
102 $tag->setExplicit(true);
103 $tag->setTagType(ASN1_TAG_CONSTRUCTED);
104 $tag->setTagClass(ASN1_TAG_CONTEXT);
105 $tag->setTagValue(0);
106 $tag->setObject(new ASN1OctetString($this->content));
[all …]
/plugin/exttab3/helper/
H A Dodt.php22 list($state, $tag, $attr) = $data;
51 $renderer->getODTProperties($properties, $tag, $class, $style);
53 switch ($tag) {
77 switch ($tag) {
79 $renderer->_odtTableOpenUseCSS(null, null, $tag, $attr);
84 $renderer->_odtTableRowOpenUseCSS($tag, $attr);
87 $renderer->_odtTableHeaderOpenUseCSS(0, $rowspan, $tag, $attr);
93 $renderer->_odtTableRowOpenUseCSS($tag, $attr);
96 $renderer->_odtTableCellOpenUseCSS($colspan, $rowspan, $tag, $attr);
104 $renderer->cdata($tag);
[all …]
/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)) {
/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js1 function ToggleEncryptionDialog(button, tag) { argument
3 this.tag = tag;
26 this.tag.attributes["hint"].nodeValue +
45 if (dialog.tag.className == "encrypted") {
47 dialog.tag.className = "decrypted";
48 if (dialog.tag.attributes["inline"].nodeValue == "true") {
49 dialog.tag.innerHTML = dialog.decrypted;
55 dialog.tag.className = "encrypted";
56 dialog.tag.innerHTML = dialog.encrypted;
96 dialog.sack.setVar("data", dialog.tag.textContent);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php66 foreach ($tags as $tag) {
67 $this->addTag($tag);
176 foreach ($this->getTags() as $tag) {
177 if ($tag->getName() !== $name) {
181 $result[] = $tag;
199 foreach ($this->getTags() as $tag) {
211 * @param Tag $tag The tag to remove.
218 if ($tag === $tagToRemove) {
228 * @param Tag $tag The tag to add.
232 private function addTag(Tag $tag) argument
[all …]

12345678910>>...46