| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Tag.php | 103 * @param string $tag The tag name 106 private function getTagInstance($tag) argument 108 $className = self::getTagClassName($tag); 128 * @param string $tag The tag name 131 public static function getTagClassName($tag) argument 168 $className .= isset($map[$tag]) ? $map[$tag] : ucfirst(strtolower($tag)); 173 public function OpenTag($tag, $attr, &$ahtml, &$ihtml) argument 180 if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'LI' && $tag == 'LI') { 185 …if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DT' && ($tag == 'DT' || $tag == '… 190 …if (!$closed && $this->mpdf->blk[$this->mpdf->blklvl]['tag'] == 'DD' && ($tag == 'DT' || $tag == '… [all …]
|
| /plugin/diagramsnet/lib/math/jax/input/AsciiMath/ |
| D | jax.js | 19 …tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property
|
| /plugin/asciimath/ |
| D | asciimathml148r.js | 97 var AMsqrt = {input:"sqrt", tag:"msqrt", output:"sqrt", tex:null, ttype:UNARY}, property 98 AMroot = {input:"root", tag:"mroot", output:"root", tex:null, ttype:BINARY}, property 99 AMfrac = {input:"frac", tag:"mfrac", output:"/", tex:null, ttype:BINARY}, property 100 AMdiv = {input:"/", tag:"mfrac", output:"/", tex:null, ttype:INFIX}, property 101 AMover = {input:"stackrel", tag:"mover", output:"stackrel", tex:null, ttype:BINARY}, property 102 AMsub = {input:"_", tag:"msub", output:"_", tex:null, ttype:INFIX}, property 103 AMsup = {input:"^", tag:"msup", output:"^", tex:null, ttype:INFIX}, property 104 AMtext = {input:"text", tag:"mtext", output:"text", tex:null, ttype:TEXT}, property 105 AMmbox = {input:"mbox", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}, property 106 AMquote = {input:"\"", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}; property [all …]
|
| /plugin/exttab3/ |
| D | syntax.php | 90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler) argument 92 $data = array($state, $tag, $attr); 96 protected function open($tag, $attr, $pos, $match, $handler) argument 99 $match = array(DOKU_LEXER_ENTER, $tag, $attr); 103 protected function close($tag, $pos, $match, $handler) argument 106 $match = array(DOKU_LEXER_EXIT, $tag, $attr); 121 case '{|': $tag = 'table'; break; 122 case '|}': $tag = '/table'; break; 123 case '|+': $tag = 'caption'; break; 124 case '|-': $tag = 'tr'; break; [all …]
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
| D | LogglyHandler.php | 44 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/ |
| D | FileCommentSniff.php | 236 foreach ($tokens[$commentStart]['comment_tags'] as $tag) { 237 $name = $tokens[$tag]['content']; 248 … $phpcsFile->addError($error, $tag, 'Duplicate'.ucfirst(substr($name, 1)).'Tag', $data); 252 $tagTokens[$name][] = $tag; 254 $string = $phpcsFile->findNext(T_DOC_COMMENT_STRING, $tag, $commentEnd); 255 if ($string === false || $tokens[$string]['line'] !== $tokens[$tag]['line']) { 261 $phpcsFile->addError($error, $tag, 'Empty'.ucfirst(substr($name, 1)).'Tag', $data); 268 foreach ($this->tags as $tag => $tagData) { 269 if (isset($tagTokens[$tag]) === false) { 273 $tag, [all …]
|
| /plugin/tag/ |
| D | helper.php | 168 foreach ($tags as $tag) { 169 $links[] = $this->tagLink($tag); 177 * @param string $tag the tag the link shall point to 182 public function tagLink($tag, $title = '', $dynamic = false) { argument 184 $svtag = $tag; 185 $tagTitle = str_replace('_', ' ', noNS($tag)); 189 $tag = $resolver->resolveId($tag); 190 $exists = page_exists($tag); 193 resolve_pageid($this->namespace, $tag, $exists); 197 $url = wl($tag); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | SetHtmlPageFooter.php | 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 === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) { 51 } elseif ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER') { 58 if ($set && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) { 60 } elseif ($set && ($tag === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) { 62 } elseif ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER') {
|
| D | InlineTag.php | 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, $attr); 83 if ($tag === 'BDO') { 92 } elseif ($tag === 'BDI') { [all …]
|
| /plugin/tagging/script/ |
| H A D | search.js | 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 return tags.sort().reduce(function (allTags, tag) { argument 102 if (tag in allTags) { 103 allTags[tag]++; [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fck_contextmenu.js | 54 AddItems : function( menu, tag, tagName ) argument 63 AddItems : function( menu, tag, tagName ) argument 100 AddItems : function( menu, tag, tagName ) argument 122 AddItems : function( menu, tag, tagName ) argument 124 if ( tagName == 'IMG' && !tag.getAttribute( '_fckfakelement' ) ) 133 AddItems : function( menu, tag, tagName ) argument 139 if ( bIsAnchor || ( tagName == 'IMG' && tag.getAttribute( '_fckanchor' ) ) ) 148 AddItems : function( menu, tag, tagName ) argument 150 if ( tagName == 'IMG' && tag.getAttribute( '_fckflash' ) ) 159 AddItems : function( menu, tag, tagName ) argument [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | XML.php | 42 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]); 69 $this->tag->setTagName($argument); 89 $newBranch->tag = $xml->tag; 139 $tagPath = $this->tag->getTagName(); 141 if($this->tag->getTagName() == $tags[0]) { 146 if(($tagName == "" || $this->nodes[$arrKeys[$index]]->tag->getTagName() == $tagName) && 147 ($attrName == "" || $this->nodes[$arrKeys[$index]]->tag->attributeExists($attrName)) && [all …]
|
| /plugin/gtime/gtlib/asn1/gt/ |
| D | GTTimeSignature.php | 104 $tag = $object->getObjectAt($i); 106 if (!$tag instanceof ASN1Tag) { 110 switch ($tag->getTagValue()) { 114 $sequence = $tag->getObjectAs(ASN1_TAG_SEQUENCE); 125 $set = $tag->getObjectAs(ASN1_TAG_SET); 138 throw new GTException("Unsupported ASN1Tag: " . $tag->getTagValue()); 161 $tag = new ASN1Tag(); 162 $tag->setTagValue(0); 163 $tag->setExplicit(false); 164 $tag->setTagClass(ASN1_TAG_CONTEXT); [all …]
|
| /plugin/blogtng/helper/ |
| D | tags.php | 156 foreach ($this->tags as $tag) { 158 if (!$this->sqlitehelper->getDB()->query($query, $this->pid, $tag)) { 192 foreach ($tags as $tag) { 193 if ($tag[0] == '+') { 194 … $tag_clauses['AND'][] = 'tag = ' . $this->sqlitehelper->getDB()->quote_string(substr($tag, 1)); 195 } else if ($tag[0] == '-') { 196 … $tag_clauses['NOT'][] = 'tag != ' . $this->sqlitehelper->getDB()->quote_string(substr($tag, 1)); 198 $tag_clauses['OR'][] = 'tag = ' . $this->sqlitehelper->getDB()->quote_string($tag); 223 foreach ($this->tags as $tag) { 224 … $prepared[] = '<li><div class="li">' . $this->_format_tag_link($tag, $target) . '</div></li>'; [all …]
|
| /plugin/gtime/gtlib/asn1/ |
| D | ASN1Tag.php | 82 $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/tagfilter/ |
| D | helper.php | 74 foreach ($tags as $tag) { 75 …if ($this->matchesTagExpression($tagExpression, $tag) && $this->isTagInNamespace($tag, $ns, $aclSa… 76 $matchedTag_label[$tag] = $this->getTagLabel($tag); 88 * @param string $tag 91 public function matchesTagExpression($tagExpression, $tag) argument 93 return (bool)@preg_match('/^' . $tagExpression . '$/i', $tag); 99 * @param string $tag 102 public function getTagLabel($tag) argument 104 $label = strrchr($tag, ':'); 105 $label = $label != '' ? $label : $tag; [all …]
|
| /plugin/definitionlist/ |
| D | syntax.php | 102 while ($tag = array_pop($this->stack)) { 103 $this->_writeCall($tag,DOKU_LEXER_EXIT,$pos,$match,$handler); 126 protected function _writeCall($tag, $state, $pos, $match, &$handler) { argument 127 $handler->addPluginCall('definitionlist', array($tag, $state, ''), $state, $pos, $match); 146 list ($tag, $state, $match) = $data; 149 if ($tag != 'dl') $renderer->p_open(); 156 if ($tag != 'dl') $renderer->p_close(); 170 list($tag,$state,$match) = $data; 174 $renderer->doc .= $this->_open($tag); 178 $renderer->cdata($tag); [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fck_contextmenu.js | 55 AddItems : function( menu, tag, tagName ) argument 64 AddItems : function( menu, tag, tagName ) argument 117 AddItems : function( menu, tag, tagName ) argument 139 AddItems : function( menu, tag, tagName ) argument 141 if ( tagName == 'IMG' && !tag.getAttribute( '_fckfakelement' ) ) 150 AddItems : function( menu, tag, tagName ) argument 156 if ( bIsAnchor || ( tagName == 'IMG' && tag.getAttribute( '_fckanchor' ) ) ) 166 AddItems : function( menu, tag, tagName ) argument 168 if ( tagName == 'IMG' && tag.getAttribute( '_fckflash' ) ) 177 AddItems : function( menu, tag, tagName ) argument [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/ |
| D | FunctionCommentSniff.php | 62 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-') { 82 … $prev = $phpcsFile->findPrevious(array(T_DOC_COMMENT_STRING, T_DOC_COMMENT_TAG), ($tag - 1)); 83 if ($tokens[$prev]['line'] !== ($tokens[$tag]['line'] - 1)) { 85 $data = array($tokens[$tag]['content']); [all …]
|
| /plugin/extlist/ |
| D | syntax.php | 219 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 == 'ol') { [all …]
|
| /plugin/gtime/gtlib/asn1/cms/ |
| D | CMSEncapsulatedContentInfo.php | 79 $tag = $object->getObjectAt(1); 81 if (!$tag instanceof ASN1Tag) { 85 if ($tag->getTagValue() != 0) { 86 throw new GTException("Unexpected tag value: {$tag->getTagValue()}"); 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); [all …]
|
| D | CMSContentInfo.php | 79 $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 …]
|
| /plugin/exttab3/helper/ |
| D | odt.php | 22 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); 90 $renderer->_odtTableHeaderOpenUseCSS($colspan, $rowspan, $tag, $attr); 93 $renderer->_odtTableRowOpenUseCSS($tag, $attr); 96 $renderer->_odtTableCellOpenUseCSS($colspan, $rowspan, $tag, $attr); [all …]
|
| /plugin/publish/action/ |
| H A D | recent.php | 54 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/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/ |
| D | DocBlock.php | 66 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) { 200 if ($tag->getName() === $name) { 211 * @param Tag $tag The tag to remove. 217 foreach ($this->tags as $key => $tag) { 218 if ($tag === $tagToRemove) { [all …]
|