Home
last modified time | relevance | path

Searched refs:msg (Results 851 – 875 of 1008) sorted by relevance

1...<<3132333435363738394041

/plugin/elasticsearch/action/
H A Dindexing.php153 msg(
/plugin/combo/syntax/
H A Dmedia.php361 LogUtility::msg("The dokuwiki media type ($internalExternalType) for metadata registration is unknown");
/plugin/combo/ComboStrap/
H A DPageImageTag.php249 LogUtility::msg("The width value ($requestedWidth) could not be translated in pixel value. Error: {$e->getMessage()}");
H A DTabsTag.php159 LogUtility::msg("A id attribute is missing on a panel tag", LogUtility::LVL_MSG_ERROR, TabsTag::TAG);
H A DFetcherSvg.php276 LogUtility::msg("Internal error: The deletion of the empty namespace ($namespacePrefix:$namespaceUri) didn't succeed", LogUtility::LVL_MSG_WARNING, "support");
1102 LogUtility::msg("The requested width $requestedWidth could not be converted to pixel. It returns the following error ({$e->getMessage()}). Processing was stopped");
1119 LogUtility::msg("The requested height $requestedHeight could not be converted to pixel. It returns the following error ({$e->getMessage()}). Processing was stopped");
H A DLocalPath.php399 LogUtility::msg($message);
H A DMetadataFrontmatterStore.php453 LogUtility::msg("The content without frontmatter should have been set. Did you you use the createFromPage constructor");
/plugin/struct/meta/
H A DSchemaBuilder.php140 msg(sprintf($this->helper->getLang('duplicate_label'), $wantedlabel, $fixedlabel), -1);
/plugin/twofactor/
H A Dadmin.php45 msg($this->getLang('reset_not_self'), -1);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php480 string $msg, argument
492 $listener->syntaxError($this, $offendingToken, $line, $charPositionInLine, $msg, $e);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js47638 if (delta > 0) msg = msg.ushrn(delta);
49378 msg = utils.toArray(msg, enc);
49386 this.pending = msg.slice(msg.length - r, msg.length);
49388 msg = utils.join32(msg, 0, msg.length - r, this.endian);
50149 if (msg.length % 2 !== 0) msg = '0' + msg;
50218 …'big') w = msg[k] << 24 | msg[k + 1] << 16 | msg[k + 2] << 8 | msg[k + 3];else w = msg[k + 3] << 2…
61711 if (msg.length % 2 !== 0) msg = '0' + msg;
62080 this.msg = this.strm.msg;
62510 this.msg = this.strm.msg;
63236 strm.msg = msg[errorCode];
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js79 App.filesWorkerReq = function(msg, callback, error) argument
81 msg.reqId = App.filesWorkerReqId++;
82 App.filesWorkerReqInfo[msg.reqId] = {callback: callback, error: error};
83 App.filesWorker.postMessage(msg);
93 callbacks.error(resp.msg, resp.e);
/plugin/masciimath/
H A Dsyntax.php475 } else msg ('Dunno how I got here!');
/plugin/cumulus/
H A Dsyntax.php115 msg('The Tag Plugin must be installed to display tag clouds.', -1);
/plugin/webdavclient/
H A Dadmin.php27 msg('Error loading WebDAV Client helper module!');
/plugin/attribute/
H A Dhelper.php31 msg("Attribute: Configuration item 'store' is not set to a writeable directory.", -1);
/plugin/sqlraw/
H A Dsyntax.php328 msg("No data for the requested page of ".$url."\n",-1);
336 msg("No valid source url provided.\n");
/plugin/confmanager/
H A Djquery.form.js1112 var msg = '[jquery.form] ' + Array.prototype.join.call(arguments,'');
1114 window.console.log(msg);
1117 window.opera.postError(msg);
/plugin/projects/lib/
H A Dproject_file.php73 msg("File $id is over the \"media file revision limit\". A revision will not be saved");
/plugin/autotranslation/
H A Daction.php104 msg(
/plugin/solr/
H A Daction.php427 msg($this->getLang('delete_failed'), -1);
/plugin/prosemirror/action/
H A Deditor.php90 msg($errorMsg, -1);
/plugin/googlemap3/
H A Dgooglemap3.js182 title: googleMapArray[i].overlay[j].msg,
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java661 public void status(String msg)
663 statusBar.setText(msg);
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc34 function validatorNum( msg ) {
40 alert( msg );

1...<<3132333435363738394041