Home
last modified time | relevance | path

Searched refs:item (Results 226 – 250 of 1094) sorted by relevance

12345678910>>...44

/plugin/webdav/vendor/sabre/vobject/lib/
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]);
H A DParameter.php285 function ($out, $item) {
306 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
307 return $out.$item;
312 $item,
/plugin/layeranimation/
H A Dscript.js41 var item = self.layer[layerNr].items[itemNr];
47 var currentLeft = parseInt(item.elem.css('left'));
49 var timeout = item.currentTime / (currentLeft * item.direction) * self.stepWidth;
51 if ( itemNr == 0 && currentLeft == self.offsetWidth * item.direction ) {
59 currentLeft -= (self.stepWidth * item.direction);
60 …if ( ( currentLeft <= 0 && item.direction > 0 ) || ( currentLeft >= 0 && item.direction < 0 ) ) { …
63 item.elem.css('left', currentLeft);
69 if ( item.currentTime <= (self.scrollTime * self.nextItemIntverall) ) {
78 item.currentTime -= timeout;
84 …emNr == self.currentItem && (( currentLeft <= 0 && item.direction > 0 ) || ( currentLeft >= 0 && i…
/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/translate/
H A Dmake_langnames_file.php24 $table = $tables->item(0);
30 if ($tds->item(0)->tagName == 'th'
31 && trim($tds->item(0)->textContent) == 'Old projects') {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php295 function($out, $item) {
315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
316 return $out.$item;
321 $item,
/plugin/webdavclient/vendor/sabre/vobject/lib/
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/lib/
H A DParameter.php295 function($out, $item) {
315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
316 return $out.$item;
321 $item,
/plugin/imageflow/syntax/
H A Dimageflow.php75 foreach( $paramsFull as $item ) {
76 list($key, $value) = explode('=', $item, 2);
138 foreach ( $retData as $item ) {
139 if ( !$item['isimg'] ) { continue; }
141 $imgData = array( 'src' => $item['id'] );
145 $imgData['id'] = sectionID(noNS($item['id']), $this->header[$mode]);
/plugin/rrdgraph/
H A Dsyntax.php204 * @param Array $item The element of the rrd recipe.
207 private function reduceRecipeLine($carry, $item) { argument
208 if (empty($item[0]))
209 return $carry . "\n" . $item[1] . ':' . $item[2];
211 return $carry . "\n" . $item[0] . '?' . $item[1] . ':' . $item[2];
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css77 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child {
81 #minimap__plugin .panel > .list-group .list-group-item,
82 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item {
89 #minimap__plugin .list-group-item {
125 #minimap__plugin .list-group-item.active,
126 #minimap__plugin .list-group-item.active:focus,
127 #minimap__plugin .list-group-item.active:hover {
134 #minimap__plugin .list-group-item.active {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php88 public function testGetAttributeWithSandbox($object, $item, $allowed) argument
96 $template->getAttribute($object, $item, [], 'any');
259 public function testGetAttribute($defined, $value, $object, $item, $arguments, $type) argument
263 $this->assertEquals($value, $template->getAttribute($object, $item, $arguments, $type));
274 $this->assertEquals($value, $template->getAttribute($object, $item, $arguments, $type));
284 $this->assertEquals($value, $template->getAttribute($object, $item, $arguments, $type));
291 public function testGetAttributeDefined($defined, $value, $object, $item, $arguments, $type) argument
295 … $this->assertEquals($defined, $template->getAttribute($object, $item, $arguments, $type, true));
301 … public function testGetAttributeDefinedStrict($defined, $value, $object, $item, $arguments, $type) argument
305 … $this->assertEquals($defined, $template->getAttribute($object, $item, $arguments, $type, true));
[all …]
/plugin/xhtmlruby/
H A Daction.php68 $item = &$event->data;
69 $item = preg_replace($this->re_search,$this->re_replace,$item);
/plugin/statdisplay/helper/
H A Dlog.php389 foreach ((array)$input as $item) {
391 $val = $item;
393 $val = $item[$key];
412 foreach ((array)$input as $item) {
414 $all += $item;
415 } elseif (isset($item[$key])) {
416 $all += $item[$key];
435 foreach ((array)$input as $item) {
437 $val = $item;
439 $val = $item[$key];
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php300 function($out, $item) {
320 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
321 return $out . $item;
326 $item,
/plugin/minimap/
H A Dstyle.css82 #minimap__plugin .panel-heading + .list-group .list-group-item:first-child {
86 #minimap__plugin .panel > .list-group .list-group-item,
87 #minimap__plugin .panel > .panel-collapse > .list-group .list-group-item {
94 #minimap__plugin .list-group-item {
132 #minimap__plugin .list-group-item.active,
133 #minimap__plugin .list-group-item.active:focus,
134 #minimap__plugin .list-group-item.active:hover {
141 #minimap__plugin .list-group-item.active {
/plugin/dev/
H A Dcli.php42 function (&$item) {
43 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
59 function (&$item) {
60 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
361 $output = array_filter($output, function ($item) {
362 return !file_exists($item);
/plugin/mikioplugin/syntax/
H A Dpagenation.php
/plugin/foldablelist/
H A DREADME.md9 * list item 1
10 * list item 2
11 * list item 3
41 * list item 1
42 * list item 2
43 * list item 3
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontscombo.js88 var item = targetSpecialCombo.Items[i] ;
89 var style = item.Style ;
93 targetSpecialCombo.SelectItem( item ) ;
/plugin/oauthazure/
H A Daction.php58 $data['grps'] = array_map(function ($item) {
59 return $item['displayName'] ?? $item['id'];
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php60 …n = <?php $list = array(); foreach($u->channels as $item) {$list[] = $item["name"];} …
62 …ivmsg = <?php $list = array(); foreach($u->privmsg as $item) {$list[] = $item["name"];} …
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php60 …n = <?php $list = array(); foreach($u->channels as $item) {$list[] = $item["name"];} …
62 …ivmsg = <?php $list = array(); foreach($u->privmsg as $item) {$list[] = $item["name"];} …
/plugin/structcombolookup/
H A Dscript.js54 ui.item.option.selected = true;
56 item: ui.item.option
113 if ( ui.item ) {

12345678910>>...44