Examples
(from gnash/server/asobj/Global.cpp 1.46)
static void as_global_escape(const fn_call& fn) { // List of chars we must convert to escape sequences const string strHexDigits = "0123456789ABCDEF"; string strInput = fn.arg(0).to_string; URL::encode(strInput); fn.result->set_string(strInput.c_str); }In this, "hexdigits" is oxbow code (or oxbow data).
Read more about this topic: Oxbow Code
Famous quotes containing the word examples:
“In the examples that I here bring in of what I have [read], heard, done or said, I have refrained from daring to alter even the smallest and most indifferent circumstances. My conscience falsifies not an iota; for my knowledge I cannot answer.”
—Michel de Montaigne (15331592)
“No rules exist, and examples are simply life-savers answering the appeals of rules making vain attempts to exist.”
—André Breton (18961966)
“Histories are more full of examples of the fidelity of dogs than of friends.”
—Alexander Pope (16881744)