Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 153) sorted by last modified time

1234567

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt18 * [bugfix: G188] fix some potential null-parameter warnings
507 * Bugfix: stat() warnings in CleanUpCacheDirectory()
623 * Bugfix: ImageMagick warnings no longer cause ImageMagick to fail
627 * Bugfix: safe mode warnings in ImageCreateFromStringReplacement
653 with no warnings if ImageRotate is unavailable
/plugin/templater/
H A DCHANGELOG.md47 * Fixed some warnings.
/plugin/batchedit/
H A Dengine.php560 private $warnings; variable in BatcheditSession
577 $this->warnings = array();
622 list($warnings, $this->matches, $this->pages) = $matches;
624 $this->warnings = array_filter($warnings, function ($message) {
636 $this->saveArray('matches', array($this->warnings, $this->matches, $this->pages));
661 $this->warnings[] = new BatcheditWarningMessage($warning->getArguments());
664 $this->warnings[] = new BatcheditWarningMessage(func_get_args());
676 return $this->warnings;
/plugin/mikioplugin/
H A DREADME.md155 - Fixed PHP warnings
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php121 * Array to store warnings
126 public $warnings = array(); variable in bibtexparser_plugin_bibtex4dw
171 $this->warnings = array();
273 $this->warnings = array();
389 $this->warnings = array();
577 * A copy is made of the entry if warnings should be generated. This takes quite
578 * some memory but it is needed to get good warnings. If no warnings are generated
594 $entrycopy = $entry; //We need a copy for printing the warnings
1180 * If a problem is detected a warning is appended to the array warnings
[all...]
H A Dbibtexrender.php244 if ( ($this->_parser->warnings['warning']) && (count($this->_parser->warnings['warning']))) {
245 foreach($this->_parser->warnings as $parserWarning) {
246 msg($this->_parser->warnings[$parserWarning]['warning'],'2');
/plugin/gitbacked/
H A DCHANGELOG.md71 - Deprecation warnings raised on `action/editcommit.php` - fixes [#86]
/plugin/bpmnio/script/
H A Dbpmnio_render.js8 const { warnings } = result;
9 if (warnings?.length > 0) console.log(warnings);
20 console.log(err.message, err.warnings);
/plugin/bpmnio/vendor/bpmn-js/
H A DREADME.md27 const { warnings } = await viewer.importXML(xml);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(…
12 …r.fire("import.render.complete",{error:undefined,warnings:s}),p({warnings:s})}catch(e){return e.wa…
27warnings=t,e}e(Fr,ri),Fr.prototype.importXML=_r((async function(e,t){const n=this;let i=[];try{let…
H A Dbpmn-navigated-viewer.production.min.js2warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(…
7 …r.fire("import.render.complete",{error:undefined,warnings:s}),p({warnings:s})}catch(e){return e.wa…
22warnings=t,e}e(Br,ai),Br.prototype.importXML=Er((async function(e,t){const n=this;let i=[];try{let…
H A Dbpmn-viewer.production.min.js2warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(…
7 …r.fire("import.render.complete",{error:undefined,warnings:s}),p({warnings:s})}catch(e){return e.wa…
22warnings=t,e}e(Or,ri),Or.prototype.importXML=br((async function(e,t){const n=this;let i=[];try{let…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md128 * `FIX`: fix typo in `import.done` event property `warnings` ([`4ef46e0`](https://github.com/bpmn-i…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(…
21warnings:a}),n(i,a)}(t,e,(function(e,t){e?(e.warnings=t||[],i(e)):n({warnings:t||[]})}))}catch(e){…
H A Ddmn-navigated-viewer.production.min.js2warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(…
16warnings:a}),n(r,a)}(t,e,(function(e,t){e?(e.warnings=t||[],r(e)):n({warnings:t||[]})}))}catch(e){…
H A Ddmn-viewer.production.min.js2warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(…
16warnings:a}),n(r,a)}(t,e,(function(e,t){e?(e.warnings=t||[],r(e)):n({warnings:t||[]})}))}catch(e){…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php460 $warnings = array();
483 $warnings[] = array(
492 $warnings[] = array(
512 $warnings[] = array(
536 $warnings[] = array(
548 $warnings = array_merge($warnings, $param->validate($options));
551 return $warnings;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php16 $warnings = $vcard->validate();
19 foreach($warnings as $warning) {
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
58 foreach($warnings as $warning) {
H A DVTodoTest.php85 $warnings = $obj->validate();
87 foreach($warnings as $warning) {
108 $warnings = $obj->validate();
110 foreach($warnings as $warning) {
138 $warnings = $obj->validate();
140 foreach($warnings as $warning) {
167 $warnings = $obj->validate();
169 foreach($warnings as $warning) {
H A DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $warnings;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php409 $warnings = parent::validate($options);
413 $warnings[] = array(
442 $warnings[] = array(
460 $warnings[] = array(
469 $warnings[] = array(
476 $warnings[] = array(
483 $warnings[] = array(
491 $warnings[] = array(
499 return $warnings;
H A DVCard.php209 $warnings = array();
221 $warnings[] = array(
231 $warnings[] = array(
254 $warnings[] = array(
284 $warnings[] = array(
293 $warnings

1234567