Lines Matching full:command
3 * CommandEmbedding -- Base class for command embedding syntaxes.
5 * A command embedding is a type of syntax plugin whose syntax includes
36 define('COMMANDPLUGIN_EXT_PATH', DOKU_PLUGIN.'command/ext/');
64 * particular command embedding and ideally also suggests the behavior
65 * of the command embedding. This string is passed to the command
67 * embedding the command was called from. A command typically only
80 * the command and parses out the call string and the content. It returns
97 // Parse the command.
110 // Load the command extension.
115 // Invoke the command.
139 // Output data raw, as when command not found or error.
144 // Run the command with the cached data.
173 * command. This string includes the command name and all of its
178 * cmd: The name of the command in lowercase.
231 * loadExtension() loads the command extension.
247 * command name and method name so that multiple calls use the same