Home
last modified time | relevance | path

Searched refs:tag (Results 101 – 125 of 1150) sorted by relevance

12345678910>>...46

/plugin/bpmnio/script/
H A Dbpmnio_render.js112 function safeRender(tag, type, fn) { argument
114 const root = jQuery(tag);
131 jQuery("div[id^=__bpmn_js_]").each((_, tag) =>
132 safeRender(tag, 'bpmn', renderBpmnDiagram)
134 jQuery("div[id^=__dmn_js_]").each((_, tag) =>
135 safeRender(tag, 'dmn', renderDmnDiagram)
137 jQuery("div[id=plugin_bpmnio__bpmn_editor]").each((_, tag) =>
138 safeRender(tag, 'bpmn', renderBpmnEditor)
140 jQuery("div[id=plugin_bpmnio__dmn_editor]").each((_, tag) =>
141 safeRender(tag, 'dmn', renderDmnEditor)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DTrafficTarget.php41 public $tag; variable in Google\\Service\\CloudRun\\TrafficTarget
106 public function setTag($tag) argument
108 $this->tag = $tag;
115 return $this->tag;
/plugin/owncloud/tpl/
H A Ddetail.php101 foreach($fields as $key => $tag){
103 if (!empty($tag[0])) {
104 $t = array($tag[0]);
106 if(is_array($tag[3])) {
107 $t = array_merge($t,$tag[3]);
111 echo '<dt>'.$lang[$tag[1]].':</dt><dd>';
112 if ($tag[2] == 'date') {
/plugin/bootswrapper/exe/
H A Dpopup.js37 tag = [ '<', component ];
46 tag.push(' '+ data.attributeName + '="true"');
50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
56 tag.push('></'+component+'>');
58 $output.val(tag.join(''));
59 $preview.text(tag.join(''));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertTagResponse.php28 public function setTag(Tag $tag) argument
30 $this->tag = $tag;
37 return $this->tag;
H A DListTagsResponse.php47 public function setTag($tag) argument
49 $this->tag = $tag;
56 return $this->tag;
H A DFolderEntities.php51 public function setTag($tag) argument
53 $this->tag = $tag;
60 return $this->tag;
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php32 foreach ($tag_helper->getTopic('', null, $this->info['id']) as $tag) {
33 $tag_id = $tag['id'];
49 foreach ($tag_helper->tagOccurrences([], null, true) as $tag => $length) {
52 'dirname' => $tag,
53 'id' => $tag,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Fulfillment.php36 public $tag; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Fulfillment
101 public function setTag($tag) argument
103 $this->tag = $tag;
110 return $this->tag;
H A DGoogleCloudDialogflowCxV3beta1Fulfillment.php36 public $tag; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1Fulfillment
101 public function setTag($tag) argument
103 $this->tag = $tag;
110 return $this->tag;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DPassthroughFormatter.php23 * @param Tag $tag
27 public function format(Tag $tag) argument
29 return trim('@' . $tag->getName() . ' ' . (string)$tag);
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php197 public function setTagDefinition($tag, $attributes, $extensions) argument
199 $tag = strtolower($tag);
203 if (empty($tag) || empty($attributes) || empty($extensions))
208 $this->definitions[$tag] = array("attributes" => $attributes, "extensions" => $extensions);
215 public function removeTagDefinition($tag) argument
217 unset($this->definitions[strtolower($tag)]);
226 public function getTagDefinition($tag) argument
228 $tag = strtolower($tag);
229 if (isset($this->definitions[$tag])) return $this->definitions[$tag];
/plugin/tag/syntax/
H A Dtag.php7 * Usage: {{tag>category tags space separated}}
35 $this->Lexer->addSpecialPattern('\{\{tag>.*?\}\}', $mode, 'plugin_tag_tag');
39 * Handle matches of the tag syntax
57 if (!$helper = $this->loadHelper('tag')) {
76 if (!$helper = $this->loadHelper('tag')) return false;
113 // add references if tag page exists
114 foreach ($data as $tag) {
119 $tag = $resolver->resolveId($tag);
122 resolve_pageid($helper->getNamespace(), $tag,
[all...]
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php65 function open(&$parser, $tag, $attributes) { argument
75 if(!isset($this->document[$tag]) || !is_string($this->document[$tag])) {
76 $this->document = &$this->document[$tag];
82 $this->last_opened_tag = $tag;
92 function close(&$parser, $tag) { argument
93 if($this->last_opened_tag == $tag) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dunclosed_tag.test2 Exception for an unclosed tag
20 Twig\Error\SyntaxError: Unexpected "endblock" tag (expecting closing tag for the "if" tag defined n…
/plugin/combo/syntax/
H A Dcontentlistitem.php94 foreach (self::ALL_TAGS as $tag) {
95 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
104 foreach (self::ALL_TAGS as $tag) {
105 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
132 $tag = PluginUtility::getMarkupTag($match);
136 PluginUtility::PAYLOAD=>$tag
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js28 tag = XRegExp.exec(code, XRegExp('(&lt;|<)[\\s\\/\\?!]*(?<name>[:\\w-\\.]+)', 'xg')),
49 if (tag != null)
51 new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js12 tag = XRegExp.exec(code, XRegExp('(&lt;|<)[\\s\\/\\?!]*(?<name>[:\\w-\\.]+)', 'xg')),
33 if (tag != null)
35 new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1194 var tag, span;
1215 span = "<" + tag + ">" + span + "</" + tag + ">";
1229 span = "<" + tag + ">" + span + "</" + tag + ">";
2006 else if(tag.charAt(0) == "\n" || tag.charAt(0) == " ") {
2009 parsed += tag;
2037 tag.charAt(1) == '!' || tag.charAt(1) == '?'
2058 else if (tag.charAt(tag.length - 2) != '/') depth++;
2069 parsed += tag;
2181 tag.charAt(1) == '!' || tag.charAt(1) == '?')
2193 else if(tag.charAt(tag.length - 2) != '/') { depth++; }
[all …]
/plugin/adhoctags/syntax/
H A Dabstract.php12 protected $tag = null; variable in syntax_plugin_adhoctags_abstract
17 protected $output_tag = null; /* allows overriding the tag name for output */
26 return in_array($this->tag, $arr);
54 if ($this->tag && $this->registerTag()) {
58 dbg('connectTo plugin_adhoctags_pre called for ' . $this->tag .', output = ' . $this->output_tag ); */
61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
70 if ($this->tag && $this->registerTag()) {
72 $this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
162 // is there an overridden output tag
[all...]
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1tag=b;this.kind=null;this.scope=c}function n(a,b){var c;if(a.match(/[[]/)){b.soyState.push("list-l…
/plugin/mikioplugin/syntax/
H A Dbadge.php14 public $tag = 'badge'; variable in syntax_plugin_mikioplugin_badge
36 $tag = 'span';
39 $tag = 'a';
43 $renderer->doc .= '<' . $tag . $href . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'badge' . $classes . '"' . $styles . '>';
/plugin/markdownextra/
H A Dmarkdown.php1249 $span = "<$tag>$span</$tag>";
1263 $span = "<$tag>$span</$tag>";
2098 else if ($tag{0} == "\n" || $tag{0} == " ") {
2101 $parsed .= $tag;
2145 $tag{1} == '!' || $tag{1} == '?')
2165 else if ($tag{strlen($tag)-2} != '/') $depth++;
2176 $parsed .= $tag;
2179 $parsed .= $tag;
2281 $tag{1} == '!' || $tag{1} == '?')
2293 else if ($tag{strlen($tag)-2} != '/') $depth++;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DPartOfSpeech.php61 public $tag; variable in Google\\Service\\CloudNaturalLanguage\\PartOfSpeech
200 public function setTag($tag) argument
202 $this->tag = $tag;
209 return $this->tag;
/plugin/tagging/action/
H A Delasticsearch.php57 $tags = $hlp->findItems(['pid' => $data['uri']], 'tag');
59 $data['tagging'] = array_map(function ($tag) use ($hlp) {
60 return $hlp->cleanTag($tag);
83 * Also return new #tag values to be appended to the query.
107 $additions = array_map(function ($tag) use ($matches) {
108 if (!isset($matches[1]) || !in_array($tag, $matches[1])) {
109 return "#$tag";

12345678910>>...46