Home
last modified time | relevance | path

Searched full:placeholder (Results 1 – 25 of 25) sorted by relevance

/dokuwiki/vendor/php81_bc/strftime/src/
H A DAbstractLocaleFormatter.php22 * Format the given local dependent placeholder
25 * @param string $format The strftime compatible, locale dependend placeholder
H A DDateLocaleFormatter.php30 throw new \RuntimeException("'$format' is not a supported locale placeholder");
H A DIntlLocaleFormatter.php55 throw new \RuntimeException("'$format' is not a supported locale placeholder");
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml49 placeholder: 2024-02-14a "Kaos"
56 placeholder: "8.3"
63 placeholder: Apache 2.4 on Debian Linux
68 placeholder: "Chrome 221 on Windows 11"
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DPBKDF2params.php30 …echnically, this is a CHOICE in RFC2898 but the other "choice" is, currently, more of a placeholder
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php830 * placeholder for audio files before they're loaded (QuickTime-only).
844 * placeholder for video files before they're loaded (QuickTime-only).
877 $placeholder = '';
974 // Set proper placeholder value
976 $placeholder = $audio;
978 $placeholder = $video;
1002 …($this->get_link().'?file_extension=.'.$this->get_extension()) . "', '$placeholder', '$loop', '$me…
1014 if ($placeholder !== '') {
1015 …rsor:hand; cursor:pointer;\" href=\"" . $this->get_link() . "\" src=\"$placeholder\" width=\"$widt…
1020 …type', '$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$placeholder', '$loop');</sc…
H A DMisc.php2097 function embed_quicktime(type, bgcolor, width, height, link, placeholder, loop) {
2098 if (placeholder != '') {
2099 …"'+type+'" style="cursor:hand; cursor:pointer;" href="'+link+'" src="'+placeholder+'" width="'+wid…
2110 function embed_flv(width, height, link, placeholder, loop, player) {
/dokuwiki/conf/
H A Dinterwiki.conf14 # If no placeholder is defined the urlencoded name is appended to the URL
/dokuwiki/inc/
H A DStyleUtils.php70 // guaranteed placeholder => value
93 // replace the placeholder with the name of the current template
H A DMailer.class.php124 * @return string placeholder
137 // attach it and set placeholder
H A Dtemplate.php765 'placeholder' => $lang['btn_search'],
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini45 ; This section is used to configure some placeholder values used in
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR…
/dokuwiki/lib/exe/
H A Dcss.php262 * Does placeholder replacements in the style according to
269 * @param array $replacements array(placeholder => value)
570 // replace quoted strings with placeholder
/dokuwiki/_test/tests/inc/
H A Dlang.php125 * Check for sprintf format placeholder equality
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dhtml5.php116 'profile', 'prompt', 'pattern', 'placeholder',
H A Dracket.php211 'hash-keys', 'hash-map', 'hash-placeholder?', 'hash-ref',
267 'make-hash-placeholder', 'make-hasheq', 'make-hasheq-placeholder',
268 'make-hasheqv', 'make-hasheqv-placeholder', 'make-immutable-hash',
274 'make-placeholder', 'make-polar', 'make-prefab-struct',
321 'phantom-bytes?', 'pipe-content-length', 'placeholder-get',
322 'placeholder-set!', 'placeholder?', 'poll-guard-evt',
H A Dwolfram.php642 'Placeholder', 'PlaceholderReplace', 'PlayRange', 'Plot3D', 'Plus',
H A Dmathematica.php3311 'Placeholder',
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php41 /** @var string this item's label may contain a placeholder, which is replaced with this */
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6placeholder"),t.data(w+"placeholder",e)),t.css({position:i,left:s.left,top:s.top}),e},removePlaceh… property
/dokuwiki/inc/parser/
H A Drenderer.php939 //replace placeholder
H A Dxhtml.php156 // check its not a placeholder that indicates actual footnote text is elsewhere
486 // seen this one before, save a placeholder
/dokuwiki/inc/Search/
H A DIndexer.php221 … // didn't find $val, so we'll add it to the end of metawords and create a placeholder in metaidx
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php132 static::$zero[static::class] = null; // Placeholder to prevent infinite loop.