Home
last modified time | relevance | path

Searched refs:item (Results 426 – 450 of 1094) sorted by last modified time

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

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1316 foreach ($result as $item) {
1322 $foo = $this->server->getPropertiesForPath($item, $report->properties);
1324 $item = $foo['href'];
1331 $item,
/plugin/webdav/vendor/sabre/http/
H A DREADME.md455 * Returns an item from the _SERVER array.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php285 function ($out, $item) {
306 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
307 return $out.$item;
312 $item,
H A DComponent.php139 * @param string|Property|Component $item
141 public function remove($item) argument
143 if (is_string($item)) {
147 if (false === strpos($item, '.')) {
148 unset($this->children[strtoupper($item)]);
154 foreach ($this->select($item) as $child) {
158 foreach ($this->select($item->name) as $k => $child) {
159 if ($child === $item) {
160 unset($this->children[$item->name][$k]);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php293 function ($item) {
294 return strtr($item, [':' => '', '-' => '']);
H A DPeriod.php76 function ($item) {
77 return strtr(implode('/', $item), [':' => '', '-' => '']);
94 foreach ($this->getParts() as $item) {
95 list($start, $end) = explode('/', $item, 2);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md41 traversed and each individual item is serialized. This fixes an issue
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php133 foreach ($val as &$item) {
134 if (!is_array($item)) {
135 $item = [$item];
138 foreach ($item as &$subItem) {
150 $item = implode(',', $item);
287 foreach ($items as $i => $item) {
289 $item,
/plugin/webdav/core/DAV/
H A DAbstractDirectory.php67 foreach ($data as $item) {
68 if ($item['type'] == 'd') {
74 $children[] = new $child_class($item);
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php58 foreach ($data as $item) {
59 if ($item['type'] == 'd') {
65 $children[] = new $child_class($item);
/plugin/webdav/core/
H A DUtils.php142 $item = [];
159 $item['ns'] = $item['id'];
161 $item['dirname'] = $item['ns'];
163 $item['path'] = ($is_mediadir) ? mediaFN($item['id']) : wikiFN($item['id']);
165 $item['perm'] = auth_quickaclcheck($item['id']);
166 $item['ns'] = getNS($item['id']);
167 $item['size'] = filesize($item['path']);
168 $item['mtime'] = filemtime($item['path']);
169 $item['hash'] = sha1_file($item['path']);
171 $item['filename'] = $item['file'];
[all …]
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php173 foreach ($block['items'] as $item => $itemLines) {
/plugin/groupmail/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/repo/
H A Dsyntax.php248 function repo_list_index($item) { argument
251 if ($item['type'] == 'd') {
252 $title = substr($item['path'], 0, -1);
255 $title = $item['path'];
259 return '<a href="'.wl($ID, 'repo='.$item['path']).'" class="'.$class.'">'.$title.'</a>';
/plugin/showinitpage/
H A Dgpl-3.0.md116 menu, a prominent item in the list meets this criterion.
/plugin/infomail/
H A Dhelper.php59 $lists = array_map(function ($item) {
60 return substr(basename($item, '.txt'), 5);
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css387 div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
395 div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
H A Djplayer.blue.monday.min.css1item-remove{float:right;display:inline;text-align:right;margin-right:10px;font-weight:700;color:#6…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2item){if(seen[item[ident]])return false;seen[item[ident]]=true;return true}))}else{return items.fi… argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js61 var item,
64 for ( item in obj ) {
65 if ( hasOwn.call( obj, item ) ) {
66 list.push( item );
559 singleEvent, item, fn, plugin;
562 for ( item in events ) {
563 singleEvent = events[ item ];
567 events[ item ] = null;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css482 div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
490 div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js378 var item = self.playlist[index];
380 if(self.original[i] === item) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1520 each item (title, artist, etc) with no data
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-30.txt110 menu, a prominent item in the list meets this criterion.
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md26 - **[** previous item (playlist)
27 - **]** next item (playlist)

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