Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/dports/audio/mp3info/mp3info-0.8.5a/
H A Dmp3info.c45 id3tag new_tag; in main() local
53 new_tag.title[0]=new_tag.artist[0]=new_tag.album[0]=new_tag.year[0]= in main()
54 new_tag.comment[0]=new_tag.track[0]=new_tag.genre[0]=1; in main()
236 if(new_tag.title[0]!=1) { in main()
240 if(new_tag.artist[0]!=1) { in main()
244 if(new_tag.album[0]!=1) { in main()
248 if(new_tag.comment[0]!=1) { in main()
253 mp3.id3.track[0]=new_tag.track[0]; in main()
254 if(new_tag.track[0] == '\0') { in main()
259 if(new_tag.year[0]!=1) { in main()
[all …]
/dports/converters/htx/htx-0.7.8/
H A Dhtx122 my $new_tag = $tag;
129 $new_tag =~ s/^(<[^"]+?)="/\L$1\E="/;
132 $new_tag =~ s/"(\s)([^"]+?)="/"$1\L$2\E="/g;
135 $new_tag =~ s/("[^"]+?) *?>$/\L$1\E>/;
139 $new_tag =~ s/ shape=\"(.+?)"/ shape="\L$1\E"/;
141 $string =~ s/\Q$tag\E/$new_tag/g;
156 my $new_tag = $tag;
160 $new_tag =~ s/ $_([ |>])/ $_="$_"$1/g;
164 $new_tag =~ s/(\#[A-Fa-f0-9]{3})/\L$1\E/g;
165 $new_tag =~ s/(\#[A-Fa-f0-9]{6})/\L$1\E/g;
[all …]
/dports/devel/R-cran-git2r/git2r/tests/
H A Dtag.R42 new_tag <- tag(repo, "Tagname", "Tag message") globalVar
43 stopifnot(identical(print(new_tag), new_tag))
44 summary(new_tag)
47 stopifnot(identical(lookup(repo, sha(new_tag)), new_tag))
48 stopifnot(identical(new_tag$name, "Tagname"))
49 stopifnot(identical(new_tag$message, "Tag message"))
50 stopifnot(identical(new_tag$tagger$name, "Alice"))
51 stopifnot(identical(new_tag$tagger$email, "alice@example.org"))
68 tag_delete(new_tag)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/tag/impl/
H A DTagTypeDownloadManual.java77 …TagDownloadWithState new_tag = new TagDownloadWithState( this, next_tag_id.incrementAndGet(), name… in createTag() local
79 new_tag.setSupportsTagTranscode( true ); in createTag()
80 new_tag.setSupportsFileLocation( true ); in createTag()
84 addTag( new_tag ); in createTag()
87 return( new_tag ); in createTag()
95 …TagDownloadWithState new_tag = new TagDownloadWithState( this, tag_id, details, true, true, true, … in createTag() local
97 new_tag.setSupportsTagTranscode( true ); in createTag()
98 new_tag.setSupportsFileLocation( true ); in createTag()
102 return( new_tag ); in createTag()
/dports/textproc/tkxmlive/tkxmlive/library/
H A Drichtext-instag.tcl35 set new_tag [simxml::add $xml {} $tag_name -type $tag_type -text $text_sel \
41 set new_tag [simxml::add $xml {} $tag_name -type $tag_type -text $text_sel\
46 updateWidget $widget [simxml::nodeInfo $xml $new_tag parent]
51 Cursor $widget set "[lindex [richtext::tagIndex $widget $new_tag -type $type] 0] + 1 chars"
77 set new_tag [simxml::add $xml {} $tag_name -type $tag_type -text $text_sel \
80 -position [list after $new_tag]
82 simxml::add $xml $new_tag {} -type TEXT -text $text_sel -position {end}
86 updateWidget $widget [simxml::nodeInfo $xml $new_tag parent]
89 updateWidget $widget $new_tag
96 set new_tag [simxml::add $xml $cur_tag $tag_name \
[all …]
/dports/mail/nocc/nocc-1.9.10/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
H A DSimple.php33 $new_tag = clone $tag;
34 $new_tag->name = $this->transform_to;
36 … ($new_tag instanceof HTMLPurifier_Token_Start || $new_tag instanceof HTMLPurifier_Token_Empty)
38 $this->prependCSS($new_tag->attr, $this->style);
40 return $new_tag;
/dports/mail/nextcloud-mail/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/finance/prestashop/prestashop/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/devel/pear-htmlpurifier/HTMLPurifier-4.9.2/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/xoops_lib/modules/protector/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/thirtybees/thirtybees-1.1.0/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/moodle310/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/moodle311/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/www/moodle39/moodle/lib/htmlpurifier/HTMLPurifier/TagTransform/
H A DFont.php54 $new_tag = clone $tag;
55 $new_tag->name = $this->transform_to;
56 return $new_tag;
106 $new_tag = clone $tag;
107 $new_tag->name = $this->transform_to;
108 $new_tag->attr = $attr;
110 return $new_tag;
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dx87.c38 void x87_settag(uint16_t new_tag) in x87_settag() argument
40 cpu_state.tag[0] = new_tag & 3; in x87_settag()
41 cpu_state.tag[1] = (new_tag >> 2) & 3; in x87_settag()
42 cpu_state.tag[2] = (new_tag >> 4) & 3; in x87_settag()
43 cpu_state.tag[3] = (new_tag >> 6) & 3; in x87_settag()
44 cpu_state.tag[4] = (new_tag >> 8) & 3; in x87_settag()
45 cpu_state.tag[5] = (new_tag >> 10) & 3; in x87_settag()
46 cpu_state.tag[6] = (new_tag >> 12) & 3; in x87_settag()
47 cpu_state.tag[7] = (new_tag >> 14) & 3; in x87_settag()
/dports/graphics/opencv/opencv-4.5.3/doc/tools/
H A Dhtml_functions.py71 description = append(soup.new_tag('div', **{'class' : ['python_language']}),
94 table = soup.new_tag('table')
95 heading_row = soup.new_tag('th')
97 append(soup.new_tag('tr'),
98 append(soup.new_tag('th', colspan=999, style="text-align:left"), language)))
108 row = soup.new_tag('tr')
109 row.append(soup.new_tag('td', style='width: 20px;'))
110 row.append(append(soup.new_tag('td'), signature['name'] + '('))
111 row.append(append(soup.new_tag('td', **{'class': 'paramname'}), signature['arg']))
112 row.append(append(soup.new_tag('td'), ') -> '))
[all …]

12345678910>>...37