Man Pages in clearsilver-dev

  1. Carta.tech
  2. Packages
  3. clearsilver-dev
  • 1

    Section 1: Executable programs or shell commands

    cstest.1
    Render a clearsilver template combined with a dataset
  • 120

    Section 3: Library calls

    cBroadcast.3
    Broadcast signal to all waiting threads.
    cCreate.3
    Initialize a condition variable.
    cDestroy.3
    Destroy a condition variable.
    cSignal.3
    Send signal to one waiting thread.
    cWait.3
    Wait a condition variable signal.
    cgi_cookie_authority.3
    Determine the cookie authority for a domain
    cgi_cookie_clear.3
    Clear browser cookie
    cgi_cookie_set.3
    Set a browser cookie
    cgi_cs_init.3
    Initialize cs parser with the cgi defaults
    cgi_debug_init.3
    Initialize standalone debugging
    cgi_destroy.3
    Deallocate the data associated with a cgi
    cgi_display.3
    Render and display the cgi output to the user
    cgi_error.3
    Display an error string to the user
    cgi_filehandle.3
    Return a file pointer to an uploaded file
    cgi_init.3
    Initialize clearsilver cgi environment
    cgi_neo_error.3
    Display a neoerr call backtrace
    cgi_output.3
    Display the cgi output to the user
    cgi_parse.3
    Parse incoming cgi data
    cgi_redirect.3
    Send an http 302 redirect response
    cgi_redirect_uri.3
    Send an http 302 redirect response
    cgi_register_parse_cb.3
    Register a parse callback
    cgi_url_escape.3
    Url escape a string
    cgi_url_escape_more.3
    Url escape a string
    cgi_url_unescape.3
    Unescape an url encoded string
    cgi_url_validate.3
    Validate that url is of an allowed format
    cgi_vredirect.3
    Send an http 302 redirect response
    cgiwrap_getenv.3
    The wrapper for getenv
    cgiwrap_init_emu.3
    Initialize cgiwrap for emulated use
    cgiwrap_init_std.3
    Initialize cgiwrap with default functions
    cgiwrap_iterenv.3
    Iterater for env vars
    cgiwrap_putenv.3
    Wrap the putenv call
    cgiwrap_read.3
    Cgiwrap input function
    cgiwrap_write.3
    Wrapper for the fwrite(stdout)
    cgiwrap_writef.3
    A wrapper for printf
    cgiwrap_writevf.3
    A wrapper for vprintf
    cs_destroy.3
    Clean up and dealloc a parse tree
    cs_dump.3
    Dump the cs parse tree
    cs_init.3
    Create and initialize a cs context
    cs_parse_file.3
    Parse a cs template file
    cs_parse_string.3
    Parse a cs template string
    cs_register_esc_strfunc.3
    Cs_register_strfunc with escaping context
    cs_register_fileload.3
    Register a fileload function
    cs_register_strfunc.3
    Register a string handling function
    cs_render.3
    Render a cs parse tree
    dictCleanup.3
    Cleanup dictionary
    dictCreate.3
    Create new dictionary.
    dictDestroy.3
    Destroy dictionary.
    dictModifyValue.3
    Create/modify an item.
    dictNext.3
    Search for next value in dictionary.
    dictReleaseLock.3
    Release lock on value.
    dictRemove.3
    Remove item from dictionary.
    dictSearch.3
    Search for value in dictionary.
    dictSetValue.3
    Set/reset an items value.
    fCreate.3
    Create a file lock.
    fDestroy.3
    Destroy a lock.
    fFind.3
    Find a file lock.
    fLock.3
    Acquire file lock.
    fUnlock.3
    Release file lock.
    filter_create_fd.3
    Create a sub process and return the requested pipes
    filter_create_fp.3
    Similar to filter_create_fd except with buffered file*
    filter_wait.3
    Wrap waitpid to decode the exitcode and why your filter quit
    hdf_copy.3
    Copy part of an hdf dataset to another
    hdf_destroy.3
    Deallocate an hdf data set
    hdf_dump.3
    Dump an hdf dataset to stdout description: input: output: returns:
    hdf_dump_format.3
    Dump an hdf dataset to file *fp description: input: output: returns:
    hdf_dump_str.3
    Dump an hdf dataset to string description: input: output: returns:
    hdf_get_attr.3
    Description: input: output: returns:
    hdf_get_child.3
    Return the first child of the named node
    hdf_get_copy.3
    Returns a copy of a string in the hdf data set
    hdf_get_int_value.3
    Return the integer value of a point in the data set
    hdf_get_node.3
    Similar to hdf_get_obj except all the nodes are created if the don't exist.
    hdf_get_obj.3
    Return the hdf data set node at a named location
    hdf_get_value.3
    Return the value of a node in the data set
    hdf_get_valuef.3
    Return the value of a node in the data set
    hdf_get_valuevf.3
    Return the value of a node in the data set
    hdf_init.3
    Initialize an hdf data set
    hdf_obj_attr.3
    Return the hdf attributes for a node description: input: output: returns:
    hdf_obj_child.3
    Return the first child of a dataset node
    hdf_obj_name.3
    Return the name of a node
    hdf_obj_next.3
    Return the next node of a dataset level
    hdf_obj_top.3
    Return the pointer to the top dataset node
    hdf_obj_value.3
    Return the value of a node
    hdf_read_string.3
    Read an hdf string description: input: output:
    hdf_read_string_ignore.3
    Read an hdf string and ignore errors description: input: output:
    hdf_register_fileload.3
    Register a fileload function
    hdf_remove_tree.3
    Delete a subtree of an hdf dataset description: input: output: returns:
    hdf_search_path.3
    Find a file given a search path in hdf
    hdf_set_attr.3
    Description: input: output: returns:
    hdf_set_buf.3
    Set the value of a node without duplicating the value
    hdf_set_copy.3
    Copy a value from one location in the dataset to another
    hdf_set_int_value.3
    Set the value of a named node to a number
    hdf_set_symlink.3
    Set part of the tree to link to another
    hdf_set_value.3
    Set the value of a named node
    hdf_set_valuef.3
    Set the value of a named node
    hdf_sort_obj.3
    Sort the children of an hdf node
    hdf_write_file.3
    Write an hdf data file description: input: output:
    hdf_write_file_atomic.3
    Write an hdf data file atomically
    hdf_write_string.3
    Serialize an hdf dataset to a string description: input: output:
    mCreate.3
    Initialize a mutex.
    mDestroy.3
    Destroy a mutex.
    mLock.3
    Lock a mutex.
    mUnlock.3
    Unlock a mutex.
    nerr_error_string.3
    Return the string associated with a clearsilver error
    nerr_error_traceback.3
    Return the full traceback of a clearsilver error chain
    nerr_handle.3
    Walk the neoerr chain for a matching error (clearsilver)
    nerr_ignore.3
    Free the clearsilver error chain
    nerr_init.3
    Initialize clearsilver error chain
    nerr_log_error.3
    Print the error to stderr
    nerr_match.3
    Walk the neoerr chain for a matching error (clearsilver)
    nerr_pass.3
    Pass a clearsilver error up a level in the call chain
    nerr_pass_ctx.3
    Pass a clearsilver error up a level in the call chain
    nerr_register.3
    Register a clearsilver error type
    skipDelete.3
    Delete an item.
    skipFreeList.3
    Free a skip list.
    skipInsert.3
    Insert an item.
    skipNewList.3
    Create a skip list.
    skipNext.3
    Find next item.
    skipRelease.3
    Release lock on value.
    skipSearch.3
    Search a skip list.
    wdb_keys.3
    Return the key and column for the current database (clearsilver)