Home
last modified time | relevance | path

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

1234567891011

/plugin/diagramsnet/
H A 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/
H A 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/
H A DContextFactory.php145 $continue = true;
147 while ($continue) {
153 $continue = false;
/plugin/odt/ODT/elements/
H A DODTElementList.php23 public function __construct($style_name=NULL, $continue=false) { argument
29 $this->setContinueNumbering ($continue);
/plugin/botbouncer/
H A Daction.php69 $continue = $this->getConf('continue');
83 !empty($continue)
/plugin/forcessllogin/lang/en/
H A Dsplashpage.txt3 The requested action requires transmission of personal data and will continue
/plugin/tos/lang/en/
H A Dintro.txt3 Before you can continue, you have to agree to our current Terms of Service shown below.
/plugin/odt/ODT/
H A 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/saveandedit/
H A Dplugin.info.txt6 desc A plugin that adds a button to the edit form that saves and then lets you continue editing.
/plugin/pdftools/
H A Dadmin.php70 $continue = strtolower($name[1]) == 'zip' ? true : false;
71 if(!$continue) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A D.php_cs14 …'no_extra_consecutive_blank_lines' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'pa…
/plugin/condition/
H A Dsyntax.php82 $continue = true;
84 while(($match{0} != '>') && ($match != '') && (($lvl == 0) || ($match{0} != ')')) && $continue) {
108 }else $continue = false;
/plugin/backup/lang/en/
H A Dwindows.txt9 If you have read the above statement and wish to continue, please press the "I Understand" button b…
/plugin/epub/lang/en/
H A Dremove.txt4 Unless you do this, the page will continue to display the **Start** and **Remove page. . .** butt…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc46 …) Use the `query` element to start a query. Use the `cursor` element to continue a query. (Require…
/plugin/freechat/phpfreechat/misc/
H A Dgenerate-doc.inc.php28 $continue = true;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php437 $continue = false;
459 $continue = true;
466 if (true === $continue) {
/plugin/evesso/
H A 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/
H A Dlist.txt16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
/plugin/bootnote/
H A DREADME.md30 …e the plugin [note](https://www.dokuwiki.org/plugin:note) in settings to continue using its syntax.
/plugin/authyubikey/
H A Dauth.php.org183 continue;
335 if(empty($line)) continue;
369 continue;
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js.map1continue;\n }\n let jsonValue = json[property];\n switch (propert…
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown34 …orm. You will be listed in Github as a contributor, but I have and will continue to steer the dire…
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md38 - `continue` keyword usage on PHP 7.3
/plugin/odt/renderer/
H A Dpage.php823 function listu_open($continue=false) { argument
824 $this->document->listOpen($continue, $this->document->getStyleName('list'), 'ul');
831 function listo_open($continue=false) { argument
832 $this->document->listOpen($continue, $this->document->getStyleName('numbering'), 'ol');

1234567891011