Home
last modified time | relevance | path

Searched refs:tags (Results 76 – 100 of 538) sorted by relevance

12345678910>>...22

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php36 protected $tags; variable in Twig\\NodeVisitor\\SandboxNodeVisitor
46 $this->tags = [];
53 if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) {
54 $this->tags[$node->getNodeTag()] = $node;
105 …'constructor_end', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->functions),…
/plugin/tagging/
H A Dsyntax.php82 $tags = $hlp->findItems(array('tagger' => $data['user']), 'tag', $data['limit']);
84 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true);
107 $tags = $hlp->findItems(['pid' => $hlp->globNamespace($data['ns'])], 'tag', $data['limit']);
108 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true, $data['ns']);
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml126 …ash tests" runner="test/index.html?build=../dist/lodash.js&noglobals=true" tags=development
127 …dash tests" runner="test/index.html?build=../dist/lodash.min.js&noglobals=true" tags=production
128 …ash-fp tests" runner="test/fp.html?noglobals=true" tags=development
129 …ests" runner="test/underscore.html?build=../dist/lodash.js" tags=development,undersc…
130 …ests" runner="test/underscore.html?build=../dist/lodash.min.js" tags=production,undersco…
131 …ts" runner="test/backbone.html?build=../dist/lodash.js" tags=development,backbone
132 …sts" runner="test/backbone.html?build=../dist/lodash.min.js" tags=production,backbone
133 …ts" runner="test/backbone.html?build=../dist/lodash.core.js" tags=development,backbone
134 …sts" runner="test/backbone.html?build=../dist/lodash.core.min.js" tags=production,backbone
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php40 public function setAllowedTags(array $tags) argument
42 $this->allowedTags = $tags;
68 public function checkSecurity($tags, $filters, $functions) argument
70 foreach ($tags as $tag) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSourceInstanceProperties.php233 public function setTags(Tags $tags) argument
235 $this->tags = $tags;
242 return $this->tags;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst8 Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not
9 whitespace within HTML tags or whitespace in plain text:
35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
53 (think of ``textarea`` or ``pre`` tags for instance). Using a third-party
60 you can also use the whitespace control modifier on your tags.
H A Dstriptags.rst4 The ``striptags`` filter strips SGML/XML tags and replace adjacent whitespace
11 You can also provide tags which should not be stripped:
17 In this example, the ``<br/>``, ``<br>``, ``<p>``, and ``</p>`` tags won't be
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php44 $tags = [
51 $tags[] = '#' . $value;
66 'tags' => $tags,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php94 * @param array $tags The tokens for these tags.
98 protected function processVersion(PHP_CodeSniffer_File $phpcsFile, array $tags) argument
101 foreach ($tags as $tag) {
/plugin/asana/remote/
H A DAPILink.php41 var $tags = array(); variable in remote_plugin_asana_APILink
127 $this->tags = $this->workspace_tags($this->workspace_filter['id']);
297 function render_tags($tags){ argument
300 foreach( $tags as $tag){
328 foreach($this->tags as $tag_key => $tag_value){
347 $this->tags = $this->workspace_tags($this->workspace_filter['id']);
395 $tags = array();
397 $tags[$tag['name']]=$tag['id'];
399 return $tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php96 public $tags; variable in Google\\Service\\CloudBuild\\BuildTrigger
399 public function setTags($tags) argument
401 $this->tags = $tags;
408 return $this->tags;
/plugin/tag/
H A Dstyle.css1 .dokuwiki div.tags,
7 .dokuwiki div.tags {
19 .dokuwiki div.tags span,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodeConfig.php100 public $tags; variable in Google\\Service\\Container\\NodeConfig
431 public function setTags($tags) argument
433 $this->tags = $tags;
440 return $this->tags;
H A DUpdateNodePoolRequest.php245 public function setTags(NetworkTags $tags) argument
247 $this->tags = $tags;
254 return $this->tags;
/plugin/tagsections/action/
H A Dajax.php133 private function __saveTags($tags, $RANGE) { argument
139 if ( is_array($tags) && !empty($tags) ) {
140 $newTags = "\n\n".'{{tag>' . implode(' ', $tags) . '}}';
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js96 var tags = document.getElementsByTagName(tagName);
98 for (var i = 0; i < tags.length; i++)
99 if (tags[i].getAttribute('name') == name)
100 list.push(tags[i]);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js112 var tags = document.getElementsByTagName(tagName);
114 for (var i = 0; i < tags.length; i++)
115 if (tags[i].getAttribute('name') == name)
116 list.push(tags[i]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDataset.php365 public function setTags($tags) argument
367 $this->tags = $tags;
374 return $this->tags;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D527324766814561b75aaee853ede49a7.asciidoc8 'tags' => [
10 'field' => 'tags',
H A D774d715155cd13713e6e327adf6ce328.asciidoc8 'tags' => [
10 'field' => 'tags',
H A Df085fb032dae56a3b104ab874eaea2ad.asciidoc8 'tags' => [
10 'field' => 'tags',
H A D0afaf1cad692e6201aa574c8feb6e622.asciidoc8 'tags' => [
10 'field' => 'tags',
/plugin/noticeboard/nbproject/
H A Dproject.properties5 tags.asp=false
6 tags.short=true
/plugin/noticeboard/noticeboard/nbproject/
H A Dproject.properties5 tags.asp=false
6 tags.short=true
/plugin/siteexport/inc/
H A DreadCSS.patch17 // Remove Comment tags /* ... */ inside CSS as <style> in HTML document
24 // Remove comment tags
229 $tags = preg_split('/\s+/',trim($tg));
230 $level = count($tags);
234 if (trim($tags[0])=='@PAGE') {
235 if (isset($tags[0])) { $t = trim($tags[0]); }
236 if (isset($tags[1])) { $t2 = trim($tags[1]); }
237 if (isset($tags[2])) { $t3 = trim($tags[2]); }
254 if (isset($tags[0])) { $t = trim($tags[0]); }
274 if (isset($tags[$n])) { $t = trim($tags[$n]); }
[all …]

12345678910>>...22