Home
last modified time | relevance | path

Searched refs:functions (Results 326 – 350 of 354) sorted by path

1...<<1112131415

/plugin/syntaxhighlighter4/dist/
H A Dtheme-midnight.css153 .syntaxhighlighter.printing .functions {
225 .syntaxhighlighter .functions {
H A Dtheme-rdark.css153 .syntaxhighlighter.printing .functions {
225 .syntaxhighlighter .functions {
H A Dtheme-swift.css158 .syntaxhighlighter.printing .functions {
230 .syntaxhighlighter .functions {
/plugin/templateconfhelper/
H A DREADME3 various functions to help with template management.
15 ==== functions ====
36 The custom css.php and the functions in //inc/template.php// use following new config settings to l…
76 * ... some undocumented and likely to change functions for use in templates
85 * public functions marked public now for free software reasons
/plugin/templater/
H A DCHANGELOG.md52 * Updated functions _handle_ (line 91) and _render_ (line 117).
/plugin/tline/
H A DCHANGES.txt87 enable a single listener to retrieve state from the id. Added support functions
/plugin/translator/
H A Daction.php18 var $functions = null; // Helper variable in action_plugin_translator
47 if ( !$functions =& plugin_load('helper', 'translator') ) {
52 $functions->init_database();
56 $functions->_handleRequest($_REQUEST['fn']);
64 if ( ($CategoryArray = $functions->_getCategoryFromName($Category)) === false ) {
75 else { $Language = $functions->_getAvailableLanguages($CategoryID, $Version); }
86 $data = $functions->_getTranslation($CategoryID, $Version, $exportLang);
101 $functions->_sendLanguageFile(array_values($data), $fileName);
104 $functions->_sendLanguageFile(array(), $fileName);
118 if ( !$functions =& plugin_load('helper', 'translator') ) {
[all …]
H A Dadmin.php13 var $functions = null; // Helper variable in admin_plugin_translator
33 if ( !$this->functions->checkDatabase() ) {
34 $this->functions = null;
87 $this->functions->_handleRequest($fn);
118 $this->functions->_exportManager($this);
240 $this->functions->database->execute();
271 $this->functions->database->execute($user);
279 $this->functions->database->execute($user);
330 $this->functions->database->execute($name);
576 $this->functions->database->execute($user);
[all …]
/plugin/translator/syntax/
H A Dlabel.php20 var $functions = null; variable in syntax_plugin_translator_label
88 if ( empty($this->functions) && !$this->functions =& plugin_load('helper', 'translator') ) {
93 $this->functions->init_database();
100 $this->category = $this->functions->_getCategoryFromName($this->category);
129 $this->functions->database->prepare("$SQL;");
130 $this->functions->database->execute($EXECUTE);
132 if ( $this->functions->database->num_rows() > 0 ) {
133 …$data = array(); $this->functions->database->bind_assoc($data); $this->functions->database->fetch(…
H A Dtranslator.php20 var $functions = null; variable in syntax_plugin_translator_translator
68 if ( !$this->functions =& plugin_load('helper', 'translator') ) {
74 $this->functions->init_database();
78 $this->languages = $this->functions->_getLanguages();
87 if ( count($this->functions->revertableUpload) > 0 ) {
88 $renderer->doc .= $this->functions->_revertManager($this, $this->functions->revertableUpload);
143 $this->functions->database->execute();
145 if ( $this->functions->database->num_rows() == 0 ) {
151 while ( $this->functions->database->fetch() ) {
172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
[all …]
/plugin/tuxquote/
H A Dquotes.txt814 All schools, all colleges have two great functions: to confer, and to conceal valuable knowledge. <…
1588 Home computers are being called upon to perform many new functions, including the consumption of ho…
/plugin/virtualkeyboard/vk/
H A Dlicense.txt124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
261 functions (ten lines or less in length), then the use of the object
301 rather than copying library functions into the executable, and (2)
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1752 /* ***** Private functions *************************************** */
/plugin/webdav/
H A Dcomposer.lock167 "lib/Loop/functions.php",
168 "lib/Promise/functions.php"
227 "lib/functions.php"
276 "lib/functions.php"
431 "lib/Deserializer/functions.php",
432 "lib/Serializer/functions.php"
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1432 * BC Break: Moved functions from Sabre_CalDAV_XMLUtil to
1667 * Added: Helper functions for DateTime-values in Sabre_VObject package.
1989 * Added: XML utility class with helper functions for the WebDAV protocol.
2273 * Changed: removed functions (get(/set)HTTPRequest(/Response)) from Server
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md48 * Deprecated: All static functions from `Sabre\HTTP\URLUtil` and
49 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
50 autoloaded. The old functions are still there, but will be removed in a
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md4 sabre/uri is a lightweight library that provides several functions for working
11 The library provides the following functions:
18 problems those two functions have.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp21 ' This file include the functions that create the base XML output.
H A Dcommands.asp21 ' This file include the functions that handle the Command requests
H A Dio.asp21 ' This file include IO specific functions used by the ASP Connector.
H A Dutil.asp21 ' This file include generic functions used by the ASP Connector.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm22 …* This file include the functions that create the base XML output by the ColdFusion Connector (MX …
H A Dcf_commands.cfm22 * This file include the functions that handle the Command requests
H A Dcf_io.cfm22 * This file include IO specific functions used by the ColdFusion Connector (MX 6.0 and above).
H A Dcf_util.cfm22 * This file include generic functions used by the ColdFusion Connector (MX 6.0 and above).

1...<<1112131415