Home
last modified time | relevance | path

Searched refs:tags (Results 426 – 450 of 538) sorted by last modified time

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

/plugin/database2/
H A Ddatabase2.php3285 public static function stripTags( $in, $tags = null ) argument
3288 if ( !is_array( $tags ) )
3289 $tags = array( 'script', 'form', 'link', 'html', 'body', 'head', );
3323 if ( array_search( $name, $tags ) !== false )
/plugin/wikistats/
H A DREADME.md115 To display all stats (including namspaces and tags (if tag plugin is installed))
146 > Note that namespaces restrictions are not supported for tags and
182 * Support namespaces restrictions for tags stats
/plugin/issuetracker/
H A Dprototype.js2028 if (tagName in Element._insertionTranslations.tags) {
2782 if (Element._insertionTranslations.tags[tagName]) {
2807 t = Element._insertionTranslations.tags[tagName];
2842 tags: { class in Element._insertionTranslations
2852 var tags = Element._insertionTranslations.tags; variable
2853 Object.extend(tags, {
2854 THEAD: tags.TBODY,
2855 TFOOT: tags.TBODY,
2856 TH: tags.TD
/plugin/dir/
H A Dsyntax.php1245 $tags = Array();
1249 $tags [] = mb_convert_case($tag, MB_CASE_LOWER, "UTF-8");
1257 if(count(array_intersect($tags, $this->excludeTags)) > 0) {
1266 $intersection = array_intersect($tags, $this->includeTags);
H A Dstyle.css45 div.dokuwiki th.tags,
50 div.dokuwiki td.tags {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php94 * @param array $tags The tokens for these tags.
98 protected function processVersion(PHP_CodeSniffer_File $phpcsFile, array $tags) argument
101 foreach ($tags as $tag) {
H A DFileCommentSniff.php37 protected $tags = array( variable in PEAR_Sniffs_Commenting_FileCommentSniff
238 if (isset($this->tags[$name]) === false) {
268 foreach ($this->tags as $tag => $tagData) {
315 * @param array $tags The tokens for these tags.
322 foreach ($tags as $tag) {
364 foreach ($tags as $tag) {
417 foreach ($tags as $tag) {
461 foreach ($tags as $tag) {
491 foreach ($tags as $tag) {
532 foreach ($tags as $tag) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php4 * Verifies the number of @throws tags and the number of throw tokens matches.
25 * Verifies the number of @throws tags and the number of throw tokens matches.
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2478 public $tags; variable in Google_Instance
2579 public function setTags(Google_Tags $tags) { argument
2580 $this->tags = $tags;
2583 return $this->tags;
3888 public $tags; variable in Google_Route
3970 public function setTags(/* array(Google_string) */ $tags) { argument
3971 $this->assertIsArray($tags, 'Google_string', __METHOD__);
3972 $this->tags = $tags;
3975 return $this->tags;
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 …]
H A DGoogle_ModeratorService.php886 public $tags; variable in Google_ModeratorService
911 …$this->tags = new Google_TagsServiceResource($this, $this->serviceName, 'tags', json_decode('{"met…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1tags of\n\t * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n\t *\n\t *…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md105 You can also load all those JavaScript libraries by `<script>` tags. Since
/plugin/htmlabstract/
H A Dsyntax.php238 $tags = array();
248 array_push($tags, substr($text, $i + 1, $j - $i - 1));
255 while ($tags[count($tags) - 1] != $closed_tag)
256 array_pop($tags);
257 array_pop($tags);
260 while (count($tags))
261 $text .= '</'.array_pop($tags).'>';
/plugin/selfmeasurement/
H A Ddescription.txt13 tags : form, medical, blood_pressure
/plugin/jokuwiki/
H A DREADME.md26 …lows for inline HTML. The **noscript** element is written inside noscript tags. If inline HTML is …
30 Additional content may be added between the opening and closing jw tags. This will be parsed by Dok…
59 …i tag is declared in the html - i.e. script tags can be moved to the bottom, and/or use the defer/…
/plugin/skilltagicon/
H A DREADME3 show an icon prominently based on tags given to a site
H A Dplugin.info.txt6 desc show an icon prominently based on tags given to a site
/plugin/skilltagicon/action/
H A Dicon.php42 $tags = plugin_load('helper', 'tagging');
43 if(is_null($tags)) {
47 $tags = $tags->findItems(array('pid' => $ID),'tag');
54 if (array_key_exists($easy_tag,$tags)) {
57 } elseif (array_key_exists($intermediate_tag,$tags)) {
60 } elseif (array_key_exists($expert_tag,$tags)) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
H A DAutoFormat.RemoveSpansWithoutAttributes.txt
H A DCSS.AllowedProperties.txt
H A DCore.ConvertDocumentToFragment.txt
H A DCore.RemoveInvalidImg.txt
H A DHTML.MaxImgLength.txt

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