Home
last modified time | relevance | path

Searched refs:item (Results 151 – 175 of 1094) sorted by relevance

12345678910>>...44

/plugin/newsticker/syntax/
H A Dticker.php76 foreach ($data as $item) {
77 $item = trim($item);
78 if (!empty($item)) {
79 $cleanedData[] = $item;
/plugin/displayorphans/
H A Drenderer.php35 foreach ($items as $id => $item)
36 { $this->_row($renderer, $id, $item, ++$rownum, $type, $showColumns); }
63 …function /* void */ _row(Doku_Renderer $renderer, $id, $item, $rownum, $type, array $showColumns =… argument
87 if ($item['exists']) { $renderer->doc .= p_get_first_heading($id); }
95 if ($item['count'] > 0) { $this->_backlinksLink($renderer, $id, $item['count']); }
/plugin/filterrss/
H A Dsyntax.php144 $items = $rss->channel->item;
146 foreach($items as $item)
159 $left = strtotime($item->$entry);
206 $subject = $item->$entry;
231 $entry['title'] = $item->title;
232 $entry['link'] = $item->link;
233 $entry['pubDate'] = strtotime($item->pubDate);
234 $entry['description'] = $item->description;
/plugin/superacl/
H A Dajax.php51 foreach($data as $item){
52 $item['level'] = $lvl+1;
53 echo $acl->_html_li_acl($item);
55 echo $acl->_html_list_acl($item);
H A Dadmin.php236 echo $this->_html_li_acl($item);
422 function _html_list_acl($item){ argument
426 if($item['label']){
427 $base = $item['label'];
429 $base = ':'.$item['id'];
434 if(($item['type']=='d' &&
435 $item['id'] == $this->ns) ||
439 if($item['type']=='d'){
440 if($item['open']){
453 $ret .= noNS($item['id']);
[all …]
/plugin/mikioplugin/
H A Dscript.js82 var items = jQuery(this).find('.mikiop-carousel-item');
98 jQuery(this).find('.mikiop-carousel-item').first().addClass('mikiop-active');
104 timeout = carousel.find('.mikiop-carousel-item.mikiop-active').attr('data-interval');
133 var slides = parent.find('.mikiop-carousel-item');
181 var slides = parent.find('.mikiop-carousel-item');
241 var item = -1;
249 item = i;
253 if (item != active) {
255 var target = jQuery(group).find('.mikiop-carousel-item:nth-child(' + (item
[all...]
/plugin/mediasyntax/test/
H A Dissue91 - this is item 1
2 - this is item 2
3 - this is item 3, level 2
/plugin/linkmanager/exe/
H A Dajax.php60 foreach($data as $item){
61 $item['level'] = $lvl+1;
62 echo linkpage_nstree_li($item);
63 echo linkpage_nstree_item($item);
/plugin/remotelistnamespace/
H A Dremote.php53 $item = array();
54 $item['id'] = pathID($file);
55 if(auth_quickaclcheck($item['id']) < AUTH_READ){
59 $data[] = $item;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DIndexItemRequest.php82 public function setItem(Item $item) argument
84 $this->item = $item;
91 return $this->item;
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php224 $this->item = array();
484 if(!array_key_exists($key, $this->item) || !$this->item[$key])
493 if(!array_key_exists($checkPostShift, $this->item) || !$this->item[$checkPostShift])
538 $firstItem = substr($this->item[$key], 0, 1);
540 $this->item[$key] = substr($this->item[$key], 1);
542 $lastItem = substr($this->item[$key], -1);
553 if($this->item[$key])
951 function addItem($item, $fieldName) argument
954 if($item === FALSE)
959 if(isset($this->item) && array_key_exists($this->styleMap->{$type}[$fieldName], $this->item))
[all …]
/plugin/preservefilenames/
H A Dscript.js85 var item = qq.toElement(this._options.fileTemplate);
86 item.qqFileId = id;
88 var fileElement = this._find(item, 'file');
90 this._find(item, 'size').style.display = 'none';
92 var nameElement = this._find(item, 'nameInput');
96 this._listElement.appendChild(item);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php164 // Bulk insert checks. Check every item
174 foreach ($data['items'] as $item) {
175 if (isset($item['index']['ok']) && false == $item['index']['ok']) {
179 if (isset($item['index']['status']) && ($item['index']['status'] < 200 || $item['index']['status'] >= 300)) {
/plugin/darcs/
H A Ddarcs.php50 foreach($found as $item) {
52 $cPatch['date']=$item[2];
53 $cPatch['author']=$item[3];
54 $cPatch['name']=$item[5];
55 $cPatch['description']=$item[6];
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js30 FCKToolbar.prototype.AddItem = function( item ) argument
32 return this.Items[ this.Items.length ] = item ;
47 function FCKToolbar_OnItemClick( item ) argument
49 var oToolbar = item._FCKToolbar ;
52 oToolbar.OnItemClick( oToolbar, item ) ;
/plugin/schedule/lib/
H A DscheduleTable.js62 scheduleMap.poi.forEachFeature (function (item) { argument
63 item.set ('selected', false);
72 scheduleMap.poi.forEachFeature (function (item) { argument
73 var location = item.get ('location');
74 item.set ('selected', (location && (','+locations).indexOf (location) >= 0));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dslice.test29 …yObject([1, 2, 3, 4]), 'xml' => new \SimpleXMLElement('<items><item>1</item><item>2</item></items>…
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
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/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
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/vobject/lib/Property/ICalendar/
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/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dlists.md2 * item 1,
3 * item 2,
4 * item 3.
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php117 $idpDescriptor = $idpDescriptorNodes->item(0);
133 'url' => $ssoNodes->item(0)->getAttribute('Location'),
134 'binding' => $ssoNodes->item(0)->getAttribute('Binding')
144 'url' => $sloNodes->item(0)->getAttribute('Location'),
145 'binding' => $sloNodes->item(0)->getAttribute('Binding')
148 if ($sloNodes->item(0)->hasAttribute('ResponseLocation')) {
149 …$metadataInfo['idp']['singleLogoutService']['responseUrl'] = $sloNodes->item(0)->getAttribute('Res…
185 $metadataInfo['sp']['NameIDFormat'] = $nameIdFormatNodes->item(0)->nodeValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DeidentifyContentRequest.php100 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
102 $this->item = $item;
109 return $this->item;
H A DGooglePrivacyDlpV2ReidentifyContentRequest.php72 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
74 $this->item = $item;
81 return $this->item;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php57 $documentation = $doc->getElementsByTagName('documentation')->item(0);
172 $documentation = $doc->getElementsByTagName('documentation')->item(0);
262 $firstTitle = $codeBlocks->item(0)->getAttribute('title');
263 $first = trim($codeBlocks->item(0)->nodeValue);
270 $secondTitle = $codeBlocks->item(1)->getAttribute('title');
271 $second = trim($codeBlocks->item(1)->nodeValue);

12345678910>>...44