Home
last modified time | relevance | path

Searched refs:tag (Results 376 – 400 of 1150) sorted by last modified time

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSeqMapTaskOutputInfo.php27 public $tag; variable in Google\\Service\\Dataflow\\SeqMapTaskOutputInfo
46 public function setTag($tag) argument
48 $this->tag = $tag;
55 return $this->tag;
/plugin/foldablelist/
H A DREADME.md14 this list can be generated via markup or dokuwiki plugins like the tag-plugin.
19 {{topic>ns1:sub-ns?tag}}
22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-…
/plugin/c3chart/assets/
H A Djs-yaml.min.js2tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.constru…
/plugin/c3chart/
H A DREADME.md26 …. To include a chart in your DokuWiki page, simply wrap such a JavaScript object with a `<c3>` tag.
61 The `<c3>` tag can carry optional attributes to customize the appearance of the chart. The attribut…
/plugin/latex-was/
H A DTODO7 - using object tag instead means no tooltip text, no linking.
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js248 var tag = nativeToString.call(obj);
249tag === '[object Function]' || tag === '[object AsyncFunction]' || tag === '[object GeneratorFunct…
1199 var tag = m[1];
1202 if (tag == 'body') {
1209 var wrap = map[tag] || map._default;
/plugin/pureldap/
H A Dcomposer.lock35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md48 * Add arbitrary precision support for tag numbers.
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php235 # The first byte of a tag always contains the class (bits 8 and 7) and whether it is constructed (bit 6).
236 $tag = $type->getTagClass() | ($type->getIsConstructed() ? AbstractType::CONSTRUCTED_TYPE : 0);
239 # For a high tag (>=31) we flip the first 5 bits on (0x1f) to make the first byte, then the subsequent bytes is
240 # the VLV encoding of the tag number.
242 $bytes = chr($tag | 0x1f) . $this->intToVlqBytes($type->getTagNumber()) . $bytes;
243 # For a tag less than 31, everything fits comfortably into a single byte.
245 $bytes = chr($tag | $type->getTagNumber()) . $bytes;
252 * Map universal types to specific tag class values when decoding.
332 $tag = ord($this->binary[$this->pos++]);
333 $class = $tag
[all...]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListBlockRenderer.php38 $tag = $listData->type === ListBlock::TYPE_BULLET ? "* " : "- ";
54 $result = preg_replace("/<li>/", $tag, $result); # add DW list bullet
/plugin/include/
H A Dhelper.php363 case 'indexmenu_tag': // skip indexmenu sort tag
364 case 'include_sorttag': // skip include plugin sort tag
714 $this->taghelper = plugin_load('helper', 'tag');
716 msg('You have to install the tag plugin to use this functionality!', -1);
719 $tag = $page;
721 $pagearrays = $this->taghelper->getTopic('', null, $tag);
H A Ddeleted.files11 images/tag.gif
/plugin/include/syntax/
H A Dfooter.php27 * added an href parameter to the anchor tag linking to the wikilink.
118 if (empty($sect) && $flags['tags'] && (!plugin_isdisabled('tag')) && ($tag = plugin_load('helper', 'tag'))) {
119 $tags = $tag->td($page);
H A Dheader.php30 * added an href parameter to the anchor tag linking to the wikilink.
45 $tag = $this->_get_firsttag($page);
46 if($tag) {
47 $classes[] = 'include_firsttag__' . $tag;
74 * Optionally add a CSS class for the first tag
79 if(plugin_isdisabled('tag') || (!plugin_load('helper', 'tag'))) {
84 $tag = $subject[0];
86 list($tag, $rest) = explode(' ', $subject, 2);
88 if($tag) {
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md29 - `heading_permalink/apply_id_to_heading` - When `true`, the `id` attribute will be applied to the heading element itself instead of the `<a>` tag
276 - Fixed case-insensitive matching for HTML tag types
H A DREADME.md90 - [Twig filter and tag](https://github.com/aptoma/twig-markdown)
105 - [Marker Extension](https://github.com/noah1400/commonmark-marker-extension) - Adds support of highlighted text (`<mark>` HTML tag)
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHeadingRenderer.php
H A DListBlockRenderer.php
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh30 tag="v$version"
42 echo "Release notes for $tag:"
58 hub release create -m "$message" "$tag"
/plugin/strata/
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
85 **Captions**: You can put captions in the opening tag to change the caption of the column. Captions are not displayed by lists, but are still used to add names to the filtering and sorting interface.
116 **Aggregates**: Variables can have multiple values (usually through grouping). You can apply an aggregate function to the variable's values by adding it to any variable in the opening tag with ''@''. For example ''?address@count'' will apply the [[#aggregates|count]] aggregate to the values in ''?address''.
202 A data block is associated with a fragment simply by adding a fragment identifier to the block's opening tag: ''<data #fragment identifier>''. Fragment identifiers are used in much the same way as a page's sections.
/plugin/strata/helper/
H A Dsyntax.php367 $this->_fail(sprintf($this->getLang('error_query_group'),( isset($root['cs'][0]['tag']) ? sprintf($this->getLang('named_group'), utf8_tohtml(hsc($root['cs'][0]['tag']))) : $this->getLang('unnamed_group'))), $root['cs']);
702 $this->_fail(sprintf($this->getLang('error_query_fieldsblock'),( isset($fieldsGroups[0]['cs'][0]['tag']) ? sprintf($this->getLang('named_group'),hsc($fieldsGroups[0]['cs'][0]['tag'])) : $this->getLang('unnamed_group'))), $fieldsGroups[0]['cs']);
785 'tag'=>'',
801 list(, $tag) = $match;
802 $tag = utf8_trim($tag);
805 'tag'=>$tag
878 extractGroups(& $root, $tag) global() argument
[all...]
/plugin/tplmod/
H A Dplugin.info.txt6 desc Modify template tools, logo image, tag line, ui language
/plugin/mathjax/syntax/
H A Dprotecttex.php85 foreach ($mathtags as $tag) {
86 $tag = trim($tag);
87 if ($tag == "") { continue; }
88 …$this->Lexer->addEntryPattern('<' . $tag . '.*?>(?=.*?</' . $tag . '>)',$mode,'plugin_mathjax_prot…
107 foreach ($mathtags as $tag) {
108 $tag = trim($tag);
109 if ($tag == "") { continue; }
110 $this->Lexer->addExitPattern('</' . $tag . '>','plugin_mathjax_protecttex');
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jar ... Object implements javax.servlet.jsp.tagext.Tag { public abstract java.lang.Object getCurrent ( ...

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