Home
last modified time | relevance | path

Searched refs:tag (Results 276 – 300 of 1150) sorted by relevance

1...<<11121314151617181920>>...46

/plugin/combo/action/
H A Dregistration.php100 $tag = self::TAG;
103 <p class="$tag">$registerText : $registerLink</p>
266 $tag = self::TAG;
267 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/svgembed/
H A Dplugin.info.txt6 …tandard media syntax, but SVG files are placed with the <object> or <embed> tag, not the <img> tag.
H A DREADME.md2 … syntax, but SVG files are placed with the `<object>` or `<embed>` tag rather than the `<img>` tag.
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DTag.svelte2 #tag {
20 <div id="tag">
/plugin/mellelexport/
H A Drenderer.php299 $tag = str_replace(array('_open', '_close'), '', $name); // not nice but short
306 if ($tag == 'footnote') {
311 if (isset($m[$tag])) {
312 $mapping = $m[$tag];
315 if (in_array($tag, $value['alias'])) {
324 …red; display:block">No mapping found for function "'.$name.'()" and tag "'.$tag.'"</span>'.PHP_EOL;
443 if ($this->footnote_open AND $tag != 'footnote') {
459 if ($tag === 'header' OR (isset($key) AND $key === 'header')) {
478 …echo '<tr><td></td><td style="vertical-align: top;">'.$tag.'</td><td></td><td style="vertical-alig…
485 if ($tag == 'p') {
[all …]
/plugin/ac/
H A Dscript.js3 function serializeByTag(tag) { argument
4 var inps = form.getElementsByTagName(tag);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst5 The ``with`` tag was added in Twig 1.28.
7 Use the ``with`` tag to create a new inner scope. Variables set within this
19 hash of variables you want to define in the ``with`` tag; the previous example
H A Dspaceless.rst8 Use the ``spaceless`` tag to remove whitespace *between HTML tags*, not
21 This tag is not meant to "optimize" the size of the generated HTML content but
32 If you want to create a tag that actually removes all extra whitespace in
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js1tag:[[/[ \t\r\n]+/,"white"],[/(type)(\s*=\s*)(")([^"]+)(")/,["attribute.name.html","delimiter.html… property in AnonymousFunctioncea87c650100.o.tokenizer
/plugin/twcheckliste/
H A Dsyntax.php77 private function _grepOption(&$options, $tag, &$match) { argument
78 preg_match("/$tag *= *\"([^\"]*)\" ?/i", $match, $text);
81 $options[$tag] = $text[1];
/plugin/tagfilter/syntax/
H A Dfilter.php107 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
108 if ($tag === '') {
109 $tag = $ns;
129 //read and parse tag
131 $selectExpressions = array_map('trim', explode('|', $tag));
285 foreach ($pagesPerMatchedTag as $tag => $pageidsPerTag) {
287 unset($pagesPerMatchedTag[$tag]);
361 //get tag labels
/plugin/tagadd/
H A Daction.php229 foreach($tags as $tag){
232 if(in_array($tag,$siteTags)){
235 … $form->addElement(form_makeCheckboxField('tag', $tag, $tag, 'ad_'.$tag, 'tagadd', $chk_attrs));
/plugin/lastfm/inc/
H A Dlastfmutils.php341 // don't include top tag
390 $tag = $key;
393 $tag = strtolower($tag);
395 $loc["attributes"][$tag] = & $val["attributes"][$key];
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImage.txt
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHeadingRenderer.php
/plugin/tag/
H A DREADME5 * http://dokuwiki.org/plugin:tag
9 (c) 2012 - 2013 by Michael Hamann and the tag plugin team <michael@content-space.de>
/plugin/asana/remote/
H A DAPILink.php300 foreach( $tags as $tag){
301 $text = $text . "<li>" . $tag['name'] . "</li>";
396 foreach($data_rep['data'] as $tag){
397 $tags[$tag['name']]=$tag['id'];
532 foreach( $task['tags'] as $tag ){
533 if( $tag['name'] == $tag_name ){
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG57 * added the "deprecated" tag
181 * added the "with" tag
548 * fixed nested embed tag calls
577 * added an embed tag
658 * added a do tag
659 * added a flush tag
878 * added the spaceless tag
907 * the trans tag plural count is now attached to the plural tag:
923 * removed the sandboxed attribute of the include tag (use the new sandbox tag instead)
1047 * added support for short block tag
[all …]
/plugin/docimporter/
H A DImportUtils.php200 $tag = "__";
202 $tag = "//";
226 …$myWikiContent = substr($myWikiContent, 0, $start).str_replace($sentence, $tag.$sentence.$tag, sub…
/plugin/columns/
H A Dsyntax.php135 $tag = $this->getConf('kwcolumns');
136 if ($tag == '') {
137 $tag = $this->getLang('kwcolumns');
139 return $tag;
146 $tag = $this->getConf('kwnewcol');
147 if ($tag == '') {
148 $tag = $this->getLang('kwnewcol');
150 return $tag;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, $lineno, $tag = null) argument
27 parent::__construct(['expr' => $expr], [], $lineno, $tag);
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, $lineno, $tag = nul… argument
27 parent::__construct(['expr' => $expr, 'var' => $var], [], $lineno, $tag);
H A DEmbedNode.php26 … AbstractExpression $variables = null, $only = false, $ignoreMissing = false, $lineno, $tag = null) argument
28 …uct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing, $lineno, $tag);
/plugin/htmlsafe/
H A Dsyntax.php38 list($tag,$content) = $data;
40 $wrapper = ($tag === "HTML") ? "pre" : "code";
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_SVG-full.js63 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
64tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in g.eqlabels
67tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k

1...<<11121314151617181920>>...46