Home
last modified time | relevance | path

Searched +full:reference -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 68) sorted by path

123

/dokuwiki/inc/
H A DActionRouter.php73 * @param string $actionname this is passed as a reference to $ACT, for plugin backward compatibility
H A DJpegMeta.php2140 unset($origValue); // Break the reference
H A DMailer.class.php81 * @param string $embed Unique key to reference this file from the HTML part
103 * @param string $embed Unique key to reference this file from the HTML part
135 if (!file_exists($file)) return $matches[0]; //bad reference, keep as is
262 * Placeholders can be used to reference embedded attachments
H A Dcommon.php2001 * @param string &$text reference to the CSS or JavaScript code to clean
H A Dfetch.functions.php143 * @param string $media reference to the media id
144 * @param string $file reference to the file variable
H A Dform.php250 * Returns a reference to the element at a position.
255 * @return array reference pseudo-element
448 * reference it with a 'for' attribute.
637 * reference it with a 'for' attribute.
683 * reference it with a 'for' attribute.
H A Dmedia.php41 echo '<h1>' . $lang['reference'] . ' <code>' . hsc(noNS($id)) . '</code></h1>';
1282 echo '<dt>' . $lang['reference'] . ':</dt>';
H A Dpageutils.php556 * @param string &$media (reference) relative media id, updated to resolved id
557 * @param bool &$exists (reference) updated with existance of media
575 * @param string &$page (reference) relative page id, updated to resolved id
576 * @param bool &$exists (reference) updated with existance of media
H A Dparserutils.php587 unset($obj); //remove the reference
H A Dsearch.php82 * array &$data - Reference to the result data structure
490 * @param array &$data - Reference to the result data structure
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php310 * reference revision $rev is read and sometimes a next chunk.
356 //look for revs older/earlier then reference $rev and select $direction-th one
474 * The returned array $requestedRevs may not contain the reference timestamp $rev
508 //count revs after reference $rev
514 //enough revs after reference $rev?
552 //enough revs before reference $rev?
H A DChangeLogTrait.php108 * When reference timestamp $rev is outside time range of changelog, readloglines() will return
/dokuwiki/inc/Extension/
H A DAuthPlugin.php439 * To accommodate for this, the user manager plugin will touch a reference
441 * of this reference file with the time stored in the session.
443 * This reference file mechanism does not reflect changes done directly in
H A DSyntaxPlugin.php90 * $renderer contains a reference to the renderer object which is
/dokuwiki/inc/Form/
H A DDropdownElement.php38 * @return OptGroup a reference to the added optgroup
H A DForm.php107 * Returns a reference to the element at a position.
/dokuwiki/inc/Input/
H A DInput.php135 * Get a reference to a request parameter
138 * and intialized with the given $default value before a reference is returned
143 * @return mixed (reference)
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php35 * @param \Doku_Handler $handler Handling strategy by reference.
/dokuwiki/inc/Ui/
H A DPageDiff.php221 // print form to choose diff view type, and exact url reference to the view
289 * Print form to choose diff view type, and exact url reference to the view
318 // show exact url reference to the view when it is meaningful
/dokuwiki/inc/Utf8/
H A DUnicode.php181 * reference the array by it's keys
/dokuwiki/inc/parser/
H A Dmetadata.php38 /** @var string keeps the first image reference */
H A Drenderer.php911 * @param string $reference fragment that refers the content
912 * @param null|bool $exists reference which returns if an internal page exists
915 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null)
930 $hash = strrchr($reference, '#');
932 $reference = substr($reference, 0, -strlen($hash));
939 $url = str_replace('{URL}', rawurlencode($reference), $url);
943 ($url[0] === ':') ? $reference : preg_replace_callback(
946 $reference
950 $parsed = parse_url($reference);
804 _resolveInterWiki(& $shortcut, $reference, & $exists = null) global() argument
[all...]
H A Dxhtml.php489 // output the footnote reference and link
1280 [$shortcut, $reference] = sexplode('>', $src, 2, '');
1282 $src = $this->_resolveInterWiki($shortcut, $reference, $exists);
1285 $title = $reference;
/dokuwiki/lib/plugins/acl/
H A Daction.php33 * @param Event $event event object by reference
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php71 * information see http://php.net/manual/en/reference.pcre.pattern.modifiers.php

123