Home
last modified time | relevance | path

Searched refs:tags (Results 151 – 175 of 538) sorted by last modified time

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DArtifactRegistry.php444 'tags',
448 'path' => 'v1/{+parent}/tags',
482 'path' => 'v1/{+parent}/tags',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DUpdateNodePoolRequest.php245 public function setTags(NetworkTags $tags) argument
247 $this->tags = $tags;
254 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php106 public $tags; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Build
469 public function setTags($tags) argument
471 $this->tags = $tags;
478 return $this->tags;
/plugin/foldablelist/
H A DREADME.md5 simply wrap an unordered list into the tags
/plugin/latex-was/
H A DTODO2 …-overrendering Latex images then shrinking them with width/height tags makes the HTML version look…
6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/include/
H A Dstyle.css44 div.dokuwiki div.inclmeta div.tags {
/plugin/include/syntax/
H A Dfooter.php117 // tags - let Tag Plugin do the work for us
118 if (empty($sect) && $flags['tags'] && (!plugin_isdisabled('tag')) && ($tag = plugin_load('helper', 'tag'))) {
119 $tags = $tag->td($page);
120 if($tags) {
121 $xhtml .= '<div class="tags"><span>' . DOKU_LF
122 . DOKU_TAB . $tags . DOKU_LF
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md102 - [Sup Sub extensions](https://github.com/OWS/commonmark-sup-sub-extensions) - Adds support of superscript and subscript (`<sup>` and `<sub>` HTML tags)
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh60 git push --tags
/plugin/strata/
H A Dmanual.txt18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
61 Queries are written inside ''<table>'' or ''<list>'' tags. You query the data by describing what pattern the data should fit. A simple example that produces a table of all persons and their birthday would be described as follows:
/plugin/tplmod/
H A Daction.php156 $this->tags($ips,$remote_addr,$dateorip);
162 $this->tags($ips,$remote_addr,$dateorip);
263 function tags($ips,$remote_addr, $dateorip) { function in action_plugin_tplmod
273 $tags = $this->getConf('taglines');
274 if(empty($tags)) return;
275 $tags = explode(',',$tags);
279 if(isset($tags[$nday])) {
283 $JSINFO['tmplft_tag'] = trim($tags[$slot]);
290 if(!empty($tags[$i])) {
291 $JSINFO['tmplft_tag'] = trim($tags[$i]);
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js197 setAttr('tags', ticket.tags.join(' '));
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt721 tags=Etiketak
H A Ddia_fa.txt721 tags=‫برچسب ها‬
H A Ddia_ja.txt721 tags=タグ
H A Ddia_kn.txt721 tags=Tags
H A Ddia_ru.txt721 tags=Метки
H A Ddia_si.txt721 tags=Tags
H A Ddia_sl.txt721 tags=Tags
H A Ddia_ta.txt721 tags=Tags
H A Ddia_vi.txt721 tags=Tags
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3304tags){u=[];null!=n.tags.hidden&&(u=u.concat(n.tags.hidden));if(null!=n.tags.visible)for(var v=this…
3307 …ction(b,d){var c=this.getCellsById(b.cells).concat(this.getCellsForTags(b.tags,null,d));if(null!=b…
3479 EditorUi.prototype.addChromelessToolbarItems=function(b){if(null!=urlParams.tags){this.tagsDialog=t…
4068 …ll!=c?c:1)e.close=1;this.layersEnabled&&(e.layers=1);this.tagsEnabled&&(e.tags={});null!=this.grap…
4072 …;urlParams.layers=this.layersEnabled?"1":"0";this.tagsEnabled&&(urlParams.tags="{}");if(null==docu…
H A Dviewer.min.js3304tags){u=[];null!=n.tags.hidden&&(u=u.concat(n.tags.hidden));if(null!=n.tags.visible)for(var v=this…
3307 …ction(b,d){var c=this.getCellsById(b.cells).concat(this.getCellsForTags(b.tags,null,d));if(null!=b…
3479 EditorUi.prototype.addChromelessToolbarItems=function(b){if(null!=urlParams.tags){this.tagsDialog=t…
4068 …ll!=c?c:1)e.close=1;this.layersEnabled&&(e.layers=1);this.tagsEnabled&&(e.tags={});null!=this.grap…
4072 …;urlParams.layers=this.layersEnabled?"1":"0";this.tagsEnabled&&(urlParams.tags="{}");if(null==docu…
/plugin/diagramsnet/lib/math/
H A D.travis.yml17 tags: true

12345678910>>...22