GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "parser.h"
#include "procstream.h"
#include <QFileInfo>
#include <QDir>
#include <QFile>
#include <QUrl>
#include <QRegExp>
#include <QBuffer>
Go to the source code of this file.
Functions | |
static QString | get_first_line (const QString &text) |
static void | info_to_html (QString &text) |
static QString | parser_node (const QString &text, const QString &node_name) |
static void | replace (QString &text, const QRegExp &re, const QString &after) |
static void | replace_colons (QString &text) |
static void | replace_links (QString &text) |
|
static |
Definition at line 248 of file parser.cc.
Referenced by parser::global_search(), parser::parse_info_map(), and parser_node().
|
static |
Definition at line 374 of file parser.cc.
References replace_colons(), and replace_links().
Referenced by parser::node_text_to_html().
|
static |
Definition at line 262 of file parser.cc.
References get_first_line().
Referenced by parser::get_node_name(), parser::get_node_next(), parser::get_node_prev(), and parser::get_node_up().
|
static |
Definition at line 566 of file parser.cc.
Referenced by string_array_property::do_set(), parser::global_search(), and subst_octave_home().
|
static |
|
static |