Home
last modified time | relevance | path

Searched refs:items (Results 351 – 375 of 1353) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/layeranimation/
H A Dscript.js41 var item = self.layer[layerNr].items[itemNr];
86 if ( self.currentItem < self.layer[layerNr].items.length -1 ) {
126 $(self.layer[layer].items).each(function(){
134 'left' : self.layer[layer].items[0].direction * offset
145 this.items = new Array();
350 if ( innerLayer.items.length < 1 && !innerItem.elem.hasClass('first') ) {
355 if ( innerLayer.items.length < 1 && !innerItem.elem.hasClass('first') ) {
359 innerLayer.items.push(innerItem);
421 $.each(currentLayer.items, function(){
432 $.each(currentLayer.items, function(){
[all …]
/plugin/simplenavi/
H A Dsyntax.php64 $items = $this->getSortedItems(
77 $renderer->doc .= html_buildlist($items, 'idx', [$this, 'cbList'], [$this, 'cbListItem']);
84 * Fetch the items to display
107 $items = [];
110 $items[$startPage['id']] = $startPage;
118 $items,
129 if (!$items) return [];
135 foreach ($items as $idx => $item) {
145 foreach ($levels as $level => $items) {
146 uasort($items, functio
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst7 The ``join`` filter returns a string which is the concatenation of the items
24 the last two items of the sequence:
35 * ``and``: The separator for the last pair of input items
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1049 public $items; variable in Google_BucketAccessControls
1053 $this->items = $items;
1056 return $this->items;
1239 public $items; variable in Google_Buckets
1244 $this->items = $items;
1247 return $this->items;
1482 public $items; variable in Google_ObjectAccessControls
1486 $this->items = $items;
1489 return $this->items;
1502 public $items; variable in Google_Objects
[all …]
H A DGoogle_GamesManagementService.php313 public $items; variable in Google_HiddenPlayerList
316 public function setItems(/* array(Google_HiddenPlayer) */ $items) { argument
317 $this->assertIsArray($items, 'Google_HiddenPlayer', __METHOD__);
318 $this->items = $items;
321 return $this->items;
H A DGoogle_PlusService.php347 public $items; variable in Google_Acl
357 $this->items = $items;
360 return $this->items;
597 public $items; variable in Google_ActivityFeed
618 $this->items = $items;
1197 public $items; variable in Google_CommentFeed
1217 $this->items = $items;
1782 public $items; variable in Google_MomentsFeed
1797 $this->items = $items;
1844 public $items; variable in Google_PeopleFeed
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dkeys.test4 {% for key in items|keys %}
8 return ['items' => ['a', 'b']]
H A Dvalues.test4 {% for item in items %}
8 return ['items' => ['a', 'b']]
H A Dkeys_and_values.test4 {% for key, item in items %}
8 return ['items' => ['a', 'b']]
H A Dloop_context_local.test4 {% for item in items %}
8 return ['items' => []]
H A Dloop_context.test4 {% for item in items %}
11 return ['items' => ['a', 'b']]
H A Dloop_not_defined_cond.test4 {% for i, item in items if loop.last > 0 %}
7 return ['items' => ['a', 'b']]
H A Dnested_else.test4 {% for item in items %}
14 return ['items' => ['a', 'b'], 'items1' => []]
H A Dloop_not_defined.test4 {% for i, item in items if i > 0 %}
8 return ['items' => ['a', 'b']]
H A Drecursive.test4 {% for key, item in items %}
11 return ['items' => ['a' => ['a1', 'a2', 'a3'], 'b' => ['b1']]]
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.memory_get_usage.inc.php13 $items = preg_split("/\s+/",$resultRow);
15 return $items[3] . ' KB';
/plugin/tindexmenu/
H A Dnojsindex-full.js23 var items = getElementsByClass('indexmenu_idx',obj,'a');
24 for(var i=0; i<items.length; i++){
25 var elem = items[i];
H A Dnojsindex.js1 …bj[0]);if(!obj){return;}var items=getElementsByClass("indexmenu_idx",obj,"a");for(var i=0;i<items.…
/plugin/medialist/
H A Dhelper.php130 $items = array();
139 $items[] = $item;
148 $tab = empty($items) ? 'upload' : 'files';
156 if (!empty($items)) {
157 $out .= html_buildlist($items, 'medialist', array($this, '_media_item'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dwith_for_tag.test5 {% for item in items %}
10 return ['items' => ['a', 'b']]
/plugin/news/
H A DREADME9 There are two types of markup. At the top of a page that holds new items, you must place one of th…
15 If you use the first form, then you bracket your news items with the following markup:
33 In this form, the news items are generated from material which is preceded by Dokuwiki header marku…
34 become the titles of the news items. The <n> designates the number of equal signs that mark up you…
35 create news items from all headers greater than or equal to n. For instance:
37 will create items from all headers with with three or more equal signs:
42 This page is particularly useful if you have a page which is dedicated to news items.
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js79 if (resp != null && resp.items != null)
81 for (var i = 0; i < resp.items.length; i++)
83 if (resp.items[i].id === 'anyoneWithLink' ||
84 resp.items[i].id === 'anyone')
556 for (var i = 0; i < resp.items.length; i++)
578 }))(resp.items[i]);
581 success(resp.items);
755 for (var i = 0; i < resp.items.length; i++)
757 var comment = driveCommentToDrawio(this, resp.items[i]);
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc167 { name: 'editing', items : [ 'Find','Replace','-','SelectAll','-'] },
169 { name: 'links', items : [ 'Link','Unlink' ] },
170 { name: 'styles', items : [ 'Format', 'Styles' ,'Font','FontSize'] },
171 { name: 'colors', items : [ 'TextColor','BGColor', font_assist ] },
175 { name: 'tools', items : ['Source', 'Maximize','-','About'] },
176 {name: 'extras', items: config.ToolBarItemsExtra }
182 { name: 'styles', items : [ 'Source'] },
183 { name: 'tools', items : [ 'About' ] }
192 { name: 'styles', items : [ 'Format', 'Styles' ] },
195 { name: 'basicstyles', items: [ 'basicstyles', 'cleanup' ] },
[all …]
/plugin/dropfiles/
H A Dstyle.less6 align-items: center;
28 align-items: center;
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php114 $items = $item->getObjectAs(ASN1_TAG_SET);
116 foreach ($items->getObjects() as $a) {
130 $items = $item->getObjectAs(ASN1_TAG_SET);
132 foreach ($items->getObjects() as $a) {

1...<<11121314151617181920>>...55