Home
last modified time | relevance | path

Searched refs:tags (Results 251 – 275 of 538) sorted by relevance

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

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js615 var tags = document.getElementsByTagName(tagName);
617 for(var i = 0; i < tags.length; i++)
618 if(tags[i].getAttribute('name') == name)
619 list.push(tags[i]);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js144 {var tags=document.getElementsByTagName(tagName);for(var i=0;i<tags.length;i++)
145 if(tags[i].getAttribute('name')==name)
146 list.push(tags[i]);}
/plugin/codemirror/dist/modes/
H A Dasn.1.min.js.map1tags","storage","modifier","accessTypes","multiLineStrings","indentStatements","isOperatorChar","c…
H A Dhandlebars.min.js.map1tags\", {\n start: [\n { regex: /\\{\\{\\{/, push: \"handlebars_raw\", token: \"tag\" },\n…
/plugin/sha3sum/
H A DPlugin.txt13 tags : hash sha3
/plugin/prespan/
H A DREADME.md9 Between the ```<prespan>``` tags other formatting is allowed. That means you
/plugin/tagfilter/script/select2/
H A Drelease.sh72 git push "$remote" --tags
/plugin/vertical/
H A DREADME.md13 You need to set `<vertical head=align body=align>` and `</vertical>` tags around your table, where …
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php83 /* Geometry was empty but maybe because its tags was not lower cased.
84 We try to lower-case tags and try to run again, but just once.
462 * @param string[] $tagList Allowed tags
468 $tags = '';
472 $tags .= self::createNodes($tagName, $geometry->getData($tagName), $indent) . "\n";
476 return $tags;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedElements.txt
/plugin/randominc/
H A Dstyle.css38 div.dokuwiki div.inclmeta div.tags {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm96 <cfset var tags = "<body,<head,<html,<img,<pre,<script,<table,<title">
107 <cfloop index = "tag" list = "#tags#">
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt71 ¤ tags:
208 See /demos/demo.write.php for how to write tags.
425 * ID3v1 tags (always located at end-of-file)
426 * Lyrics3 tags (always located at end-of-file)
427 * APE tags (always located at end-of-file)
452 not correctly handle ID3v2.3 tags with UTF-16BE+BOM
455 * Winamp (up to v2.80 at least) does not support ID3v2.4 tags,
471 other versions are too) writes ID3v2.3 comment tags using an
476 other versions are too) writes ID3v2.3 comment tags using a
512 * RioPort (various versions including 2.0 and 3.11) tags ID3v2 with
[all …]
H A DREADME.md71 + tags:
199 **See /demos/demo.write.php for how to write tags.**
418 * ID3v1 tags (always located at end-of-file)
419 * Lyrics3 tags (always located at end-of-file)
420 * APE tags (always located at end-of-file)
438 not correctly handle ID3v2.3 tags with UTF-16BE+BOM
441 * Winamp (up to v2.80 at least) does not support ID3v2.4 tags,
457 other versions are too) writes ID3v2.3 comment tags using a
493 * RioPort (various versions including 2.0 and 3.11) tags ID3v2 with
495 * Earlier versions of Coolplayer adds illegal ID3 tags to Ogg Vorbis
[all …]
/plugin/hubspot/
H A DREADME.md18 tags | Hubspot, Tracking, Statistics, Piwik, Google Analytics
/plugin/skilltagicon/
H A DREADME3 show an icon prominently based on tags given to a site
/plugin/tagsections/
H A DREADME.md3 Add tags to sections using the taggadd gui
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php3386 public $tags; variable in Google_PlaylistSnippet
3415 public function setTags(/* array(Google_string) */ $tags) { argument
3416 $this->assertIsArray($tags, 'Google_string', __METHOD__);
3417 $this->tags = $tags;
3420 return $this->tags;
4740 public $tags; variable in Google_VideoProjectDetails
4743 $this->tags = $tags;
4746 return $this->tags;
4799 public $tags; variable in Google_VideoSnippet
4836 $this->tags = $tags;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js2558 if (tags != null && tags.length > 0)
6077 if (tags.length > 0)
6087 if (tags != null && tags.length > 0)
6285 })(tags[i]);
6304 allTags.push(tags[i]);
7188 if (tags == null || tags.length == 0 ||
7248 if (tags.length > 0)
7302 if (tags.length > 0)
7339 if (tags.length > 0)
7341 var t = tags.split(' ');
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php88 // Remove Comment tags <!-- ... --> inside CSS as <style> in HTML document
89 // Remove Comment tags /* ... */ inside CSS as <style> in HTML document
96 // Remove comment tags
314 $tags = preg_split('/\s+/', trim($tg));
315 $level = count($tags);
320 if (trim($tags[0]) === '@PAGE') {
322 if (isset($tags[0])) {
323 $t = trim($tags[0]);
326 if (isset($tags[1])) {
327 $t2 = trim($tags[
[all...]
/plugin/codehighlight/cp/languages/
H A Dvbscript.css6 /* tags */
H A Dasp.css5 /* tags */
/plugin/revealjs/
H A Ddoku-substitutes.css20 .tags {
/plugin/include/
H A Dstyle.css44 div.dokuwiki div.inclmeta div.tags {

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