Home
last modified time | relevance | path

Searched refs:tag (Results 226 – 250 of 1150) sorted by relevance

12345678910>>...46

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php361 * @param string $tag Can be "wpt", "trkpt" or "rtept"
364 private function pointToGPX($geom, $tag = 'wpt') argument
366 if ($geom->isEmpty() || ($tag === 'wpt' && !in_array($tag, $this->gpxTypes->get('gpxType')))) {
369 $indent = $tag === 'trkpt' ? "\t\t" : ($tag === 'rtept' ? "\t" : '');
372 $node = $indent . "<" . $this->nss . $tag . " lat=\"" . $geom->getY() . "\" lon=\"" . $geom->getX() . "\">\n";
376 $node .= self::processGeometryData($geom, $this->gpxTypes->get($tag . 'Type'), $indent . "\t") .
377 $indent . "</" . $this->nss . $tag . ">\n";
383 return $indent . "<" . $this->nss . $tag
[all...]
H A DOSM.php82 foreach ($node->getElementsByTagName('tag') as $tag) {
83 $key = $tag->attributes->getNamedItem('k')->nodeValue;
87 $tags[$key] = $tag->attributes->getNamedItem('v')->nodeValue;
113 foreach ($way->getElementsByTagName('tag') as $tag) {
114 $key = $tag->attributes->getNamedItem('k')->nodeValue;
118 $tags[$key] = $tag->attributes->getNamedItem('v')->nodeValue;
144 foreach ($relation->getElementsByTagName('tag') as $tag) {
[all...]
/plugin/tagging/action/
H A Dsearch.php150 // and when displaying tag suggestions
174 * or, with an empty query, tag search results are returned.
195 // tag search only, without additional terms
210 * Add tag links to all search results
220 foreach ($tags as $tag) {
221 $event->data['resultHeader'][] = $this->getSettingsLink('#' . $tag, 'q', '#' . $tag);
268 // create output HTML: tag search links
273 foreach ($suggestedTags as $tag) {
275 $results .= $this->getSettingsLink('#' . $tag, '
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php248 $tag = $type & 0x1F;
249 if ($tag == 0x1F) {
250 $tag = 0;
259 $tag <<= 7;
265 $tag |= $temp;
351 'constant' => $tag,
361 $current += ['type' => $tag];
364 switch ($tag) {
893 $tag = $mapping['type'];
895 switch ($tag) {
[all …]
/plugin/markdownextra/
H A DREADME.md55 {{tag>test}}
60 …md suffix. And I love [tag plugin](https://www.dokuwiki.org/plugin:tag) too, but I can't use it wi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php263 public function setTag($tag) argument
265 $this->tag = $tag;
272 return $this->tag;
/plugin/codemirror/dist/modes/
H A Dsoy.min.js.map1tag","defineMode","config","textMode","getMode","modes","html","name","multilineTagIndentFactor","…
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML.js67 …wcommand"],verb:["Extension","verb"],boldsymbol:["Extension","boldsymbol"],tag:["Extension","AMSma…
68tag:"HandleTag",notag:"HandleNoTag",label:"HandleLabel",ref:"HandleRef",eqref:["HandleRef",true],s… property in AnonymousFunction699e62c41ba00.l
71tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
/plugin/tagfilter/
H A Drequirements.txt1 https://github.com/dokufreaks/plugin-tag.git lib/plugins/tag
/plugin/bibtex/OSBib/create/
H A DMISC.php110 $tag = 'h' . $level;
112 <$tag class="$class">$data</$tag>
/plugin/bbcodeextensions/
H A Dcommon.php50 list ($tag, $text) = $match;
54 $renderer->doc.= "<$tag>";
63 $renderer->doc.= "</${tag}>";
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DFlushNode.php23 public function __construct($lineno, $tag) argument
25 parent::__construct([], [], $lineno, $tag);
H A DAutoEscapeNode.php29 public function __construct($value, \Twig_NodeInterface $body, $lineno, $tag = 'autoescape') argument
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
H A DBlockReferenceNode.php24 public function __construct($name, $lineno, $tag = null) argument
26 parent::__construct([], ['name' => $name], $lineno, $tag);
/plugin/revealjs/lib/css/
H A Dzenburn.css17 .hljs-selector-tag,
18 .hljs-tag {
22 .hljs-template-tag {
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgithub.min.css1tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-templa…
H A Dschool-book.min.css1tag,.hljs-literal{color:#005599;font-weight:bold}.hljs,.hljs-subst{color:#3e5915}.hljs-string,.hlj…
/plugin/highlightjs/highlight/styles/
H A Didea.css27 .tag, .pi {
31 .tag .title, .id, .attr_selector, .pseudo, .literal, .keyword, .hexcolor, .css .function, .ini .tit…
45 .string, .value, .filter .argument, .css .function .params, .apache .tag {
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css11 pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag - lightyellow */
31 pre .tag, code .tag { color: #006; font-weight: bold }
/plugin/combo/syntax/
H A Dfragment.php104 foreach (FragmentTag::TAGS as $tag) {
105 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
115 foreach (FragmentTag::TAGS as $tag) {
116 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcell.php119 foreach (self::getTags() as $tag) {
120 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
130 foreach (self::getTags() as $tag) {
131 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/bootswrapper/syntax/
H A Dbootstrap.php239 $tag = $xml->getName();
245 if ($tag == strtolower($tag)) {
249 if ($tag == strtoupper($tag)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc10 'source' => 'ctx._source.tags.add(params.tag)',
13 'tag' => 'blue',
/plugin/gitbacked/lib/
H A DGit.php679 * @param string $tag
683 public function add_tag($tag, $message = null) { argument
685 $message = $tag;
689 return $this->run("tag -a $tag --file=".$msgfile);
706 foreach ($tagArray as $i => &$tag) {
707 $tag = trim($tag);
708 if ($tag == '') {

12345678910>>...46