Home
last modified time | relevance | path

Searched refs:strip_tag (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/py-creole/python-creole-1.4.9/creole/html_tools/
H A Dstrip_html.py57 def strip_tag(match): function
99 clean_data = strip_html_regex.sub(strip_tag, clean_data)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc445 allow_summons = !strip_tag(spec, "no_summons"); in parse_monster_spec()
446 allow_animate = !strip_tag(spec, "no_animate"); in parse_monster_spec()
447 allow_immobile = !strip_tag(spec, "no_immobile"); in parse_monster_spec()
448 allow_bands = !strip_tag(spec, "no_bands"); in parse_monster_spec()
450 real_summons = strip_tag(spec, "real_summons"); in parse_monster_spec()
451 move_summons = strip_tag(spec, "move_summons"); in parse_monster_spec()
452 miscasts = strip_tag(spec, "miscasts"); in parse_monster_spec()
453 respawn = strip_tag(spec, "respawn"); in parse_monster_spec()
466 cycle_random = strip_tag(spec, "cycle_random"); in parse_monster_spec()
467 name_monsters = strip_tag(spec, "names"); in parse_monster_spec()
[all …]
H A Dmapdef.cc5323 if (strip_tag(s, "good_item")) in parse_single_spec()
5341 if (strip_tag(s, "mundane")) in parse_single_spec()
5346 if (strip_tag(s, "damaged")) in parse_single_spec()
5348 if (strip_tag(s, "randart")) in parse_single_spec()
5350 if (strip_tag(s, "useful")) in parse_single_spec()
5358 if (strip_tag(s, "mimic")) in parse_single_spec()
5361 if (strip_tag(s, "no_pickup")) in parse_single_spec()
5375 if (strip_tag(s, "no_uniq")) in parse_single_spec()
5394 if (strip_tag(s, "randbook")) in parse_single_spec()
5996 strip_tag(s, "trap"); in parse_trap()
[all …]
H A Dlibutil.h102 bool strip_tag(string &s, const string &tag, bool nopad = false);
H A Dmapmark.cc159 strip_tag(raw, "feat:", true); in parse()
441 strip_tag(raw, "lua:", true); in parse()
444 strip_tag(raw, "lua_mapless:", true); in parse()
H A Dlibutil.cc114 bool strip_tag(string &s, const string &tag, bool skip_padding) in strip_tag() function
H A Dwiz-dgn.cc516 const bool place_on_us = !primary && strip_tag(name, "*", true); in debug_load_map_by_name()
H A Dl-item.cc1113 const bool check_type = strip_tag(flags, "type"); in l_item_do_identified()
H A Dmon-death.cc2648 const bool keep_item = strip_tag(pattern, "keepitem"); in dismiss_monsters()
/dports/audio/id3ren/id3ren-322ee77/src/
H A Did3ren.h80 short strip_tag; member
H A Did3tag.c580 if (flags.strip_tag == TRUE) in tag_file()
636 else if (flags.strip_tag == TRUE) in tag_file()
H A Did3ren.c580 toggle_flag((short*)&flags.strip_tag); in check_arg()
886 else if (!flags.tag_only && !flags.strip_tag)
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/simplepie/simplepie/library/SimplePie/
H A DSanitize.php277 $this->strip_tag($tag, $document, $type);
454 protected function strip_tag($tag, $document, $type) function in SimplePie_Sanitize
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/SimplePie/
H A DSanitize.php302 $this->strip_tag($tag, $document, $xpath, $type);
479 protected function strip_tag($tag, $document, $xpath, $type) function in SimplePie_Sanitize
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/SimplePie/
H A DSanitize.php302 $this->strip_tag($tag, $document, $xpath, $type);
479 protected function strip_tag($tag, $document, $xpath, $type) function in SimplePie_Sanitize
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/simplepie/simplepie/library/SimplePie/
H A DSanitize.php302 $this->strip_tag($tag, $document, $xpath, $type);
479 protected function strip_tag($tag, $document, $xpath, $type) function in SimplePie_Sanitize
/dports/www/moodle310/moodle/lib/simplepie/library/SimplePie/
H A DSanitize.php302 $this->strip_tag($tag, $document, $xpath, $type);
486 protected function strip_tag($tag, $document, $xpath, $type) function in SimplePie_Sanitize
/dports/www/moodle311/moodle/lib/simplepie/library/SimplePie/
H A DSanitize.php302 $this->strip_tag($tag, $document, $xpath, $type);
479 protected function strip_tag($tag, $document, $xpath, $type) function in SimplePie_Sanitize
/dports/www/moodle39/moodle/lib/simplepie/library/SimplePie/
H A DSanitize.php302 $this->strip_tag($tag, $document, $xpath, $type);
486 protected function strip_tag($tag, $document, $xpath, $type) function in SimplePie_Sanitize
/dports/www/p5-HTML-WikiConverter/HTML-WikiConverter-0.68/lib/HTML/
H A DWikiConverter.pm414 my %strip_tag = map { $_ => 1 } @{ $self->strip_tags || [] };
419 $node->delete, next if $strip_tag{$node->tag};
/dports/multimedia/tautulli/Tautulli-2.8.0/plexpy/
H A Dnotification_handler.py1283 subject = strip_tag(re.sub(pattern, '', subject), agent_id).strip(' \t\n\r')
1284 body = strip_tag(re.sub(pattern, '', body), agent_id).strip(' \t\n\r')
1357 def strip_tag(data, agent_id=None): function
/dports/math/plplot-ada/plplot-5.15.0/www/
H A Dsimplepie.inc16610 $this->strip_tag($tag, $document, $type);
16787 protected function strip_tag($tag, $document, $type)
/dports/math/plplot/plplot-5.15.0/www/
H A Dsimplepie.inc16610 $this->strip_tag($tag, $document, $type);
16787 protected function strip_tag($tag, $document, $type)