/plugin/pot/ |
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/ |
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;
|
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/ |
D | bootstrap.php | 3 $try = [ variable 8 foreach ($try as $path) {
|
/plugin/davcard/vendor/sabre/vobject/tests/ |
D | bootstrap.php | 5 $try = array( variable 10 foreach($try as $path) {
|
/plugin/icalevents/vendor/sabre/vobject/tests/ |
D | bootstrap.php | 5 $try = [ variable 10 foreach ($try as $path) {
|
/plugin/webdavclient/vendor/sabre/vobject/tests/ |
D | bootstrap.php | 5 $try = array( variable 10 foreach($try as $path) {
|
/plugin/davcal/vendor/sabre/vobject/tests/ |
D | bootstrap.php | 5 $try = array( variable 10 foreach($try as $path) {
|
/plugin/navi/ |
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/ |
D | error.txt | 4 try your search again, by reloading the page. If the error persist try searching
|
/plugin/sequencediagram/bower_components/lodash/ |
D | .jscsrc | 13 "try", 39 "try",
|
/plugin/asciidocjs/node_modules/acorn/bin/ |
D | acorn | 45 try { result = acorn.parse(code, options) } 51 try { token = tokenizer.getToken() }
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/ |
D | acorn | 43 try { result = acorn.parse(code, options) } 49 try { token = tokenizer.getToken() }
|
/plugin/hide/ |
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/wysiwyg/fckeditor/ |
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/exttab1/ |
D | README.md | 4 1st try to implement extended table syntax in DokuWiki
|
/plugin/grensladawritezor/ |
D | readme.txt | 5 …try out full HTML editing. It adds a new tag <EMBEDDED_HTML>, and everything within is interprette… 10 …wiki syntax upon save. Kinda unsure if this is the way to go, but it wouldn't hurt to try that out.
|
/plugin/showlogin/ |
D | README.md | 4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
|
/plugin/passpolicy/ |
D | helper.php | 99 * @param int $try internal variable, do not set! 103 public function generatePassword($username, $try = 0) argument 119 if ($try < 3) return $this->generatePassword($username, $try + 1);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
D | strict_comparison_operator.test | 6 Twig\Error\SyntaxError: Unexpected operator of value "=". Did you try to use "===" or "!==" for str…
|
/plugin/showlogin2/ |
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/ |
D | style.css | 6 /* If max-width does not work, try using width instead */
|
/plugin/abc2/ |
D | print.css | 2 /* try to print an SVG on a single page */
|
/plugin/csv/_test/csv/ |
D | c-q-q-evil.csv | 9 Yoda,Do,do not.do not try
|
/plugin/aichat/lang/en/ |
D | question.prompt | 1 …uestion. If you don't know the answer, just say that you don't know, don't try to make up an answe…
|