GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "parser.h"
#include <QFileInfo>
#include <QDir>
#include <QFile>
#include <QUrl>
#include <QRegExp>
#include <QProcess>
#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 220 of file parser.cc.
Referenced by parser::global_search(), parser::parse_info_map(), and parser_node().
|
static |
Definition at line 346 of file parser.cc.
References replace_colons(), and replace_links().
Referenced by parser::node_text_to_html().
|
static |
Definition at line 234 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 537 of file parser.cc.
Referenced by string_array_property::do_set(), parser::global_search(), subst_octave_home(), and substitute_prefix().
|
static |
|
static |