Home
last modified time | relevance | path

Searched refs:_whitespace (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/games/shaaft/Shaaft-0.5.0/utils/
H A DTokenizer.hpp25 _whitespace(whitespace), in Tokenizer()
35 _whitespace = whitespace; in setWhitespace()
41 string::size_type start = _line.find_first_not_of( _whitespace, pos); in next()
54 pos = _line.find_first_of( _whitespace, start); in next()
75 string _whitespace; member in Tokenizer
/dports/games/criticalmass/CriticalMass-1.5/utils/
H A DTokenizer.hpp30 _whitespace(whitespace), in Tokenizer()
39 _whitespace(whitespace), in Tokenizer()
50 _whitespace = whitespace; in setWhitespace()
56 std::string::size_type start = _line.find_first_not_of( _whitespace, _pos); in next()
69 _pos = _line.find_first_of( _whitespace, start); in next()
155 std::string _whitespace; member in Tokenizer
/dports/www/py-jonpy/jonpy-0.12/jon/
H A Dmime.py62 _whitespace = " \t\r\n" variable
70 while i < len(s) and s[i] in _whitespace: i+= 1
78 while i < len(s) and s[i] in _whitespace: i+= 1
90 while i < len(s) and s[i] in _whitespace: i+= 1
109 while i < len(s) and s[i] in _whitespace: i+= 1
123 while i < len(s) and s[i] in _whitespace: i+= 1
161 while i < len(s) and s[i] in _whitespace: i+= 1
/dports/devel/pear-PHP_Parser/PHP_Parser-0.2.2/Parser/
H A DTokenizer.php163 private $_whitespace; variable in PHP_Parser_Tokenizer
205 return $this->_whitespace;
352 $this->_whitespace = $this->tokens[$this->pos][1];
367 $this->valueWithWhitespace = $this->_whitespace . $this->value;
368 $this->_whitespace = '';
/dports/mail/nocc/nocc-1.9.10/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/mail/nextcloud-mail/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/finance/prestashop/prestashop/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/xoops_lib/modules/protector/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/devel/pear-htmlpurifier/HTMLPurifier-4.9.2/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/moodle310/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/moodle311/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/www/moodle39/moodle/lib/htmlpurifier/HTMLPurifier/Lexer/
H A DDirectLex.php24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex
269 $position_first_space = strcspn($segment, $this->_whitespace);
451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor));
457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor);
467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop
472 $cursor += strspn($string, $this->_whitespace, $cursor);
487 $cursor += strspn($string, $this->_whitespace, $cursor);
507 $cursor += strcspn($string, $this->_whitespace, $cursor);
/dports/devel/pear-PHP_ParserGenerator/PHP_ParserGenerator-0.1.7/
H A DTokenizer.php154 private $_whitespace; variable in PHP_Parser_Tokenizer
234 return $this->_whitespace;
412 $this->_whitespace = $this->tokens[$this->pos][1];
432 $this->valueWithWhitespace = $this->_whitespace . $this->value;
433 $this->_whitespace = '';
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Dtextwrap.py31 _whitespace = '\t\n\x0b\x0c\r ' variable
69 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
73 for x in map(ord, _whitespace):
/dports/devel/py-optik/optik-1.5.3/lib/
H A Dtextwrap.py31 _whitespace = '\t\n\x0b\x0c\r ' variable
69 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
73 for x in map(ord, _whitespace):
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/compat/
H A D_scons_textwrap.py28 _whitespace = '\t\n\x0b\x0c\r ' variable
66 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
76 for x in map(ord, _whitespace):

123456789