Home
last modified time | relevance | path

Searched refs:continue (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/plugin/diagramsnet/
Daction.php56 $continue = true;
59 …if($continue == true && !file_exists(dirname(mediaFN($data))) && !mkdir(dirname(mediaFN($data)), 0…
61 $continue = false;
65 if($continue == true && $this->getConf('enable_attic') == 1) {
70 if($continue == true && !$whandle = fopen(mediaFN($data),'w')) {
72 $continue = false;
76 if($continue == true && !fwrite($whandle, base64_decode($base64data))) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DListMeta.php25 public $continue; variable in Google\\Service\\CloudRun\\ListMeta
38 public function setContinue($continue) argument
40 $this->continue = $continue;
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
DContextFactory.php145 $continue = true;
147 while ($continue) {
153 $continue = false;
/plugin/odt/ODT/elements/
DODTElementList.php23 public function __construct($style_name=NULL, $continue=false) { argument
29 $this->setContinueNumbering ($continue);
/plugin/botbouncer/
Daction.php69 $continue = $this->getConf('continue');
83 !empty($continue)
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DSpace.php231 $continue = false;
256 $continue = true;
275 return $continue;
/plugin/odt/ODT/
DODTList.php18 * @param bool $continue Continue numbering?
21 …static public function listOpen(ODTInternalParams $params, $continue=false, $styleName, $element=N… argument
27 $list = new ODTElementList($styleName, $continue);
/plugin/forcessllogin/lang/en/
Dsplashpage.txt3 The requested action requires transmission of personal data and will continue
/plugin/tos/lang/en/
Dintro.txt3 Before you can continue, you have to agree to our current Terms of Service shown below.
/plugin/pdftools/
Dadmin.php70 $continue = strtolower($name[1]) == 'zip' ? true : false;
71 if(!$continue) {
/plugin/saveandedit/
Dplugin.info.txt6 desc A plugin that adds a checkbox to the edit form that saves and then lets you continue editing.
DREADME3 A plugin that adds a button to the edit form that saves and then lets you continue editing.
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc15 "no-continue": 1,
/plugin/condition/
Dsyntax.php82 $continue = true;
84 while(($match{0} != '>') && ($match != '') && (($lvl == 0) || ($match{0} != ')')) && $continue) {
108 }else $continue = false;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
D.php_cs14 …'no_extra_consecutive_blank_lines' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'pa…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSqlNamespace.asciidoc46 …) Use the `query` element to start a query. Use the `cursor` element to continue a query. (Require…
/plugin/backup/lang/en/
Dwindows.txt9 If you have read the above statement and wish to continue, please press the "I Understand" button b…
/plugin/epub/lang/en/
Dremove.txt4 Unless you do this, the page will continue to display the **Start** and **Remove page. . .** butt…
/plugin/freechat/phpfreechat/misc/
Dgenerate-doc.inc.php28 $continue = true;
/plugin/findologicxmlexport/vendor/hoa/compiler/
DLl1.php437 $continue = false;
459 $continue = true;
466 if (true === $continue) {
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md8 * added option `create_new_console` to allow a subprocess to continue
37 specific output, then continue the normal execution of your application
/plugin/evesso/
DREADME.md55 It is a good idea [backup the wiki](https://www.dokuwiki.org/faq:backup) before you continue.
69 …re logged in on a EveSSO admin account and have a up-to-date backup of the wiki before you continue
/plugin/socialmark/
Dlist.txt16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
/plugin/asciidocjs/node_modules/once/
DREADME.md37 function is saved in `fn.value` and subsequent calls will continue to
/plugin/authyubikey/
Dauth.php.org183 continue;
335 if(empty($line)) continue;
369 continue;

12345678910>>...14