Home
last modified time | relevance | path

Searched refs:tags (Results 51 – 75 of 538) sorted by path

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DLocale.php38 public $tags; variable in Google\\Service\\Testing\\Locale
85 public function setTags($tags) argument
87 $this->tags = $tags;
94 return $this->tags;
H A DOrientation.php34 public $tags; variable in Google\\Service\\Testing\\Orientation
67 public function setTags($tags) argument
69 $this->tags = $tags;
76 return $this->tags;
H A DXcodeVersion.php26 public $tags; variable in Google\\Service\\Testing\\XcodeVersion
35 public function setTags($tags) argument
37 $this->tags = $tags;
44 return $this->tags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistSnippet.php48 public $tags; variable in Google\\Service\\YouTube\\PlaylistSnippet
147 public function setTags($tags) argument
149 $this->tags = $tags;
156 return $this->tags;
H A DVideoSnippet.php60 public $tags; variable in Google\\Service\\YouTube\\VideoSnippet
197 public function setTags($tags) argument
199 $this->tags = $tags;
206 return $this->tags;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md397 * Added LogglyHandler::addTag to allow adding tags to an existing handler
427 * Added a TagProcessor to add tags to records, and support for tags in RavenHandler
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php44 $tags = [
51 $tags[] = '#' . $value;
66 'tags' => $tags,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DTagProcessor.php22 private $tags; variable in Monolog\\Processor\\TagProcessor
25 * @param string[] $tags
27 public function __construct(array $tags = []) argument
29 $this->setTags($tags);
33 * @param string[] $tags
35 public function addTags(array $tags = []): self argument
37 $this->tags = array_merge($this->tags, $tags);
43 * @param string[] $tags
45 public function setTags(array $tags = []): self argument
47 $this->tags = $tags;
[all …]
/plugin/bbcodeextensions/
H A DREADME3 Extends the functionality provided by eg.: plugin:bbcode, by adding a number of custom BBCode tags
/plugin/bbs/
H A Dsyntax.php53 $this->tags = array();
90 else if ($s==1) {$this->tags[bright] = true;}
92 else if ($s==5) {$this->tags[blink] = true;}
103 if ($this->tags[fg]) $c[] = ($this->tags[bright]?'fgb':'fgd').$this->tags[fg];
104 if ($this->tags[bg]) $c[] = 'bg'.$this->tags[bg];
105 if ($this->tags[italic]) $c[] = 'italic';
106 if ($this->tags[blink]) $c[] = 'blink';
107 if ($this->tags[hidden]) $c[] = 'hidden';
110 $this->tags[count]++;
115 $count = $this->tags[count];
[all …]
/plugin/blogtng/action/
H A Dedit.php76 $tags = $this->getPostedTags();
77 if (empty($tags)) {
78 $tags = $this->taghelper->getTags();
184 $tags = $this->getPostedTags();
185 if (empty($tags)) {
188 if (!$tags && $isNotExistingBlog) {
199 if(in_array($val, $tags)) {
208 ->val(join(', ', $tags));
340 unset($tags[$n]);
371 $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($tags);
[all …]
/plugin/blogtng/
H A Dadmin.php594 $tags = $this->taghelper->getTags();
595 $count = count($tags);
601 'query[string]' => $tags[$i]);
602 … $link = '<a href="' . wl($ID, $params) . '" title="' . $tags[$i] . '">' . $tags[$i] . '</a>';
/plugin/blogtng/db/
H A Dupdate0001.sql34 CREATE TABLE tags ( table
39 CREATE INDEX idx_tags_pid ON tags(pid);
40 CREATE INDEX idx_tags_tag ON tags(tag);
/plugin/blogtng/helper/
H A Dentry.php609 * @param array $tags - additional tags to consider
611 public function tpl_related($num=5,$blogs=array('default'),$id=false,$tags=array()){ argument
625 $tags[] = $row['tag'];
627 $tags = array_unique($tags);
628 $tags = array_filter($tags);
629 if(!count($tags)) return; // no tags for comparison
631 $tags = $this->sqlitehelper->getDB()->quote_and_join($tags,',');
641 AND B.tag IN ($tags)
H A Dtags.php15 private $tags = array(); variable in helper_plugin_blogtng_tags
38 * @param array $tags
40 public function setTags($tags) { argument
41 $this->tags = array_unique(array_filter(array_map('trim', $tags)));
50 return $this->tags;
64 $this->tags = [];
74 $this->tags = [];
78 $this->tags = [];
83 $tags = [];
87 $this->tags = $tags;
[all …]
/plugin/blogtng/syntax/
H A Dblog.php165 if($tags = $INPUT->str('post-tags')){ // tags
168 explode(',',$tags));
/plugin/bootswrapper/exe/help/
H A Dpanel.txt132 | ''no-body'' | optional | | Don't add a panel body. Useful to add other particular tags (or table…
/plugin/bpmnio/vendor/bpmn-js/
H A Durl.txt1 https://github.com/bpmn-io/bpmn-js/archive/refs/tags/v11.1.0.tar.gz
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt13 tags : bugzilla
/plugin/ckgdoku/action/
H A Dtagapi.php39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true);
40 $a = print_r($tags,true);
43 $tags = array();
47 ksort($tags);
50 foreach (array_keys($tags) as $tag) {
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md600 …Filter](http://docs.ckeditor.com/#!/guide/dev_acf) fails to remove custom tags. Thanks to [timseli…
695 …nd [#9186](http://dev.ckeditor.com/ticket/9186): Fixed: In HTML5 `<meta>` tags should be allowed e…
738 …keditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript cod…
H A Dconfig.js.unc106 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc671 "tags": {
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc313 * execCommand( 'unlink', ... ) in Firefox leaves behind <span> tags at where
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1tags;var generateTags=function(){var content=editor.document.$.children[0].children[1].innerHTML.r…

12345678910>>...22