Home
last modified time | relevance | path

Searched refs:msg (Results 1001 – 1008 of 1008) sorted by path

1...<<41

/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php50 foreach($msgs as $msg){
51 if($msg) {
52 if (preg_match('/security/i', $msg)) {
56 if(!preg_match('/^New release candidate/i', $msg)) {
73 msg("Xymon plugin: could not create file ".$xymon_status_cache_file, -1);
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php60 public function test_pagenameStrategy($strategyName, $baseNS, $name, $expectedPageId, $msg) argument
70 $this->assertSame($expectedPageId, $actual_id, $msg);
/plugin/youtrack/
H A Dhelper.php94 msg('You need to have curl installed and enabled to use the YouTrack plugin', -1);
146 msg('YouTrack URL is not defined.', -1);
179 msg('Login data not correct, or REST login is not enabled.', -1);
/plugin/youtrack/syntax/
H A Dlist.php98 msg('Field "'.$col.'" not found for issue "'.$id.'"', -1);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1msg","setBounds","lastLineError","firstFileName","lastFileName","firstStackLines","lastStackLines"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js1204 var msg = "a promise was created in a " + name +
1208 promise._warn(msg, true, promiseCreated);
2710 var apiRejection = function(msg) { argument
2711 return Promise.reject(new TypeError(msg));
2819 var msg = ".then() only accepts functions but was passed: " +
2822 msg += ", " + util.classString(didReject);
2824 this._warn(msg);
/plugin/yuriigantt/src/
H A DJsonRequest.php152 protected function error($msg) argument
154 return ['action' => 'error', 'msg' => $msg];
/plugin/zip/pear/
H A DPEAR.php888 $msg = $this->getMessage();
891 if (substr($msg, -1) != "\n") {
892 $msg .= "\n";
897 die(sprintf($format, $msg));

1...<<41