Home
last modified time | relevance | path

Searched refs:current_col (Results 1 – 4 of 4) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDirectLex.php72 $current_col = 0;
76 $current_col = false;
80 $context->register('CurrentCol', $current_col);
108 $current_col = $rcursor - (is_bool($nl_pos) ? 0 : $nl_pos + 1);
141 $token->rawPosition($current_line, $current_col);
165 $token->rawPosition($current_line, $current_col);
216 $token->rawPosition($current_line, $current_col);
231 $token->rawPosition($current_line, $current_col);
250 $token->rawPosition($current_line, $current_col);
278 $token->rawPosition($current_line, $current_col);
[all …]
/plugin/edittable/renderer/
Djson.php30 private $current_col = 0; variable in renderer_plugin_edittable_json
62 $this->current_col = 0;
97 while(isset($this->tmeta[$this->current_row][$this->current_col])) {
98 $this->current_col++;
118 $col = $this->current_col;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js108 var current_col = 0;
196 if (current_col > options.max_line_len) {
203 current_col = right.length;
205 if (current_col > options.max_line_len) {
224 current_col++;
231 current_col = 0;
252 current_col = 0;
264 current_col++;
273 current_col += a[0].length;
276 current_col = a[n].length;
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js112 var current_col = 0;
242 adjust_mappings(count, new_col - current_col);
244 current_col = new_col;
250 if (current_col > options.max_line_len) {
255 if (current_col > options.max_line_len) {
302 current_col++;
307 current_col = 0;
315 current_col = 0;
327 current_col++;
337 col: current_col,
[all …]