Get Firefox!

Log Format

dump

result = dump(log, output, options)
result = struct;

event__delete

result = event__delete(store, id)
result = struct;

event__find__by__author

id = event__find__by__author(store, author, relation, id)

event__find__by__bandwidth

id = event__find__by__bandwidth(store, bandwidth, relation, id)

event__find__by__channel

id = event__find__by__channel(store, channel, relation, id)

event__find__by__children

id = event__find__by__children(store, children, relation, id)

event__find__by__created

id = event__find__by__created(store, created, relation, id)

event__find__by__duration

id = event__find__by__duration(store, duration, relation, id)

event__find__by__fields

id = event__find__by__fields(store, varargin)
id = [];

event__find__by__freq

id = event__find__by__freq(store, freq, relation, id)

event__find__by__id

id = event__find__by__id(store, id, relation, id)

event__find__by__level

id = event__find__by__level(store, level, relation, id)

event__find__by__measure

id = event__find__by__measure(store, measure, relation, id)

event__find__by__modified

id = event__find__by__modified(store, modified, relation, id)

event__find__by__notes

id = event__find__by__notes(store, notes, relation, id)

event__find__by__parent

id = event__find__by__parent(store, parent, relation, id)

event__find__by__rating

id = event__find__by__rating(store, rating, relation, id)

event__find__by__score

id = event__find__by__score(store, score, relation, id)

event__find__by__tags

id = event__find__by__tags(store, tags, relation, id)

event__find__by__time

id = event__find__by__time(store, time, relation, id)

event__read

event = event__read(store, id, order)
event = empty(event_create);

event__save

result = event__save(store, event)
result = struct;

external__parameter__compile

[options, context] = external__parameter__compile(options, context)

external__parameter__control__callback

result = external__parameter__control__callback(callback, context)
result = struct;

external__parameter__control__create

control = external__parameter__control__create(options, context)
control = empty(control_create);

external__parameter__control__options

opt = external__parameter__control__options(context)
opt = struct;

external__parameter__create

options = external__parameter__create(context)
options = [];

external__parameter__load

options = external__parameter__load(store, context)
options = [];

external__parameter__menu__callback

result = external__parameter__menu__callback(callback, context)
result = struct;

external__parameter__menu__create

handles = external__parameter__menu__create(par, options, context)
handles = [];

external__parameter__save

external__parameter__save(options, store, context)

info

info = info(log, varargin)
info = [];

load

result = load(log, input)
result = struct;

read

result = read(log, varargin)
result = struct;

store__create

store = store__create(name, parameter, context)
store = struct;

store__delete

result = store__delete(store)
result = struct;

store__parameter__compile

[parameter, context] = store__parameter__compile(parameter, context)

store__parameter__control__callback

result = store__parameter__control__callback(callback, context)
result = struct;

store__parameter__control__create

control = store__parameter__control__create(parameter, context)
control = empty(control_create);

store__parameter__control__options

opt = store__parameter__control__options(context)
opt = struct;

store__parameter__create

parameter = store__parameter__create(context)
parameter = struct;

store__parameter__load

parameter = store__parameter__load(store, context)
parameter = struct;

store__parameter__menu__callback

result = store__parameter__menu__callback(callback, context)
result = struct;

store__parameter__menu__create

handles = store__parameter__menu__create(par, parameter, context)
handles = [];

store__parameter__model

parameter = store__parameter__model(context)
parameter = struct;

store__parameter__save

store__parameter__save(parameter, store, context)

write

result = write(log, varargin)
result = struct;