Home
last modified time | relevance | path

Searched +full:current -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 151 – 175 of 209) sorted by relevance

123456789

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtclegg.php65 * http://python.org/doc/current/ref/keywords.html
H A Doracle11.php147 'CURRENT',
H A Dpostgresql.php61 'CURRENT','CURRENT_CATALOG','CURRENT_DATE','CURRENT_ROLE',
H A Dcadlisp.php114 'vlr-current-reaction-name','vlr-data','vlr-data-set',
H A Dcobol.php360 'COS', 'COMBINED-DATETIME', 'CONCATENATE', 'CURRENT-DATE',
365 'EXP', 'EXP10', 'FACTORIAL', 'FORMATTED-CURRENT-DATE',
H A Dplsql.php74 'DECIMAL', 'DAY', 'DATE', 'CURSOR', 'CURRVAL', 'CURRENT', 'CREATE',
H A Dphp-brief.php85 'touch', 'clearstatcache', 'mail', 'ob_start', 'ob_flush', 'ob_clean', 'ob_end_flush', 'ob_end_clean', 'ob_get_flush', 'ob_get_clean', 'ob_get_length', 'ob_get_level', 'ob_get_status', 'ob_get_contents', 'ob_implicit_flush', 'ob_list_handlers', 'ksort', 'krsort', 'natsort', 'natcasesort', 'asort', 'arsort', 'sort', 'rsort', 'usort', 'uasort', 'uksort', 'shuffle', 'array_walk', 'count', 'end', 'prev', 'next', 'reset', 'current', 'key', 'min', 'max', 'in_array', 'array_search', 'extract', 'compact', 'array_fill', 'range', 'array_multisort', 'array_push', 'array_pop', 'array_shift', 'array_unshift', 'array_splice', 'array_slice', 'array_merge', 'array_merge_recursive', 'array_keys', 'array_values', 'array_count_values', 'array_reverse', 'array_reduce', 'array_pad', 'array_flip', 'array_change_key_case', 'array_rand', 'array_unique', 'array_intersect', 'array_intersect_assoc', 'array_diff', 'array_diff_assoc', 'array_sum', 'array_filter', 'array_map', 'array_chunk', 'array_key_exists', 'pos', 'sizeof', 'key_exists', 'assert', 'assert_options', 'version_compare', 'ftok', 'str_rot13', 'aggregate',
/dokuwiki/lib/scripts/
H A Dlinkwiz.js206 * replacing the current selection or at the cursor position.
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php119 if (current(array_filter(
/dokuwiki/inc/
H A Dauth.php478 * Log out the current user
527 * Should usually be called without any parameters to check the current
658 * This checks the permissions for the current user
1126 * Delete the current logged-in user
H A Dfulltext.php537 // continue matching after the current match
538 // if the current match is not the longest possible match starting at the current offset
H A Dio.php66 * $data[3] rev: The page revision, false for current wiki pages.
198 * $data[3] rev: The page revision, false for current wiki pages.
/dokuwiki/inc/Ui/
H A DMediaDiff.php167 // use timestamp for current revision, date may be false when revisions < 2
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php262 * Add a file to the current TAR archive using an existing file in the filesystem
318 * Add a file to the current TAR archive using the given $data as content
/dokuwiki/lib/plugins/authldap/
H A Dauth.php180 // be accessible anonymously, so we try to rebind the current user here
254 $regexp = current($key);
/dokuwiki/lib/exe/
H A Dcss.php298 * @param string $mediatype type ofthe current media files/content set
299 * @param array $files set of files that define the current mediatype
H A Djs.php273 * Return an two-dimensional array with strings from the language file of current active template.
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php45 * The current adLDAP connection via dependency injection
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php164 // never allow deinstalling the current auth plugin:
346 * Get the install date of the current version
824 * Save the given URL and current datetime in the manager.dat file of all installed extensions
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php609 * @return string The name for the current language
838 * @param boolean $preserve_defaults Whether to merge the styles with the current styles or not
895 * @param boolean $preserve_defaults Whether to merge the current styles with the new styles
915 * styles with the current styles or not
975 * Get current setting for multiline spans, see GeSHi->enable_multiline_span().
1371 * Returns the tab width to use, based on the current language and user
1593 * for the current language, you have to manually call @see GeSHi->optimize_keyword_group()
3571 // Split the current stuff to replace into its atomic symbols ...
3812 //Apply the new styles to our current language styles
4338 * @return string A stylesheet built on the data for the current languag
[all...]
/dokuwiki/inc/Extension/
H A DAuthPlugin.php147 * Log off the current user [ OPTIONAL ]
/dokuwiki/inc/Form/
H A DForm.php38 // use the current URL as default action
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php200 * Get the current base DN
906 // Find the current key in the domain controllers array
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php542 * The current exchange hash
756 * Current log size
774 * Current Timeout
3423 * Returns a channel identifier, presently of the last interactive channel opened, regardless of current status.
3740 $current = microtime(true);
3743 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
3745 $this->last_packet = $current;
4400 $current = microtime(true);
4403 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
4405 $this->last_packet = $current;
[all...]

123456789