Home
last modified time | relevance | path

Searched full:pm (Results 1 – 25 of 254) sorted by relevance

1234567891011

/plugin/authucenter/lib/uc_client/control/
Dpm.php7 $Id: pm.php 1067 2011-03-08 10:06:51Z svn_project_zhangjie $
28 $this->load('pm');
35 if(!$_ENV['pm']->isnewpm($uid) && !$more) {
38 $newprvpm = $_ENV['pm']->getpmnum($uid, 1, 1);
39 $newchatpm = $_ENV['pm']->getpmnum($uid, 2, 1);
49 $lastpm = $_ENV['pm']->lastpm($uid);
86 $plid = $_ENV['pm']->getplidbypmid($replypmid);
87 $msgto = $_ENV['pm']->getuidbyplid($plid);
111 if(!$_ENV['pm']->ispminterval($this->user['uid'], $this->settings['pmfloodctrl'])) {
116 …if(!$_ENV['pm']->isprivatepmthreadlimit($this->user['uid'], $this->settings['privatepmthreadlimit'…
[all …]
/plugin/imgpaste/
Dscript.js28 const pm = window.Prosemirror.view;
29 … const parser = window.Prosemirror.classes.DOMParser.fromSchema(pm.state.schema);
31 pm.dispatch(pm.state.tr.replaceSelectionWith(nodes));
219 const pm = window.Prosemirror.view;
220 const imageNode = pm.state.schema.nodes.image.create({id: id});
221 pm.dispatch(pm.state.tr.replaceSelectionWith(imageNode));
/plugin/struct/meta/
H A DDateFormatConverter.php51 …'%p' => 'A', // UPPER-CASE 'AM' or 'PM' based on the given time Example: AM for 00:31, PM for 2…
52 …'%P' => 'a', // lower-case 'am' or 'pm' based on the given time Example: am for 00:31, pm for 2…
53 '%r' => 'h:i:s A', // Same as %I:%M:%S %p Example: 09:34:17 PM for 21:34:17
54 '%R' => 'H:i', // Same as %H:%M Example: 00:35 for 12:35 AM, 16:44for 4:44 PM
56 '%T' => 'H:i:s', // Same as %H:%M:%S Example: 21:34:17 for 09:34:17 PM
96 'a' => '%P', // Lowercase Ante meridiem and Post meridiem am or pm
97 'A' => '%p', // Uppercase Ante meridiem and Post meridiem AM or PM
/plugin/authucenter/lib/uc_client/
Dclient.php452 $return = call_user_func(UC_API_FUNC, 'pm', 'check_newpm', array('uid'=>$uid, 'more'=>$more));
459 …return call_user_func(UC_API_FUNC, 'pm', 'sendpm', array('fromuid'=>$fromuid, 'msgto'=>$msgto, 'su…
476 return call_user_func(UC_API_FUNC, 'pm', 'delete', array('uid'=>$uid, 'pmids'=>$pmids));
480 return call_user_func(UC_API_FUNC, 'pm', 'deleteuser', array('uid'=>$uid, 'touids'=>$touids));
484 …return call_user_func(UC_API_FUNC, 'pm', 'deletechat', array('uid'=>$uid, 'plids'=>$plids, 'type'=…
488 …return call_user_func(UC_API_FUNC, 'pm', 'readstatus', array('uid'=>$uid, 'uids'=>$uids, 'plids'=>…
495 …$return = call_user_func(UC_API_FUNC, 'pm', 'ls', array('uid'=>$uid, 'page'=>$page, 'pagesize'=>$p…
501 return call_user_func(UC_API_FUNC, 'pm', 'ignore', array('uid'=>$uid));
510 …$return = call_user_func(UC_API_FUNC, 'pm', 'view', array('uid'=>$uid, 'pmid'=>$pmid, 'touid'=>$to…
518 …return call_user_func(UC_API_FUNC, 'pm', 'viewnum', array('uid' => $uid, 'touid' => $touid, 'ispli…
[all …]
/plugin/json/demo/1000files/
Dfile1.txt20 "registered": "Sunday, October 2, 2016 3:18 PM",
77 "registered": "Monday, April 7, 2014 7:52 PM",
248 "registered": "Thursday, January 1, 2015 11:48 PM",
305 "registered": "Sunday, July 9, 2017 4:57 PM",
362 "registered": "Thursday, June 28, 2018 6:39 PM",
476 "registered": "Monday, July 10, 2017 4:38 PM",
/plugin/swarmwebhook/_test/
DIFTTTfullWebhook.test.php19 "ts":"May 25, 2018 at 04:32PM",
41 'swarm.checkinid' => 'May 25, 2018 at 04:32PM',
DIFTTTparseTime.test.php20 $actualDateTime = $IFTTT->parseTimeIntoDateTime('May 24, 2018 at 06:02PM', '1527178045');
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_csp.js13 …urn e?a.getUTCHours()>11?"pm":"am":a.getHours()>11?"pm":"am";case"%A":return e?a.getUTCHours()>11?…
/plugin/authorstats/
Daction.php208 $sd["authors"][$r["author"]]["pm"] = array();
212 if (!isset($sd["authors"][$r["author"]]["pm"][$r["date"]]))
213 $sd["authors"][$r["author"]]["pm"][$r["date"]] = 1;
215 $sd["authors"][$r["author"]]["pm"][$r["date"]]++;
Dsyntax.php84 if (array_key_exists($month, $author["pm"])) {
85 $sum += intval($author["pm"][$month]);
110 if (array_key_exists($yearmonth, $author["pm"])) {
111 $sum += intval($author["pm"][$yearmonth]);
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.min.js7pm"),D.data("time",u(B,c)),D.text(C)}if((null!==c.minTime||null!==c.durationTime)&&c.showDuration)… property
/plugin/datepicker/script/jscalendar-1.0/
Dcalendar.js886 var pm = (hrs > 12);
887 if (t12 && pm) hrs -= 12;
898 AP = makeTimePart("ampm", pm ? "pm" : "am", ["am", "pm"]);
903 var pm, hrs = this.date.getHours(),
906 pm = (hrs >= 12);
907 if (pm) hrs -= 12;
909 AP.innerHTML = pm ? "pm" : "am";
919 if (/pm/i.test(AP.innerHTML) && h < 12)
1655 if (/pm/i.test(a[i]) && hr < 12)
1769 var pm = (hr >= 12);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DChangeLogs.php58 * date/time string. For example, for 10:54 PM on July 18th, 2015, in the
65 * date/time string. For example, for 10:54 PM on July 18th, 2015, in the
/plugin/issuelinks/classes/
DRepository.php6 * Time: 2:52 PM
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
DInfo.php6 * (c) Fabien Potencier <fabien@symfony.com> and Trevor Rowbotham <trevor.rowbotham@pm.me>
DLICENSE1 Copyright (c) 2018-2019 Fabien Potencier and Trevor Rowbotham <trevor.rowbotham@pm.me>
Dcomposer.json15 "email": "trevor.rowbotham@pm.me"
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_csp.js146 …case "%a": return utc ? (date.getUTCHours() > 11 ? "pm" : "am") : (date.getHours() > 11 ? "pm" : "…
147 …case "%A": return utc ? (date.getUTCHours() > 11 ? "PM" : "AM") : (date.getHours() > 11 ? "PM" : "…
/plugin/authucenter/lib/uc_client/model/
Dpm.php7 $Id: pm.php 1160 2013-10-24 08:04:45Z jeffjzhang $
44 …$pm = $this->db->fetch_first("SELECT * FROM ".UC_DBTABLEPRE."pm_indexes i LEFT JOIN ".UC_DBTABLEPR…
45 if($this->isprivilege($pm['plid'], $uid)) {
46 …BLEPRE.$this->getposttablename($pm['plid'])." p LEFT JOIN ".UC_DBTABLEPRE."pm_lists t ON t.plid=p.…
66 $pm = $this->getprivatepmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp);
68 $pm = $this->getchatpmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp);
70 return $this->getpostlist($pm);
602 while($pm = $this->db->fetch_array($query)) {
603 if($pm['pmtype'] != 2) {
606 $pms[] = $pm;
/plugin/amcharts/assets/amcharts/lang/
Dzh.js8 "pm": "下午" property
/plugin/katex/_assets/contrib/
Dmhchem.min.js1pm\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+))?(\((?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\.[0-9]+))\…
/plugin/codeprettify/code-prettify/src/
Dlang-vb.js56 …s+(?:\d+[\-\/]\d+[\-\/]\d+(?:\s+\d+:\d+(?::\d+)?(\s*(?:AM|PM))?)?|\d+:\d+(?::\d+)?(\s*(?:AM|PM))?)…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
DTransferOperations.php43 * at 1pm and you cancel Monday's operation at 1:05pm, Monday's transfer will
/plugin/prosemirror/parser/
DHeadingNode.php7 * Time: 4:49 PM
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DSendException.php23 * Time: 1:47 PM

1234567891011