Home
last modified time | relevance | path

Searched refs:prefix (Results 151 – 175 of 458) sorted by relevance

12345678910>>...19

/plugin/data-au/db/
H A Dupdate0002.sql1 CREATE TABLE aliases (name, type, prefix, postfix, comment); field
/plugin/data/db/
H A Dupdate0002.sql5 prefix,
1 CREATE TABLE aliases (name, type, prefix, postfix, comment); global() field
/plugin/piwik/
H A Drelease.sh2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php929 $prefix = (string) $directoryNode->getAttribute('prefix');
931 $prefix = '';
943 $prefix,
1042 $prefix = (string) $directory->getAttribute('prefix');
1044 $prefix = '';
1061 'prefix' => $prefix,
/plugin/tabbox/
H A Dsyntax.php195 $prefix = chr(0) . '*' . chr(0);
196 return $array[$prefix . $name];
/plugin/prosemirror/parser/
H A DLinkNode.php52 $prefix = $this->textNode->getPrefixSyntax();
72 return $prefix . '[[' . $inner . $title . ']]' . $postfix;
H A DTextNode.php114 $prefix = $this->getPrefixSyntax();
117 return $prefix . $inner . $postfix;
/plugin/combo/ComboStrap/
H A DLogUtility.php138 $prefix = PluginUtility::$PLUGIN_NAME;
140 $prefix .= ' - ' . $canonical;
142 $msg = $prefix . ' - ' . $msg;
H A DStringUtility.php243 public static function startWiths($string, $prefix) argument
245 return strrpos($string, $prefix) === 0;
/plugin/backup/
H A Dadmin.php371 * @param string $prefix
374 protected function stripPrefix($dir, $prefix) argument
376 if (strpos($dir, $prefix) === 0) {
377 $dir = substr($dir, strlen($prefix));
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
234 if (prefix == null) prefix = "";
243 var curPrefix = prefix? prefix + '[' + this.escape(k) + ']' : this.escape(k);
H A DJsHttpRequest-form.js233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
234 if (prefix == null) prefix = "";
243 var curPrefix = prefix? prefix + '[' + this.escape(k) + ']' : this.escape(k);
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
H A DLetterlikeSymbols.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix
H A DDingbats.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix
H A DMiscMathSymbolsA.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix
H A DGeneralPunctuation.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php222 $compareDistroVersionPrefix = function ($prefix, $fixedVersion) {
223 $regex = '{^'.preg_quote($prefix).'([0-9]+)$}';
/plugin/langdelete/
H A Dadmin.php473 function array_prefix ($arr, $prefix) { argument
475 function ($p) use ($prefix) { return $prefix.$p; },
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1prefix!==undefined?b.prefix:"^";var d=b.suffix!==undefined?b.suffix:"\\b";for(var e=0;e<a.length;e…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.Custom.txt
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php304 private function lookupRefKeyWithFallback($prefix, $block) { argument
313 $prefix_len = strlen($prefix);
314 if (strncmp($block['orig'], $prefix, $prefix_len) === 0) {
315 $this->renderer->cdata($prefix);
/plugin/file2dw/
H A Daction.php549 * @param string $prefix String with which to prefix created dirs.
556 function tempdir($dir = null, $prefix = 'tmp_', $mode = 0700, $maxAttempts = 1000) argument
576 if (strpbrk($prefix, '\\/:*?"<>|') !== false)
588 $path = sprintf('%s/%s%s', $dir, $prefix, mt_rand(100000, mt_getrandmax()));
/plugin/tag/
H A Dhelper.php528 * callback: Cleans a tag using cleanID while preserving a possible prefix of + or -, and replace placeholders
534 $prefix = substr($tag, 0, 1);
536 if ($prefix === '-' || $prefix === '+') {
537 return $prefix.cleanID($tag);
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/autologoff/lang/nl/
H A Dintro.txt2 Hier kun je gebruikers en groepen opgeven die na een vooraf bepaalde tijd van inactiviteit moet worden uitgelogd. Gebruik voor groepen de prefix "@". Een gebruiker die lid is van meerdere geconfigureerde groepen wordt uitgelogd na de langste t (…)

12345678910>>...19