Home
last modified time | relevance | path

Searched refs:uid (Results 126 – 150 of 223) sorted by last modified time

123456789

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js3037 var uid = __w_pdfjs_require__(26);
3044 …return store[name] || (store[name] = USE_SYMBOL && _Symbol[name] || (USE_SYMBOL ? _Symbol : uid)('…
3619 var uid = __w_pdfjs_require__(26);
3622 return shared[key] || (shared[key] = uid(key));
5885 var uid = __w_pdfjs_require__(26);
6054 var tag = uid(arguments.length > 0 ? arguments[0] : undefined);
H A Dpdf.worker.js.map1uid","Symbol","USE_SYMBOL","$exports","re","ENDS_WITH","$endsWith","endsWith","endPosition","len",…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php209 … $iterator = new EventIterator($object, (string)$component->uid, $this->timeZone);
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php400 $recurrenceIterator = new EventIterator($existingObject, $itipMessage->uid);
502 $message->uid = $eventInfo['uid'];
521 'UID' => $message->uid,
713 $message->uid = $eventInfo['uid'];
735 'UID' => $message->uid,
825 $uid = null;
845 if (is_null($uid)) {
846 $uid = $vevent->UID->getValue();
848 if ($uid !== $vevent->UID->getValue()) {
H A DMessage.php24 public $uid; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/db/
H A Dupdate0001.sql29 uid text field
/plugin/webdavclient/
H A Dhelper.php97 * @param string $uid The event's UID as stored internally
108 $entry = $this->getCalendarEntryByUid($uid);
126 * @param string $uid The event's UID as stored internally
131 public function deleteCalendarEntry($connectionId, $uid, $dwuser = null) argument
137 $entry = $this->getCalendarEntryByUid($uid);
154 * @param string $uid The event's UID
158 public function getCalendarEntryByUid($uid) argument
164 $res = $sqlite->query($query, $uid);
1651 $uid = null;
1657 $uid = (string)$component->UID;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php88 * @param string|null $uid
92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
106 $uid = (string)$uid;
107 if (!$uid) {
113 $events = $input->getByUID($uid);
142 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php72 $uid = (string)$component->UID;
75 if (!array_key_exists($uid, $this->objects)) {
76 $this->objects[$uid] = new VCalendar();
79 $this->objects[$uid]->add(clone $component);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php239 $uid = $this->select('UID');
240 if (count($uid) === 0) {
H A DVCalendar.php267 $uid = (string)$vevent->UID;
268 if (!$uid) {
273 if (isset($recurringEvents[$uid])) {
274 $recurringEvents[$uid][] = $vevent;
437 $uid = (string)$child->UID;
439 if (isset($uidList[$uid])) {
440 $uidList[$uid]['count']++;
448 $uidList[$uid]['hasMaster']+=$isMaster;
450 $uidList[$uid] = array(
508 function getByUID($uid) { argument
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php58 $message->uid = $mainComponent->uid->getValue();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php25 $it = new EventIterator($vcal,(string)$ev->uid);
47 $it = new EventIterator($vcal,(string)$ev->uid);
87 $it = new EventIterator($vcal,$ev->uid);
140 $it = new EventIterator($vcal,$ev->uid);
187 $it = new EventIterator($vcal,$ev->uid);
229 $it = new EventIterator($vcal,(string)$ev->uid);
282 $it = new EventIterator($vcal,(string)$ev->uid);
335 $it = new EventIterator($vcal,(string)$ev->uid);
388 $it = new EventIterator($vcal,(string)$ev->uid);
439 $it = new EventIterator($vcal,(string)$ev->uid);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2297 uid(): number; method
H A Ddhtmlxgantt.js13uid:function(){return n||(n=(new Date).valueOf()),++n},bind:function(t,e){return t.bind?t.bind(e):…
H A Ddhtmlxgantt.js.map1uid","valueOf","functor","arguments","event","el","handler","capture","addEventListener","attachEv…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js13 …reateDatastore({name:"marker",initItem:function(t){return t.id=t.id||gantt.uid(),t}})),gantt.confi…
H A Ddhtmlxgantt_tooltip.js.map1uid","valueOf","functor","arguments","event","el","handler","capture","addEventListener","attachEv…
H A Ddhtmlxgantt_tooltip.js13 …n:function(t,e,o){for(var n in e)(void 0===t[n]||o)&&(t[n]=e[n]);return t},uid:function(){return n…
H A Ddhtmlxgantt_marker.js.map1uid","attachEvent","renderMarkers","$services","getService","createDataRender","defaultContainer",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_marker.js125 marker.id = marker.id || gantt.uid();
H A Ddhtmlxgantt_tooltip.js1141 function uid() { function
1177 uid: uid, property in module.exports
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7791 item.id = gantt.uid();
9677 item.id = utils.uid();
10219 task.id = this.uid();
10271 link.id = this.uid();
11410 item.id = utils.uid();
14938 messageBox.uid = utils.uid;
27038 view.$id = gantt.uid();
27290 if(uid){
27673 var id = utils.uid();
30076 function uid() { function
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …s|sec:user-doc-collections|sec:user-add-roles|sec:unprotect-collection|sec:uid-for-name|sec:set-re…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js11143 uid = 'e0gvgyrad1jor',
11145 fakeSrcKey = 'Symbol(src)_1.' + uid;
11147 root[coreKey] = { 'keys': { 'IE_PROTO': 'Symbol(IE_PROTO)_3.' + uid } };

123456789