Home
last modified time | relevance | path

Searched refs:item (Results 251 – 275 of 1094) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/avtaskbox/
H A DREADME.md22 …RIPTION: Some stuff for you. You can have newlines in this part. Description must be the last item.
/plugin/catlist/
H A Dsyntax.php227 /* Utility function to check is a given page/namespace ($item) is excluded
230 * is based on item title, full id or name ($exclutype).
232 function _isExcluded ($item, $exclutype, $arrayRegex) {
235 if ((strlen($conf['hidepages']) != 0) && preg_match('/'.$conf['hidepages'].'/i', $item['id'])) return true; argument
239 $match = preg_match('/'.$regex['regex'].(($exclutype=='title')?'/':'/i'), $item[$exclutype]);
371 $item = array('id' => $id, 'rel_id' => $rel_id, 'name' => $name, 'title' => NULL);
384 if ($this->_isExcluded($item, $data['exclutype'], $data['excluns'])) continue;
387 $item['metadata'] = $this->_getMetadata($index_id, $index_filepath);
388 if ($data['nsuseheading'] && isset($item['metadata']['title']))
389 $item['titl
600 _displayPage(& $renderer, $item, $displayType, $perms, $displayLink) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php108 function($item) {
109 return $item->getName();
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js9467 this.items.forEach(function (item) {
9468 results.push(item[methodName].apply(item, args));
11588 el = $((ui ? ui.item : null) || ev.target);
H A Dfullcalendar.less704 .fc-unthemed .fc-list-item:hover td {
1248 .fc-list-item.fc-has-url {
1252 .fc-list-item-marker,
1253 .fc-list-item-time {
1258 .fc-ltr .fc-list-item-marker {
1261 .fc-rtl .fc-list-item-marker {
1264 .fc-list-item-title a {
1269 .fc-list-item-title a[href]:hover {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php120 $item = $this->root->create($a1, $a2, $a3);
121 $item->parent = $this;
122 $this->children[] = $item;
124 return $item;
145 * @param mixed $item
148 function remove($item) { argument
150 if (is_string($item)) {
151 $children = $this->select($item);
158 if ($child===$item) {
H A DParameter.php295 function($out, $item) {
315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
316 return $out.$item;
321 $item,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php696 $item = $parser->current();
697 $result[] = $item->format('Y-m-d H:i:s');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php174 function($item) { return $item['message']; },
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php166 foreach (array_merge($added, $modified) as $item) {
167 $fullPath = $collectionUrl . '/' . $item;
184 foreach ($deleted as $item) {
186 $fullPath = $collectionUrl . '/' . $item;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php40 foreach($val as &$item) {
41 $item = (float)$item;
85 function($item) {
87 return (float)$item;
H A DText.php139 foreach($val as &$item) {
141 if (!is_array($item)) {
142 $item = array($item);
145 foreach($item as &$subItem) {
157 $item = implode(',', $item);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php313 function($item) {
315 return strtr($item, array(':'=>'', '-'=>''));
H A DPeriod.php82 function($item) {
84 return strtr(implode('/', $item), array(':' => '', '-' => ''));
103 foreach($this->getParts() as $item) {
105 list($start, $end) = explode('/', $item, 2);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php128 $item = $vobj->getBaseComponent(); variable
129 if (!isset($item->UID)) {
130 … echo "Warning! Item with id $item[id] does NOT have a UID property and this is required.\n";
133 $uid = (string)$item->UID;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1136 $(this).val([splittedHours, splittedMinutes].map(function (item) { argument
1137 return item > 9 ? item : '0' + item;
/plugin/davcal/vendor/sabre/http/
H A DREADME.md455 * Returns an item from the _SERVER array.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php152 foreach ($required as $item) {
153 if (!isset($values[$item])) {
154 throw new \InvalidArgumentException($item . ' is a required constructor option');
H A DInviteReply.php103 foreach ($required as $item) {
104 if (!isset($values[$item])) {
105 throw new \InvalidArgumentException($item . ' is a required constructor option');
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php510 return array_filter($this->children, function($item) use ($uid) {
512 if (!$item instanceof Component) {
515 if (!$itemUid = $item->select('UID')) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
94 $result[] = $item;
145 foreach($it as $item) {
147 $result[] = $item;
192 foreach($it as $item) {
194 $result[] = $item;
234 foreach($it as $item) {
236 $result[] = $item;
289 $result[] = $item;
342 $result[] = $item;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php202 function($item) use ($path) {
203 return $path . '/' . $item;
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php110 foreach ($value as $name => $item) {
115 … if (!is_array($item) || !array_key_exists('name', $item) || !array_key_exists('value', $item)) {
119 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
120 $name = $item['name'];
121 $item = $item['value'];
123 } elseif (is_array($item) && array_key_exists('value', $item)) {
126 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
127 $item = $item['value'];
138 $this->write($item);
/plugin/indexmenu/
H A Daction.php426 * @param $item
429 public function formatIndexmenuListTocItem($item)
435 if (isset($item['hid'])) {
436 $link = '#' . $item['hid'];
438 $link = $item['link'];
445 return '<a href="' . $link . '">' . hsc($item['title']) . '</a>';
269 _indexmenu_list_toc($item) global() argument
/plugin/indexmenu/scripts/
H A Dcontextmenu.js332 var html, id, item, a, li;
351 item = document.createElement('li');
363 item.innerHTML = '<span class="indexmenu_submenu">' + cmenuentry[0] + '</span>';
365 item.appendChild(html);
367 item.innerHTML = createCMenuEntry(cmenuentry);
370 item.innerHTML = cmenuentry;
372 $cmenu.children().last().append(item);
294 var html, id, item, a, li; global() variable

1...<<11121314151617181920>>...44