Home
last modified time | relevance | path

Searched refs:text_stack (Results 1 – 13 of 13) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/Michelf/
H A DMarkdown.php1318 $text_stack = array('');
1331 $text_stack[0] .= $parts[0];
1340 $text_stack[0] .= array_shift($text_stack);
1351 $span = array_shift($text_stack);
1362 $span = $text_stack[0];
1388 array_unshift($text_stack, '');
1396 $text_stack[0] .= array_shift($text_stack);
1408 array_unshift($text_stack, '');
1423 $text_stack[0] .= $token;
1427 array_unshift($text_stack, '');
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/michelf/php-markdown/Michelf/
H A DMarkdown.php1318 $text_stack = array('');
1331 $text_stack[0] .= $parts[0];
1340 $text_stack[0] .= array_shift($text_stack);
1351 $span = array_shift($text_stack);
1362 $span = $text_stack[0];
1388 array_unshift($text_stack, '');
1396 $text_stack[0] .= array_shift($text_stack);
1408 array_unshift($text_stack, '');
1423 $text_stack[0] .= $token;
1427 array_unshift($text_stack, '');
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/Michelf/
H A DMarkdown.php1318 $text_stack = array('');
1331 $text_stack[0] .= $parts[0];
1340 $text_stack[0] .= array_shift($text_stack);
1351 $span = array_shift($text_stack);
1362 $span = $text_stack[0];
1388 array_unshift($text_stack, '');
1396 $text_stack[0] .= array_shift($text_stack);
1408 array_unshift($text_stack, '');
1423 $text_stack[0] .= $token;
1427 array_unshift($text_stack, '');
[all …]
/dports/www/moodle310/moodle/lib/markdown/
H A DMarkdown.php1319 $text_stack = array('');
1332 $text_stack[0] .= $parts[0];
1341 $text_stack[0] .= array_shift($text_stack);
1352 $span = array_shift($text_stack);
1363 $span = $text_stack[0];
1389 array_unshift($text_stack, '');
1397 $text_stack[0] .= array_shift($text_stack);
1409 array_unshift($text_stack, '');
1424 $text_stack[0] .= $token;
1428 array_unshift($text_stack, '');
[all …]
/dports/www/moodle311/moodle/lib/markdown/
H A DMarkdown.php1318 $text_stack = array('');
1331 $text_stack[0] .= $parts[0];
1340 $text_stack[0] .= array_shift($text_stack);
1351 $span = array_shift($text_stack);
1362 $span = $text_stack[0];
1388 array_unshift($text_stack, '');
1396 $text_stack[0] .= array_shift($text_stack);
1408 array_unshift($text_stack, '');
1423 $text_stack[0] .= $token;
1427 array_unshift($text_stack, '');
[all …]
/dports/www/moodle39/moodle/lib/markdown/
H A DMarkdown.php1319 $text_stack = array('');
1332 $text_stack[0] .= $parts[0];
1341 $text_stack[0] .= array_shift($text_stack);
1352 $span = array_shift($text_stack);
1363 $span = $text_stack[0];
1389 array_unshift($text_stack, '');
1397 $text_stack[0] .= array_shift($text_stack);
1409 array_unshift($text_stack, '');
1424 $text_stack[0] .= $token;
1428 array_unshift($text_stack, '');
[all …]
/dports/www/limesurvey/limesurvey/framework/vendors/markdown/
H A Dmarkdown.php987 $text_stack = array('');
1004 $text_stack[0] .= $parts[0];
1013 $text_stack[0] .= array_shift($text_stack);
1024 $span = array_shift($text_stack);
1035 $span = $text_stack[0];
1061 array_unshift($text_stack, '');
1069 $text_stack[0] .= array_shift($text_stack);
1080 array_unshift($text_stack, '');
1095 $text_stack[0] .= $token;
1099 array_unshift($text_stack, '');
[all …]
/dports/www/kohana/kohana-v3.3.6/modules/userguide/vendor/markdown/
H A Dmarkdown.php1170 $text_stack = array('');
1187 $text_stack[0] .= $parts[0];
1196 $text_stack[0] .= array_shift($text_stack);
1207 $span = array_shift($text_stack);
1218 $span = $text_stack[0];
1244 array_unshift($text_stack, '');
1252 $text_stack[0] .= array_shift($text_stack);
1263 array_unshift($text_stack, '');
1278 $text_stack[0] .= $token;
1282 array_unshift($text_stack, '');
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/vendors/markdown/
H A Dmarkdown.php973 $text_stack = array('');
990 $text_stack[0] .= $parts[0];
999 $text_stack[0] .= array_shift($text_stack);
1010 $span = array_shift($text_stack);
1021 $span = $text_stack[0];
1047 array_unshift($text_stack, '');
1055 $text_stack[0] .= array_shift($text_stack);
1066 array_unshift($text_stack, '');
1081 $text_stack[0] .= $token;
1085 array_unshift($text_stack, '');
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dstory_viewer.cpp254 stacked_widget& text_stack = find_widget<stacked_widget>(&window, "text_and_control_stack", false); in display_part() local
270 text_stack.set_vertical_alignment(new_panel_mode); in display_part()
277 …canvas& panel_canvas = find_widget<panel>(text_stack.get_layer_grid(LAYER_BACKGROUND), "text_panel… in display_part()
286 text_stack.select_layer(LAYER_TEXT); in display_part()
287 } else if(text_stack.current_layer() != -1) { in display_part()
289 text_stack.select_layer(-1); in display_part()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/scanner/xml-scanner/
H A Dxml-scanner.c166 return g_queue_pop_head(self->text_stack); in _pop_text_from_stack()
172 g_queue_push_tail(self->text_stack, self->text); in _push_current_text_to_stack()
376 self->text_stack = g_queue_new(); in xml_scanner_init()
383 g_queue_free(self->text_stack); in xml_scanner_deinit()
H A Dxml-scanner.h56 GQueue *text_stack; member
/dports/textproc/sablotron/Sablot-1.0.3/utils/apidoc/
H A Dparse_apidoc.pl54 my @text_stack;
321 push (@text_stack, $pending_text);
484 $pending_text = pop(@text_stack) . $pending_text;
532 $pending_text = pop (@text_stack);
534 $pending_text = pop (@text_stack);
1030 ", stacks: " . $#text_stack . ", " . $#tag_stack . ", " .