Home
last modified time | relevance | path

Searched refs:tag (Results 776 – 800 of 1150) sorted by relevance

1...<<31323334353637383940>>...46

/plugin/blog/syntax/
H A Darchive.php100 // use tag refinements?
102 /** @var helper_plugin_tag $tag */
103 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
106 $entries = $tag->tagRefine($entries, $refine);
/plugin/combo/action/
H A Dlogin.php122 $tag = self::TAG;
123 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php303 protected function lexRawData($tag) argument
305 if ('raw' === $tag) {
309 …if (!preg_match(str_replace('%s', $tag, $this->regexes['lex_raw_data']), $this->code, $match, PREG…
310 …throw new SyntaxError(sprintf('Unexpected end of file: Unclosed "%s" block.', $tag), $this->lineno…
/plugin/highlightjs/highlight/styles/
H A Dir_black.css17 .keyword, .tag, .ruby .function .keyword {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst26 with the ``include`` function, you can use it with any tag or function that
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md4 * Fixed the Twig tag to avoid a fatal error when left unclosed
/plugin/farm/
H A Dtestclient.php19 function tag($m) { function
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.0.md15 …ixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` tag
/plugin/tag/
H A Dstyle.css21 background: transparent url(images/tag.gif) 0 2px no-repeat;
/plugin/confmanager/lang/nl/
H A Dacronyms.txt1 …croniemen (terminologie) automatisch markeren. Als je browser de <acronym> tag ondersteunt, kun je…
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dliteral.test2 "autoescape" tag does not apply escaping on literals
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block3.test2 "use" tag
/plugin/colorpicker/
H A DREADME.md3 The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag.
/plugin/scrollticker/
H A DREADME.md18 …ch a list with links to the articles in namespace "news" tagged with "latest", using the tag plugin
/plugin/oauthauthsch/
H A Daction.php45 … if($circle['status']=='körvezető' || $circle['status']=='tag' || $circle['status']=='öregtag'){
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css66 .token.tag,
110 .language-markup .token.tag,
/plugin/livepreview/
H A Dscript.js48 document.createElementExt = function (tag,p) { argument
49 var L, i, k, el = document.createElement(tag);
/plugin/codemirror/dist/modes/
H A Dxquery.min.js.map1tag (if not in some sub, chained tokenizer)\n if (ch == \"<\") {\n if(stream.match(\"!--\"…
H A Djinja2.min.js.map1tag\";\n } else if(stream.match(operator)) {\n state.operator = true;\n r…
/plugin/siteexport/syntax/
H A Dtoc.php652 * @param string $tag
654 private function _cleanInstructions(&$instructions, $tag) { argument
671 …if (preg_match($tag, $instructions[$i][0]) && preg_match($tag, $instructions[$i+1][0]) && $instruc…
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgooglecode.min.css1 …or:black}.hljs-comment,.hljs-quote{color:#800}.hljs-keyword,.hljs-selector-tag,.hljs-section,.hljs…
H A Drainbow.min.css1 …t,.hljs-quote{color:#969896;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs…
H A Dsolarized-light.min.css1 …57b83}.hljs-comment,.hljs-quote{color:#93a1a1}.hljs-keyword,.hljs-selector-tag,.hljs-addition{colo…
/plugin/inlinetoc/
H A DREADME.md19 The plugin replaces the tag with a div. The div's class is inlinetoc**2** (the

1...<<31323334353637383940>>...46