Home
last modified time | relevance | path

Searched refs:tag (Results 201 – 225 of 1150) sorted by relevance

12345678910>>...46

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php100 public $tag; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
395 public function setTag($tag) argument
397 $this->tag = $tag;
404 return $this->tag;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php65 foreach ($tagList as $tag) {
66 $methodName = $tag->getMethodName();
74 $methodNode->setStatic($tag->isStatic());
/plugin/webcomponent/syntax/
H A Dbutton.php95 foreach (self::getTags() as $tag) {
97 $pattern = webcomponent::getLookAheadPattern($tag);
107 foreach (self::getTags() as $tag) {
108 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
/plugin/highlightjs/highlight/styles/
H A Dbrown_paper.css42 .tag .attribute .value,
63 .apache .tag,
90 .xml .tag .title,
96 .apache .tag {
H A Dzenburn.css24 .tag,
25 .django .tag,
71 .apache .tag {
84 .tag .attribute .value,
H A Dschool_book.css44 .tag .attribute .value,
65 .apache .tag,
92 .xml .tag .title,
98 .apache .tag {
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md65 * The behavior of the non-specific tag `!` is changed and now forces
70 * support for the `!!php/object` tag has been dropped, use the `!php/object`
71 tag instead
84 * removed support for the `!str` tag, use the `!!str` tag instead
99 * Deprecated the `!php/object:` tag which will be replaced by the
100 `!php/object` tag (without the colon) in 4.0.
102 * Deprecated the `!php/const:` tag which will be replaced by the
103 `!php/const` tag (without the colon) in 4.0.
105 * Support for the `!str` tag i
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dvs.min.css1 …lector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#00f}.hljs-string,.hljs-title,.hljs-section,.…
H A Dcolor-brewer.min.css1tag,.hljs-template-variable,.hljs-addition{color:#756bb1}.hljs-comment,.hljs-quote{color:#636363}.…
H A Ddark.min.css1tag,.hljs-literal,.hljs-section,.hljs-link{color:white}.hljs,.hljs-subst{color:#ddd}.hljs-string,.…
H A Dmagula.min.css1tag,.hljs-template-variable{color:#050}.hljs-comment,.hljs-quote{color:#777}.hljs-number,.hljs-reg…
H A Dzenburn.min.css1 …d:#3f3f3f;color:#dcdcdc}.hljs-keyword,.hljs-selector-tag,.hljs-tag{color:#e3ceab}.hljs-template-ta…
H A Dbrown-paper.min.css1tag,.hljs-literal{color:#005599;font-weight:bold}.hljs,.hljs-subst{color:#363c69}.hljs-string,.hlj…
H A Dfar.min.css1tag,.hljs-template-variable,.hljs-addition{color:#ff0}.hljs-keyword,.hljs-selector-tag,.hljs-secti…
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css4 .syntax-theme-base .syntax .xml .xml-tag, .syntax-theme-base .syntax .xml .cdata {
6 .syntax-theme-base .syntax .xml .tag-name, .syntax-theme-base .syntax .xml .cdata-tag {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst5 The ``embed`` tag was added in Twig 1.8.
7 The ``embed`` tag combines the behaviour of :doc:`include<include>` and
28 The ``embed`` tag takes the idea of template inheritance to the level of
30 which are filled with life by child templates, the ``embed`` tag allows you to
89 Without the ``embed`` tag, you have two ways to design your templates:
112 In such a situation, the ``embed`` tag comes in handy. The common layout
154 The ``embed`` tag takes the exact same arguments as the ``include`` tag:
176 ``autoescape`` tag.
/plugin/amcharts/assets/
H A Djs-yaml.min.js2tag=null,this.result=""}function o(e,t){return"\n"+g.repeat(" ",e.indent*t)}function a(e,t){var n,…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php15 $tag = $this->getTagName();
36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
40 $this->mpdf->blk[$this->mpdf->blklvl]['tag'] = $tag; // mPDF 6
43 if ($tag === 'CAPTION') {
62 $this->mpdf->blk[$this->mpdf->blklvl]['tag'] = $tag; // mPDF 6
68 if ($tag === 'FORM') {
127 if ($tag === 'CENTER' && $this->mpdf->tdbegin) {
132 $properties = $this->cssManager->MergeCSS('', $tag,
[all...]
H A DColumns.php8 * @param string $tag
11 private function getTagInstance($tag) argument
13 $className = \Mpdf\Tag::getTagClassName($tag);
37 if ($t = $this->getTagInstance($this->mpdf->blk[$b]['tag'])) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php232 $tag = $this->detect_applicable_tag($rule_obj->get_selector());
233 if (is_null($tag)) {
234 $tag = "*";
236 $this->tag_filtered[$tag][] = $rule_obj;
318 $tag = $this->detect_applicable_tag($subselector);
319 if ($tag) { return $tag; };
/plugin/diagramsnet/lib/plugins/
H A Dtags.js148 function setCellsVisibleForTag(tag, visible) argument
150 var cells = graph.getCellsForTags([tag], null, true);
204 mxEvent.addListener(span, 'click', (function(tag) argument
208 if (!selected[tag])
212 graph.addTagsForCells(graph.getSelectionCells(), [tag])
216 hiddenTags[tag] = true;
230 graph.removeTagsForCells(graph.getSelectionCells(), [tag])
234 delete hiddenTags[tag];
/plugin/combo/resources/images/
H A DREADME.md6 * Material Design Icon: [tag-text](./tag-text.svg)
/plugin/tagging/db/
H A Dupdate0001.sql1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBrokerInterface.php29 * @param string $tag A tag name
33 public function getTokenParser($tag); argument
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DFormatter.php22 * @param Tag $tag
26 public function format(Tag $tag); argument

12345678910>>...46