Home
last modified time | relevance | path

Searched refs:item (Results 301 – 325 of 1094) sorted by last modified time

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

/plugin/gemini/
H A Drenderer.php352 $item = $feed->get_item($x);
353 $this->doc .= '=> ' . $item->get_permalink() . ' ' . $item->get_title();
356 if ($params['author']) $this->cdata($item->get_author(0)->get_name());
357 … if ($params['date']) $this->cdata(' (' . $item->get_local_date($conf['dformat']) . ')');
361 $this->doc .= '> ' . strip_tags($item->get_description());
/plugin/layeranimation/syntax/
H A Ditem.php82 foreach ( $data['option'] as $item ) {
84 $subItem = explode(':', $item, 2);
87 $ClassOption .= ' ' . hsc(trim($item));
89 $CSSOption .= ' ' . hsc(trim($item));
94 foreach ( $data['clip'] as $item ) {
95 $item = hsc(trim($item));
96 if ( $item == 'auto' )
97 $ClipOption[] = $item;
98 else if ( is_numeric($item) )
99 $ClipOption[] = intval($item) . 'px';
H A Danimation.php47 foreach ( explode(' ', substr($match, 11, -1)) as $item ) {
48 $isNumeric = is_numeric($item);
49 if ( $isNumeric || preg_match("/.*?(vw|vh|em)$/", $item) ) {
51 $item = $item . 'px';
54 $option['height'] = hsc($item);
56 $option['class'] .= ' ' . hsc($item);
H A Dlayer.php75 foreach ( $data as $item ) {
77 if ( substr($item, -1) == 's' && is_int(intval(substr($item, 0, -1))) )
79 $TIMING = 'timing="' . intval(substr($item, 0, -1)) . '"';
82 $CSSoption .= ' ' . hsc(trim($item));
/plugin/layeranimation/
H A Dstyle.less40 div.layer, div.layer div.item {
56 div.item {
83 div.layer, div.layer div.item {
95 div.layer div.item {
104 div.layer div.item.right {
108 div.layer.fixed div.item {
134 div.layer.fixed, &.scripting div.layer, div.item.fixed {
H A DREADME.md17 <item %OPTION%[?%CLIP%]>
20 </item>
22 <item>
24 </item>
42 …* Keyword **right** in **item** - using this keyword in an item will animate it from left to right…
43 …of an item (the CSS attribute "clip" will be used). You have to define four values - numbers or "…
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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1841 attrNode = attrMap.item(i);
3226 function repush(array, item) { argument
25016 var recognizer = this.add(new (item[0])(item[1]));
25017 item[2] && recognizer.recognizeWith(item[2]);
25018 item[3] && recognizer.requireFailure(item[3]);
41248 function includes$6(array, item) { argument
41249 return array.indexOf(item) !== -1;
46968 function includes$4(array, item) { argument
47166 function includes$3(array, item) { argument
47670 function includes$2(array, item) { argument
[all …]
H A Dbpmn-modeler.production.min.js2 …++n)o=r.item(n),t.push(" ",o.name,'="',Ie(o.value,je),'"');if(e.hasChildNodes()){for(t.push(">"),n…
/plugin/xcom/
H A Daction.php60 foreach($site as $item=>$val) {
61 $JSINFO['xcom_sites'][$name][$item] = $val;
H A Dscript.js662 function xcom_getInputValue(item) { argument
663 var d = document.getElementById(item);
669 function xcom_setValue(item,val) { argument
670 var d = document.getElementById(item);
/plugin/xcom/lang/en/
H A Dhowto.txt56 … in which the first column is an action link. If you click that link, the item will be imported in…
70 …emote sites will appear in the drop-down menu, and when you select a menu item, the fields with en…
/plugin/move/admin/
H A Dtree.php137 function html_list($item) { argument
140 if(!empty($item['label'])) {
141 $base = $item['label'];
143 $base = ':' . $item['id'];
147 if($item['id'] == '*') $item['id'] = '';
149 if ($item['id']) {
154 if($item['type'] == 'd') {
155 $ret .= '<a href="' . $item['id'] . '" class="idx_dir">';
160 $ret .= noNS($item['i
176 html_li($item) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php215 foreach ($children as $item) {
216 $this->appendChild($item);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php40 * @param mixed $item
42 * @phpstan-param T $item argument
44 public function add($item, int $priority): void
46 $this->list[$priority][] = $item;
63 foreach ($group as $item) {
64 $sorted[] = $item;
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A Dwords.txt1848 item
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/quickstats/
H A Dsyntax.php382 foreach($data as $item=>$count) {
386 $md5 =md5($item);
388 $renderer->doc .= $this->row($item,$count,$num,$date_str, $ip_array);
/plugin/skipentity/
H A DREADME11 A new toolbar item should appear in the toolbar:
/plugin/phosphor/
H A Dphblock.php56 foreach ( explode(' ', substr($match, 10, -1)) as $item ) {
57 list($v,$n) = explode('=', $item, 2);
58 list($w1, $w2) = explode('x', $item, 2);
/plugin/imageflow/
H A DREADME.md36 You can use your images names or page names as anchors. This will directly pop out the item after t…
/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/strata/aggregates/
H A Dsum.php15 return array_reduce($values, function(&$state, $item) {
16 if(is_numeric($item)) {
17 $state[0] += $item;
19 $state[] = $item;
30 'desc'=>'Sums up all items. Any item that does not have a clear numeric value (i.e. starts with a number) is counted as 0. If the \'strict\' hint is used, values that are not strictly numeric (i.e. contains only a number) are left intact.',

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