Home
last modified time | relevance | path

Searched refs:tagrules (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/moodle310/moodle/mod/wiki/parser/markups/
H A Dhtml.php24 $this->tagrules = array(
29 'link' => $this->tagrules['link'],
30 'url' => $this->tagrules['url']
41 preg_match_all($this->tagrules['header']['expression'], $text, $matches);
97 …return preg_replace_callback($this->tagrules['header'], array($this, 'get_repeated_sections_callba…
H A Dcreole.php47 protected $tagrules = array( variable in creole_parser
149 foreach($this->tagrules as $tr) {
H A Dnwiki.php57 protected $tagrules = array( variable in nwiki_parser
/dports/www/moodle311/moodle/mod/wiki/parser/markups/
H A Dhtml.php24 $this->tagrules = array(
29 'link' => $this->tagrules['link'],
30 'url' => $this->tagrules['url']
41 preg_match_all($this->tagrules['header']['expression'], $text, $matches);
97 …return preg_replace_callback($this->tagrules['header'], array($this, 'get_repeated_sections_callba…
H A Dcreole.php47 protected $tagrules = array( variable in creole_parser
149 foreach($this->tagrules as $tr) {
H A Dnwiki.php57 protected $tagrules = array( variable in nwiki_parser
/dports/www/moodle39/moodle/mod/wiki/parser/markups/
H A Dhtml.php24 $this->tagrules = array(
29 'link' => $this->tagrules['link'],
30 'url' => $this->tagrules['url']
41 preg_match_all($this->tagrules['header']['expression'], $text, $matches);
97 …return preg_replace_callback($this->tagrules['header'], array($this, 'get_repeated_sections_callba…
H A Dcreole.php47 protected $tagrules = array( variable in creole_parser
149 foreach($this->tagrules as $tr) {
H A Dnwiki.php57 protected $tagrules = array( variable in nwiki_parser
/dports/textproc/pear-File_MARC/File_MARC-1.4.1/File/MARC/
H A DLint.php192 $tagrules = isset($this->rules[$tagNo])
195 if (isset($tagrules['repeatable'])
196 && $tagrules['repeatable'] == 'NR'
209 $tagrules = isset($this->rules[$tagNo])
211 if (isset($tagrules['repeatable']) && $tagrules['repeatable'] == 'NR'
222 if (!empty($tagrules)) {
223 $this->checkIndicators($tagNo, $current, $tagrules);
224 $this->checkSubfields($tagNo, $current, $tagrules);
/dports/www/moodle310/moodle/mod/wiki/parser/
H A Dparser.php110 protected $tagrules = array(); variable in generic_parser
220 if (!empty($this->tagrules[$r])) {
221 $this->process_tag_rule($r, $this->tagrules[$r], $text);
226 foreach ($this->tagrules as $r => $tr) {
295 foreach (array_merge($this->blockrules, $this->tagrules) as $n => $v) {
/dports/www/moodle311/moodle/mod/wiki/parser/
H A Dparser.php110 protected $tagrules = array(); variable in generic_parser
220 if (!empty($this->tagrules[$r])) {
221 $this->process_tag_rule($r, $this->tagrules[$r], $text);
226 foreach ($this->tagrules as $r => $tr) {
295 foreach (array_merge($this->blockrules, $this->tagrules) as $n => $v) {
/dports/www/moodle39/moodle/mod/wiki/parser/
H A Dparser.php110 protected $tagrules = array(); variable in generic_parser
220 if (!empty($this->tagrules[$r])) {
221 $this->process_tag_rule($r, $this->tagrules[$r], $text);
226 foreach ($this->tagrules as $r => $tr) {
295 foreach (array_merge($this->blockrules, $this->tagrules) as $n => $v) {
/dports/textproc/p5-MARC-Lint/marc-lint/lib/MARC/
H A DLint.pm174 my $tagrules = '';
183 $tagrules = $rules->{$tagno} or next;
185 …if ( ($tagrules->{'repeatable'} && ( $tagrules->{'repeatable'} eq 'NR' )) && $field_seen{'880.'.$t…
194 $tagrules = $rules->{$tagno} or next;
196 …if ( ($tagrules->{'repeatable'} && ( $tagrules->{'repeatable'} eq 'NR' )) && $field_seen{$tagno} )…
204 if ( not ($indvalue =~ $tagrules->{"ind$ind" . "_regex"}) ) {
207 $tagrules->{"ind$ind" . "_desc"},
217 my $rule = $tagrules->{$code};
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/rc/
H A Dsh.wmii49 ' >/tagrules
H A Dwmiirc.sh52 wmiir write /tagrules <<!
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Ddat.h204 Ruleset tagrules; member
H A Dclient.c966 if(def.tagrules.string) in apply_rules()
967 for(r=def.tagrules.rule; r; r=r->next) in apply_rules()
/dports/x11-wm/wmii/wmii-3.6/rc/
H A Dsh.wmii50 ' >/tagrules
H A Dwmiirc.sh29 wmiir write /tagrules <<!
H A Drc.wmii.rc52 wmiir write /tagrules <<!
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Ddat.h317 Ruleset tagrules; member
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/alternative_wmiircs/python/
H A Dwmiirc.py63 wmii.tagrules = (
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/alternative_wmiircs/plan9port/
H A Dwmiirc49 wmiir write /tagrules <<!
/dports/x11-wm/wmii/wmii-3.6/man/
H A Dwmii.tex214 \item[tagrules] The \emph{tagrules} file contains a list of

12