/plugin/pot/ |
H A D | syntax.php | 65 $try = $match; 67 …$try = preg_replace('/(\<POT\b\s*)(.*?)\s*?(\>)/', '$1 $2 | type=text $3', $try);// if we have "<P… 68 …$try = preg_replace('/~\s*([a-zA-Z0-9]+)\s*|\|/', '|defaultsettings=$1|', $try); // replace a '@va… 69 $try = preg_replace('/!/', '|float=right|', $try);// replace a '!' to '|float=right|' 70 …$try = preg_replace('/#\s*([a-zA-Z0-9]+)(\s*|\|)/', '|potid=$1_'.uniqid().'|', $try); // replace a… 71 …$try = preg_replace('/@\s*([a-zA-Z0-9]+)(\s*|\|)/', '|potid=$1|', $try); // replace a '@value' to … 73 preg_match('/\<[P|p][O|o][T|t]\b\s*(.*?)\s*?\>/', $try, $potset); // get the info
|
/plugin/snap/ |
H A D | helper.php | 207 $try=0; 212 while (!$fp && $try<$this->tryTimeout) { 214 if ($try) usleep(250000); 215 error_log("SNAP: $image try #$try"); 218 $try++; 222 $this->tries=$try; 235 $this->tries=$try;
|
H A D | syntax.php.ori | 175 $try=0; 177 while (!$fp && $try<$tryTimeout) { 178 error_log("$image try #$try"); 181 $try++;
|
/plugin/davcal/vendor/sabre/xml/tests/ |
H A D | bootstrap.php | 3 $try = [ variable 8 foreach ($try as $path) {
|
/plugin/icalevents/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 5 $try = [ variable 10 foreach ($try as $path) {
|
/plugin/davcard/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 5 $try = array( variable 10 foreach($try as $path) {
|
/plugin/webdavclient/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 5 $try = array( variable 10 foreach($try as $path) {
|
/plugin/davcal/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 5 $try = array( variable 10 foreach($try as $path) {
|
/plugin/navi/ |
H A D | syntax.php | 186 $try = "$ns:"; 187 resolve_pageid('', $try, $foo); 188 if (isset($navItems[$try])) { 190 $openPath = (array)$navItems[$try]['parents']; 191 array_push($openPath, $try);
|
/plugin/googlesearch/lang/en/ |
H A D | error.txt | 4 try your search again, by reloading the page. If the error persist try searching
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | .jscsrc | 13 "try", 39 "try",
|
/plugin/hide/ |
H A D | style.css | 23 * This rule will try to hide the effects of nested syntax modes 55 * This rule will also try to hide table headers.
|
/plugin/exttab1/ |
H A D | README.md | 4 1st try to implement extended table syntax in DokuWiki
|
/plugin/wysiwyg/fckeditor/ |
H A D | fckeditor.cfm | 62 // try to extract IE version 75 // try to extract Gecko version date 87 // try to extract Opera version 97 // try to extract Gecko version date 120 // try to fix the basePath, if ending slash is missing
|
/plugin/showlogin/ |
H A D | README.md | 4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
|
/plugin/aichat/lang/en/ |
H A D | prompt_question.txt |
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
H A D | strict_comparison_operator.test | 6 Twig\Error\SyntaxError: Unexpected operator of value "=". Did you try to use "===" or "!==" for str…
|
/plugin/showlogin2/ |
H A D | plugin.info.txt | 6 desc shows the login dialog if you try to access a page you do not have rights for
|
/plugin/indobible/ |
H A D | style.css | 6 /* If max-width does not work, try using width instead */
|
/plugin/abc2/ |
H A D | print.css | 2 /* try to print an SVG on a single page */
|
/plugin/csv/_test/csv/ |
H A D | c-q-q-evil.csv | 9 Yoda,Do,do not.do not try
|
/plugin/autonumbering/ |
H A D | README.md | 4 This will try to bring the https://www.dokuwiki.org/plugin:autonumbering plugin back to live. That …
|
/plugin/passpolicy/ |
H A D | helper.php | 93 * @param int $try internal variable, do not set! 97 public function generatePassword($username, $try = 0) argument 113 if ($try < 3) return $this->generatePassword($username, $try + 1);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | set-retries.asciidoc | 39 try { 61 try {
|
/plugin/findologicxmlexport/vendor/jms/metadata/ |
H A D | CONTRIBUTING.md | 20 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as… 36 Please try to avoid opening support-related tickets. For support related questions please use more …
|