Home
last modified time | relevance | path

Searched refs:tags (Results 301 – 325 of 538) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/phpipam/
H A Dsyntax.php1667 $_path = 'index.php?page=administration&section=tags' ;
1700 array('tags', $hash_in['id'], 'addresses'), array(), $token_file) ;
/plugin/dropfiles/
H A Dyarn.lock1296 html-tags@^2.0.0:
1298 …resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa…
2692 html-tags "^2.0.0"
2717 svg-tags "^1.0.0"
2742 svg-tags@^1.0.0:
2744 …resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7…
/plugin/hubspot/
H A DREADME.md18 tags | Hubspot, Tracking, Statistics, Piwik, Google Analytics
/plugin/revealjs/
H A Ddoku-substitutes.css20 .tags {
H A DREADME.md51 at such places that the closing and opening div tags interfere with the reveal.js section tags.
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …cale(lang, callback) {\n // RFC 4646, section 2.1 states that language tags have to be treated …
/plugin/tagsections/
H A Dscript.js125 request({tags:newTags, saveTags:true}, function(){
H A Dhelper.php59 * @param tags
66 $tags = array_map('trim', idx_getIndex('subject','_w'));
68 foreach($tags as $tag){
126 * @param array $tags Array of tags
138 public function categorysizeTags($tags) argument
141 if ( empty($tags) ) return array();
142 foreach($tags as $nsTag){
H A Dplugin.info.txt6 desc Add tags to sections using the taggadd gui
H A DREADME.md3 Add tags to sections using the taggadd gui
/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/tagsections/syntax/
H A Dtag.php72 $levelTags = $tags = implode(' ', array_map(array($this, '__tags'), $data));
75 $matches[2] = preg_replace("/(class=\")(.*?)/", "$1$tags $2", $matches[2]);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1tags","hasClass","addClass","removeClass","obj","e","event","srcElement","preventDefault","returnV…
H A Dsyntaxhighlighter.js3133 var tags = document.getElementsByTagName('script'),
3136 for (var i = 0; i < tags.length; i++) {
3137 …if (tags[i].type == 'text/syntaxhighlighter' || tags[i].type == 'syntaxhighlighter') result.push(t…
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md15 * Change option `override` with a list of tags (code, file) to override (Issue #16)
H A DREADME.md52 * **override**: List of tags to override
H A Dsyntax.php58 $tags = explode(',', $this->getConf('override'));
59 foreach ($tags as $tag) {
66 $tags = explode(',', $this->getConf('override'));
67 foreach ($tags as $tag) {
203 $tags = explode(',', $this->getConf('override'));
204 foreach ($tags as $tag) {
/plugin/tagadd/
H A Daction.php191 * @param array $tags Array of tags
203 protected function categorysizeTags($tags) argument
206 foreach($tags as $nsTag){
229 foreach($tags as $tag){
247 protected function editWiki($tags) { argument
264 $newstr=implode(" ",$tags);
276 $diff =array_diff($oldtags_r,$tags);
278 $diff =array_diff($tags,$oldtags_r);
279 $add = array_intersect($tags,$diff);
280 } else if(!empty($tags)){
[all …]
H A Dplugin.info.txt6 desc easy ajax-adding for tags
/plugin/codebuttonmod2/
H A DPlugin.txt13 tags : button, code, toolbar
/plugin/tagentry/
H A Dplugin.info.txt6 desc Assign tags using checkboxes in edit mode
H A DREADME.md2 DokuWiki plugin to assign page tags.
/plugin/textinsert/
H A DREADME47 For HTML output, HTML tags are accepted in translation macros, but for the HTML
/plugin/codeprettify/code-prettify/
H A DCHANGES.md82 * Fixed prettifying of XML/HTML tags that contain uppercase letters.

1...<<11121314151617181920>>...22