/plugin/diagramsnet/ |
H A D | action.php | 56 $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 D | ListMeta.php | 25 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 D | ContextFactory.php | 145 $continue = true; 147 while ($continue) { 153 $continue = false;
|
/plugin/odt/ODT/elements/ |
H A D | ODTElementList.php | 23 public function __construct($style_name=NULL, $continue=false) { argument 29 $this->setContinueNumbering ($continue);
|
/plugin/botbouncer/ |
H A D | action.php | 69 $continue = $this->getConf('continue'); 83 !empty($continue)
|
/plugin/forcessllogin/lang/en/ |
H A D | splashpage.txt | 3 The requested action requires transmission of personal data and will continue
|
/plugin/tos/lang/en/ |
H A D | intro.txt | 3 Before you can continue, you have to agree to our current Terms of Service shown below.
|
/plugin/odt/ODT/ |
H A D | ODTList.php | 18 * @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 D | plugin.info.txt | 6 desc A plugin that adds a button to the edit form that saves and then lets you continue editing.
|
/plugin/pdftools/ |
H A D | admin.php | 70 $continue = strtolower($name[1]) == 'zip' ? true : false; 71 if(!$continue) {
|
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
H A D | .php_cs | 14 …'no_extra_consecutive_blank_lines' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'pa…
|
/plugin/condition/ |
H A D | syntax.php | 82 $continue = true; 84 while(($match{0} != '>') && ($match != '') && (($lvl == 0) || ($match{0} != ')')) && $continue) { 108 }else $continue = false;
|
/plugin/backup/lang/en/ |
H A D | windows.txt | 9 If you have read the above statement and wish to continue, please press the "I Understand" button b…
|
/plugin/epub/lang/en/ |
H A D | remove.txt | 4 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 D | SqlNamespace.asciidoc | 46 …) Use the `query` element to start a query. Use the `cursor` element to continue a query. (Require…
|
/plugin/freechat/phpfreechat/misc/ |
H A D | generate-doc.inc.php | 28 $continue = true;
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | Ll1.php | 437 $continue = false; 459 $continue = true; 466 if (true === $continue) {
|
/plugin/evesso/ |
H A D | README.md | 55 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 D | list.txt | 16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
|
/plugin/bootnote/ |
H A D | README.md | 30 …e the plugin [note](https://www.dokuwiki.org/plugin:note) in settings to continue using its syntax.
|
/plugin/authyubikey/ |
H A D | auth.php.org | 183 continue; 335 if(empty($line)) continue; 369 continue;
|
/plugin/combo/resources/library/combo/dist/ |
H A D | combo.min.js.map | 1 …continue;\n }\n let jsonValue = json[property];\n switch (propert…
|
/plugin/imagecarousel/vendor/slick/ |
H A D | CONTRIBUTING.markdown | 34 …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 D | CHANGELOG.md | 38 - `continue` keyword usage on PHP 7.3
|
/plugin/odt/renderer/ |
H A D | page.php | 823 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');
|