Home
last modified time | relevance | path

Searched refs:warnings (Results 126 – 150 of 153) sorted by path

1234567

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …evel.INFOS) {\n console.log('Info: ' + msg);\n }\n}\n\n// Non-fatal warnings.\nfunction warn(m…
H A Dpdf.worker.js.map1 …evel.INFOS) {\n console.log('Info: ' + msg);\n }\n}\n\n// Non-fatal warnings.\nfunction warn(m…
/plugin/pgn4web/pgn4web/
H A DREADME.txt455 Plase note that warnings "lint warning: increment (++) and decrement (--)
/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/publist/bib2tpl/lib/
H A DBibTex.php120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
921 $this->warnings[] = $warning;
931 $this->warnings = array();
942 if (sizeof($this->warnings)>0) return true;
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
921 $this->warnings[] = $warning;
931 $this->warnings = array();
942 if (sizeof($this->warnings)>0) return true;
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php120 var $warnings; variable in Structures_BibTex
171 $this->warnings = array();
275 $this->warnings = array();
921 $this->warnings[] = $warning;
931 $this->warnings = array();
942 if (sizeof($this->warnings)>0) return true;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php153 $warnings = $encoder->complete($child, AbstractType::TAG_TYPE_SEQUENCE, [
160 foreach ($warnings->getChildren() as $warning) {
/plugin/templater/
H A DCHANGELOG.md47 * Fixed some warnings.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php334 $this->log(' No warnings!');
376 $this->log(' No warnings!');
H A DProperty.php510 $warnings = [];
530 $warnings[] = [
539 $warnings[] = [
556 $warnings[] = [
580 $warnings[] = [
590 $warnings[] = [
601 $warnings = array_merge($warnings, $param->validate($options));
604 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php425 $warnings = parent::validate($options);
429 $warnings[] = [
455 $warnings[] = [
472 $warnings[] = [
481 $warnings[] = [
488 $warnings[] = [
495 $warnings[] = [
503 $warnings[] = [
511 return $warnings;
H A DVCard.php223 $warnings = [];
235 $warnings[] = [
245 $warnings[] = [
267 $warnings[] = [
300 $warnings[] = [
309 $warnings
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php241 $warnings = parent::validate($options);
246 $warnings[] = [
258 $warnings[] = [
280 $warnings[] = [
302 $warnings[] = [
323 $warnings[] = [
336 return $warnings;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php370 $warnings = parent::validate($options);
376 $warnings[] = [
388 return $warnings;
/plugin/webdavclient/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
/plugin/webdavclient/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/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php311 $warnings = parent::validate($options);
318 $warnings[] = array(
330 return $warnings;
/plugin/webdavclient/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 DVJournalTest.php34 $warnings = $obj->validate();
36 foreach($warnings as $warning) {
61 $warnings = $obj->validate();
63 foreach($warnings as $warning) {
H A DVTimeZoneTest.php24 $warnings = $obj->validate();
26 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) {

1234567