Home
last modified time | relevance | path

Searched refs:tags (Results 126 – 150 of 538) sorted by relevance

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstance.php723 public function setTags(Tags $tags) argument
725 $this->tags = $tags;
732 return $this->tags;
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js574 if (img.tags != null)
576 tags += ' ' + img.tags;
622 if (this.taglist != null && tags != null && tags.length > 0)
752 if (tags != null)
3587 tags += ' ' + title;
3590 tags = (tags != null && tags.length > 0) ? tags : ((title != null) ? title.toLowerCase() : '');
3640 tags = (tags != null && tags.length > 0) ? tags : title.toLowerCase();
3857 tags[i] = tags[i].replace(/_/g, ' ')
3864 tags.push(moreTags);
3867 return tags.slice(1, tags.length);
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js53 if (options.tags) attrs['data-flattr-tags'] = options.tags;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst15 values when the template is evaluated, and **tags**, which control the logic
96 variable but the print statement. When accessing variables inside tags,
139 :doc:`set<tags/set>` tag:
170 :doc:`filter<tags/filter>` tag:
256 ``users``, use the :doc:`for<tags/for>` tag:
267 The :doc:`if<tags/if>` tag can be used to test an expression:
279 Go to the :doc:`tags<tags/index>` page to learn more about the built-in tags.
362 In this example, the :doc:`block<tags/block>` tags define four blocks that
495 :doc:`verbatim<tags/verbatim>`.
516 :doc:`import<tags/import>` tag before being used:
[all …]
H A Dindex.rst16 tags/index
/plugin/latex/
H A DTODO2 …-overrendering Latex images then shrinking them with width/height tags makes the HTML version look…
6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/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/latex-was/
H A DTODO2 …-overrendering Latex images then shrinking them with width/height tags makes the HTML version look…
6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/pagelist/
H A Dstyle.css
/plugin/anewssystem/
H A Daction.php155 $tags = explode(',',$value);
156 foreach($tags as $tag) {
210 $tags = "";
/plugin/indexnumber/
H A DREADME.md5 or "Fig. 3". The content between the `idxnum` tags will be wrapped in a
30 the "#" character. All `idxnum` tags with the same counter name will produce sequential
39 Please note that `idxnum` tags cannot be nested!
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1tags;var generateTags=function(){var content=editor.document.$.children[0].children[1].innerHTML.r…
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js123 var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " +
130 tags.each( function(tag){
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php21 public function checkSecurity($tags, $filters, $functions); argument
/plugin/tagentry/
H A DREADME.md2 DokuWiki plugin to assign page tags.
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php35 * @param array $tags Array containing tags to ignore
38 public function setIgnoreTags($tags, $append=false) { argument
40 $this->ignoreTags = array_merge($this->ignoreTags, $tags);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php405 // a. Apply initial GSUB Lookups (in order specified in lookup list but only selecting from certain tags)
407 $tags = 'locl ccmp';
409 $usetags = $tags;
411 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, true);
420 $tags = 'isol fina fin2 fin3 medi med2 init';
422 $usetags = $tags;
424 $usetags = $this->_applyTagSettings($tags, $GSUBFeatures, $omittags, true);
517 $tags = 'rlig calt liga clig mset';
520 $usetags = $tags;
522 $usetags = $this->_applyTagSettings($tags,
1212 _applyTagSettings($tags, $Features, $omittags = '', $onlytags = false) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D381fced1882ca8337143e6bb180a5715.asciidoc10 'tags' => [
/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/socialcards/
H A Daction.php279 $tags = array(
287 $alt = media_getTag($tags, $jpegmeta, "");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js.map1tags","configTags","configScript","scriptTypes","matches","mode","html","state","token","htmlState…
/plugin/tagging/lang/en/
H A Dclean.txt3 Here you can delete all invalid taggings (tags pointing to nonexistent pages). No valid taggings will be removed.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/
H A Dsimple.test2 "spaceless" tag removes whites between HTML tags
/plugin/tagadd/
H A Dplugin.info.txt6 desc easy ajax-adding for tags

12345678910>>...22