Home
last modified time | relevance | path

Searched refs:tries (Results 26 – 44 of 44) sorted by last modified time

12

/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php65 $tries = 20;
71 } while ($cnt <= $tries && $this->isLocked($key));
H A DGoogle_FileCache.php62 $tries = 20;
70 } while ($cnt <= $tries && $this->isLocked($storageFile));
H A DGoogle_ApcCache.php54 $tries = 20;
60 } while ($cnt <= $tries && $this->isLocked($key));
/plugin/xfortune/
H A Dhelper.php39 $tries = 0;
46 } while( ($lines > $maxlines || strlen($cookie) > $maxchars) && $tries++ < $runaway);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …\t// (cf. JIS X 0510:2004 sec 8.8.2)\n\t//\n\t// the evaluation procedure tries to avoid the probl…
/plugin/badbehaviour/lang/en/
H A Dstats.txt3 This page gives you an overview on the amount of access tries that
/plugin/tuxquote/
H A Dquotes.txt1036 …, periodically gets furious at the small seaside resort town of Amity and tries to eat all the res…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13229 Because he stretches out his hand against God himself,And over the Almighty he tries to show himsel…
30669 …e the brothers with respect, and those who are wanting to receive them he tries to hinder and to t…
/plugin/authradius/
H A Dauth.php46 $tries = $this->getConf('tries');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/authdrupal7/
H A DREADME.md35 The plugin will only work if you have a drupal installtion accessible, as it tries to include some …
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php227 $tries = 0;
233 $tries++;
234 } while (!$filehandle && $tries < WRITER_RETRIES);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php418 $tries = 0;
421 if ($tries++ < 2) {
H A Dnusoap.php2525 $tries = 0;
2528 if ($tries++ < 2) {
/plugin/socialshareprivacy2/SSP/
H A DREADME.md718 <td>Your Disqus forum shortname. If an empty string is given it tries to use
1208 This function tries to support `file:`-urls, but might fail in some cases.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt3 [[wiki:DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as …
/plugin/jmol2/jmol/
H A DCHANGES.txt143 # bug fix: jmol -ionxs with a script that includes measurement tries to update a nonexistant measur…
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt420 the program tries to highlight a fragment with all available languages and
/plugin/snap/
H A Dhelper.php72 var $tries=false; variable in helper_plugin_snap
134 $this->tries=false;
222 $this->tries=$try;
235 $this->tries=$try;
/plugin/googlesearch/
H A Dnusoap.php2248 $tries = 0;
2251 if ($tries++ < 2) {

12