Home
last modified time | relevance | path

Searched refs:tag (Results 151 – 175 of 1150) sorted by relevance

12345678910>>...46

/plugin/inlinejs/syntax/
H A Dpreloader.php85 private function _add_entry($tag, $data='') argument
87 switch ($tag) {
144 $tag = $matches[0];
146 switch ($tag) {
182 $tag = ($entrytype == 'css') ? 'link' : 'js';
183 $this->_add_entry($tag, $pathname);
/plugin/highlightjs/highlight/styles/
H A Dfar.css31 .tag .attribute .value,
42 .apache .tag,
56 .xml .tag .title,
107 .xml .tag .title,
111 .apache .tag {
H A Dascetic.css18 .apache .tag,
35 .tag .title,
40 .apache .tag {
H A Dmagula.css24 .tag .attribute .value,
87 .apache .tag,
88 .xml .tag,
101 .apache .tag {
/plugin/exttab2/
H A Dsyntax.php236 function _opentag($tag, $params=NULL, $before='', $after='') { argument
237 $tagstr = $this->tagsmap[$tag][0];
238 $before = $this->tagsmap[$tag][1].$before;
239 $after = $this->tagsmap[$tag][2].$after;
244 function _closetag($tag, $before='', $after='') { argument
245 $tagstr = $this->tagsmap[$tag][0];
246 $before = $this->tagsmap[$tag][1].$before;
247 $after = $this->tagsmap[$tag][2].$after;
329 function _finishtags($tag) { argument
331 switch ($tag) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D06afce2955f9094d96d27067ebca32e8.asciidoc16 'tag' => 'tech',
30 'tag' => 'wow',
35 'tag' => 'elasticsearch',
H A Dac544eb247a29ca42aab13826ca88561.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',
13 'tag' => 'blue',
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dtrim_block.test7 Trim on control tag:
13 Trim on output tag:
59 Trim on control tag:
62 Trim on output tag:
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile3 release: tag
6 tag: target
7 chag tag --sign --debug CHANGELOG.rst
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
5 namespace. The tag is documented in detail in the documentation for the
6 :doc:`import<../tags/import>` tag.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php3 * Verifies that a @throws tag exists for a function that throws exceptions.
24 * Verifies that a @throws tag exists for a function that throws exceptions.
213 foreach ($tokens[$commentStart]['comment_tags'] as $tag) {
214 if ($tokens[$tag]['content'] !== '@throws') {
218 if ($tokens[($tag + 2)]['code'] === T_DOC_COMMENT_STRING) {
219 $exception = $tokens[($tag + 2)]['content'];
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dmonokai.min.css1tag,.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-strong,.hljs-name{color:#f92672}.hljs-cod…
H A Dobsidian.min.css1tag,.hljs-literal,.hljs-selector-id{color:#93c763}.hljs-number{color:#ffcd22}.hljs{color:#e0e2e4}.…
/plugin/subjectindex/plugins/
H A DEntryTag.php28 $tag = $match[1];
29 $item['entry'] = $tag;
30 $item['display'] = str_replace('_', ' ', $tag); // swap '_' for spaces for display
/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/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php106 private $tag; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
138 public function addTag(Tag $tag) argument
140 $this->tag[] = $tag;
/plugin/revealjs/lib/css/
H A Dmonokai.css13 .hljs-tag,
15 .hljs-selector-tag,
50 .hljs-template-tag,
63 .hljs-selector-tag,
/plugin/combo/syntax/
H A Dxmlprotectedtag.php92 foreach ($this->getTags() as $tag) {
93 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
103 foreach ($this->getTags() as $tag) {
104 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/openid/Auth/Yadis/
H A DParseHTML.php224 foreach ($meta_tags as $tag) {
225 if (array_key_exists('http-equiv', $tag) &&
226 (in_array(strtolower($tag['http-equiv']),
228 array_key_exists('content', $tag)) {
229 return $tag['content'];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php60 $tag = $record['channel'];
62 $tag .= '.' . strtolower($record['level_name']);
76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
/plugin/textile2/
H A DclassTextile.php527 $tag = 'p';
573 $tag = 'p';
595 $tag = 'p';
603 if ($tag == "bq") {
611 elseif ($tag == 'bc') {
618 elseif ($tag == 'notextile') {
623 elseif ($tag == 'pre') {
630 $o2 = "\t<$tag$atts>";
631 $c2 = "</$tag>";
701 $tag = $qtags[$tag];
[all …]
/plugin/combo/ComboStrap/
H A DPluginUtility.php28 // The context is generally the parent tag but it may be also the grandfather.
31 const TAG = "tag";
47 const MARKUP_TAG = "markup-tag";
122 * Return a mode from a tag (ie from a {@link Plugin::getPluginComponent()}
123 * @param $tag
129 public static function getModeFromTag($tag) argument
131 return "plugin_" . self::getComponentName($tag);
136 * This pattern allows space after the tag name
137 * for an end tag
139 * @param $tag
142 getEndTagPattern($tag) global() argument
155 getVoidElementTagPattern($tag) global() argument
347 getEmptyTagPattern($tag) global() argument
588 getLeafContainerTagPattern($tag) global() argument
793 getComponentName($tag) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php27 protected $tag; variable in Twig\\Node\\Node
40 * @param string $tag The tag name associated with the Node
42 public function __construct(array $nodes = [], array $attributes = [], $lineno = 0, $tag = null) argument
52 $this->tag = $tag;
142 return $this->tag;
/plugin/vcard/
H A Dsyntax.php301 $tag = $this->getConf("tag_$tag_");
302 if (!$tag) {
303 $tag = 'span';
306 $html .= '<'.$tag;
312 if ($tag == 'abbr') {
318 $html .= '</'.$tag.'>';
325 private function _tagclass($tag, $text) { argument
326 return $this->_tag($tag, $text, $tag);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php77 protected $tag; variable in Handlebars\\Tokenizer
139 $tag = $text[$i + 1];
140 $this->tagType = $tag;
142 $tag = null;
155 if ($tag !== null) {
233 $this->tag = null;
341 * @param string $tag Current tag name
344 * @param int $tagLength Length of the opening/closing tag string
346 * @return boolean True if this is a closing section tag
348 tagChange($tag, $text, $index, $tagLength) global() argument
[all...]

12345678910>>...46