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 26 – 50 of 209) sorted by relevance

123456789

/dokuwiki/lib/scripts/
H A Dtextselection.js29 * Get current selection/cursor position in a given textArea
63 * Inserts the given text at the current cursor position or replaces the current
H A Dsearch.js36 $searchForm.find('.advancedOptions .toggle div.current').on('click', function () {
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php105 // Easy branch: check for protected property / private property of the current class.
113 // defined by the current class, for some value of "current" that differs slightly
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php20 * Get a valid message id for a certain $id and revision (or the current revision)
23 * @param string $rev The revision of the page, set to the current revision of the page $id if not set
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php115 * Current Location of most recent ASN.1 encode process
224 $current = ['start' => $start];
274 $current += ['headerlength' => $length + 2];
279 $current += ['headerlength' => 2];
310 'length' => $length + $start - $current['start']
311 ] + $current;
343 'length' => $start - $current['start']
344 ] + $current;
347 $current += ['type' => $tag];
356 $current['conten
[all...]
H A DANSI.php64 * Current Column
71 * Current Row
99 * The current attribute cell
113 * The current screen text
120 * The current screen attributes
127 * Current ANSI code
436 * Returns the current coordinate without preformating
495 * Returns the current screen without preformating
518 * Returns the current screen
528 * Returns the current scree
[all...]
/dokuwiki/lib/plugins/config/core/
H A DLoader.php20 /** @var string current template */
63 // current template
101 // current template
142 // current template
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php49 * The pattern does not change the current mode.
83 * Adds a pattern that will exit the current mode and re-enter the previous one.
180 * @param int $matchPos Current byte index location in raw doc thats being parsed
209 * Tests to see if the new mode is actually to leave the current mode and pop an item from the matching
244 * Calls the parser method named after the current mode.
251 * @param int $pos Current byte index location in raw doc
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php62 'CREATE X-NODEREF','CURRENT-LANGUAGE','CURRENT-VALUE','DDE ADVISE',
72 'DO','DOS','DOWN','DYNAMIC-CURRENT-VALUE',
139 'DECLARE-NAMESPACE','DELETE-CHAR','DELETE-CURRENT-ROW',
149 'FILL','FIND-BY-ROWID','FIND-CURRENT','FIND-FIRST',
154 'GET-CHILD-RELATION','GET-CONFIG-VALUE','GET-CURRENT','GET-DATASET-BUFFER',
185 'SAX-PARSE','SAX-PARSE-FIRST','SAX-PARSE-NEXT','SCROLL-TO-CURRENT-ROW',
209 'COUNT-OF','CURRENT-CHANGED','CURRENT-RESULT-ROW','DATASERVERS',
280 'CPTERM','CRC-VALUE','CURRENT
[all...]
H A Dscheme.php54 'caar', 'caddr', 'cadr', 'call-with-current-continuation',
63 'current-input-port', 'current-output-port',
/dokuwiki/inc/Ui/
H A DSearch.php119 // render current
120 $currentWrapper = $searchForm->addTagOpen('div')->addClass('current');
238 // detect current
252 // render current
253 $currentWrapper = $searchForm->addTagOpen('div')->addClass('current');
301 // render current
302 $currentWrapper = $searchForm->addTagOpen('div')->addClass('current');
413 // render current
414 $currentWrapper = $searchForm->addTagOpen('div')->addClass('current');
604 * create a link to restrict the current quer
[all...]
H A DPageDiff.php55 * Set text to be compared with most current version
72 'current' => true,
87 'current' => false,
175 * between current page version and provided $text
298 // use timestamp for current revision, date may be false when revisions < 2
347 // use timestamp for current revision, date may be false when revisions < 2
428 // use timestamp for current revision, date may be false when revisions < 2
470 // use timestamp for current revision, date may be false when revisions < 2
500 * @param int $rev2 newer revision or null for diff with current revision
H A DDiff.php102 // fallback to compare previous with current
116 // no revision was given, compare previous to current
/dokuwiki/lib/plugins/acl/
H A Dadmin.php177 * current id
198 echo '<h2>' . $this->getLang('current') . '</h2>';
270 * @param string $folder an already converted filesystem folder of the current namespace
342 * Display the current ACL for selected where/who combination with
385 $current = $this->getExactPermisson();
387 // explain current permissions
388 $this->printExplanation($current);
390 $this->printAclEditor($current);
409 protected function printAclEditor($current)
414 if (is_null($current)) {
400 printAclEditor($current) global() argument
428 printExplanation($current) global() argument
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php41 * The current adLDAP connection via dependency injection
48 * The current object being modifed / called
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php281 $length = current(unpack('N', $this->readBytes(4)));
/dokuwiki/inc/Parsing/Handler/
H A DLists.php55 // array(list type, current depth, index of current listitem_open)
97 // new list item, update list stack's index into current listitem_open
144 // new list item, update list stack's index into current listitem_open
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php21 * Returns path to current page/media
H A DMediaChangeLog.php21 * Returns path to current page/media
/dokuwiki/inc/
H A Dconfutils.php482 * @param array $current
487 function array_merge_with_removal($current, $new)
491 $idx = array_search(trim(substr($val, 1)), $current);
493 unset($current[$idx]);
496 $current[] = trim($val);
500 return array_slice($current, 0);
460 array_merge_with_removal($current, $new) global() argument
H A Dinfoutils.php291 msg('Your current permission for this page is ' . $INFO['perm'], 0);
294 msg('The current page is writable by the webserver', 1);
296 msg('The current page can be created by the webserver', 1);
298 msg('The current page is not writable by the webserver', -1);
302 msg('The current page is writable by you', 1);
304 msg('The current page is not writable by you', -1);
420 * Determine whether the current user is allowed to view the message
/dokuwiki/inc/Action/
H A DRedirect.php11 * Used to redirect to the current page with the last edited section as a target if found
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php81 * Add a file to the current archive using an existing file in the filesystem
90 * Add a file to the current archive using the given $data as content
/dokuwiki/inc/Menu/Item/
H A DEdit.php9 * current state.
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less47 div.current {
87 div.current::after {

123456789