Home
last modified time | relevance | path

Searched refs:item (Results 176 – 200 of 1094) sorted by relevance

12345678910>>...44

/plugin/jplayer/
H A Dsyntax.php46 private function _audio($item) { argument
47 $full_path = mediaFN($item['id']);
48 $pathinfo = pathinfo($item['file']);
49 $link = ml($item['id'],'',true);
110 if (is_array($files)) foreach ($files as $item) {
114 $data['audio'][] = $this->_audio($item);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
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/webdavclient/vendor/sabre/vobject/lib/Property/
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/
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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dvalues.test2 "for" tag iterates over item values
4 {% for item in items %}
5 * {{ item }}
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php31 public function addItem(XMLItem $item) argument
33 array_push($this->items, $item);
62 foreach ($this->items as $item) {
63 $itemDom = $item->getDomSubtree($document);
/plugin/phpipam/
H A Dsyntax.php2167 $web_out .= "<a href='" . $item['link'] . "' " . $item['linktitle'] . '>' ;
2169 $web_out .= $item['model'] . ($item['comment'] ? ' *' : '') ;
2215 $item['link'] = '' ;
2218 $item['link'] = $item[$_l] ;
2226 $item['model'])) {
2229 $item['model'])) {
2232 $item['model'])) {
2235 $item['model'])) {
2238 $item['model'])) {
2241 $item['model'])) {
[all …]
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css308 .lg-outer .lg-thumb-item {
319 .lg-outer .lg-thumb-item {
325 .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
328 .lg-outer .lg-thumb-item img {
780 .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-cs…
824 .lg-outer .lg-item {
859 .lg-outer .lg-item.lg-current {
909 .lg-css3.lg-use-css3 .lg-item {
914 .lg-css3.lg-use-left .lg-item {
919 .lg-css3.lg-fade .lg-item {
[all …]
H A Dlightgallery.min.css1item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.l…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontformatcombo.js100 var item = targetSpecialCombo.Items[i] ;
101 var style = item.Style ;
129 var item = targetSpecialCombo.Items[i] ;
130 var style = item.Style ;
134 targetSpecialCombo.SelectItem( item ) ;
/plugin/autogroup/conf/
H A Dsettings.class.php58 foreach($lines as $line=>$item){
59 $parts = explode(',',$item,3);
63 msg(sprintf($plugin->getLang('not_3_parts'),$item,$line+1), -1);
69 msg(sprintf($plugin->getLang('bad_attribute'),$item, $line+1), -1);
75 msg(sprintf($plugin->getLang('bad_regex'),$item,$line+1), -1);
/plugin/nsindex/
H A Dsyntax.php158 foreach ($data as $i=>$item) {
160 if (noNS($item['id']) == $conf['start']) {
165 if ($item['type'] == 'd') {
169 $wikipath = $item['id'].':'.$conf['start'];
183 $pn = noNS($item['id']);
187 $wikipath = $item['id'];
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php83 function($item) {
85 return strtr(implode('/', $item), [':' => '', '-' => '']);
104 foreach ($this->getParts() as $item) {
106 list($start, $end) = explode('/', $item, 2);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
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/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js46 function readImageAsBase64(item, editor) { argument
47 if (!item || typeof item.getAsFile !== 'function') {
51 var file = item.getAsFile();
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js46 function readImageAsBase64(item, editor) { argument
47 if (!item || typeof item.getAsFile !== 'function') {
51 var file = item.getAsFile();
/plugin/combo/resources/theme/default/components/css/
H A Dcontent-list.css5 .list-group-item {
6 display: list-item;
9 .list-group-item p:last-child{
/plugin/vkeyboard/exe/
H A Dvkboard.php28 function button_text($default, $item) { argument
30 if(isset($lang[$item])) {
31 echo $lang[$item];
/plugin/orphanswanted/
H A Dhelper.php128 foreach($data as $id=>$item) {
130 …(array_key_exists('exists', $item)) and ($item['exists'] == $page_exists) and (array_key_exists('l…
190 $output .= '<td>' . $item['links']
/plugin/qstat/
H A Dsyntax.php223 foreach ($data['players'] as $item) {
224 $buf .= "<li>{$this->_colorize($item['name'])} : {$item['score']} ({$item['ping']})</li>";
350 foreach ($split as $item) {
352 $key = $item;
355 $serverinfos[$key] = $item;
398 foreach ($split as $item) {
400 $key = $item;
403 $serverstatus[$key] = $item;
/plugin/rtmchecklist/
H A Dsyntax.php149 foreach($data['tasks'] as $i=> $item) {
150 if(strlen(preg_replace('/[\s\n\r]+/', '', $item))>0) {
151 $renderer->doc .= '<li>'.htmlspecialchars($item).'</li>';
152 $full_list.=htmlspecialchars($item)."\n";
/plugin/davcard/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) {
/plugin/webdavclient/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) {
/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) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php217 public function dynamic_path($element, $item) argument
219 return $element.'/'.$item;
222 public function dynamic_foo($foo, $bar, $item) argument
224 return $foo.'/'.$bar.'/'.$item;
227 public function dynamic_test($element, $item) argument
229 return $element === $item;

12345678910>>...44