Home
last modified time | relevance | path

Searched refs:item (Results 1051 – 1075 of 1094) sorted by last modified time

1...<<41424344

/plugin/shibbolethauth/files/
H A Dshibboleth.class.php620 foreach ($this->_pattern as $item => $pattern) {
621 if ($item == 'user') {
623 } else if ($item == 'grps') {
626 if (!preg_match($pattern, $info[$item])) return 0;
634 foreach ($filter as $item => $pattern) {
636 $this->_pattern[$item] = '/'.str_replace('/','\/',$pattern).'/'; // allow regex characters
/plugin/highlightjs/highlight/
H A Dhighlight.js14 function contains(array, item) { argument
18 if (array[i] == item)
/plugin/xhtmlruby/
H A Daction.php68 $item = &$event->data;
69 $item = preg_replace($this->re_search,$this->re_replace,$item);
/plugin/adminhomepage/
H A Daction.php129 …ptln(' <li class="level1"><div class="li"><a href="'.wl($ID, 'do=admin&amp;page='.$item['plugin']…
/plugin/userannotations/
H A Daction.php72 foreach ( new DirectoryIterator(preg_replace('/\.txt$/', '', wikiFN($privatepath))) as $item )
74 if($item->isDir() && !$item->isDot()) {
75 $user = $item->getBasename();
/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/offline/
H A DCOPYING.txt110 menu, a prominent item in the list meets this criterion.
/plugin/indexmenu2/cms/transitions/
H A Dblend.js12item('alpha').opacity=Math.round(Q*100+I.transitions.blend.maxIeOpac*o);else i.filters.item('alpha…
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css128 display: list-item !important;
/plugin/superacl/
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 …]
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);
/plugin/linkmanager/
H A Dfunctions.php76 foreach($data as $item){
98 if ($item['type']=='d') return;
107 if($jump == $item['id']) {
120 $title = $item['title'];
121 $pgsplt=explode(':',$item['id']);
178 echo linkpage_nstree_li($item);
196 if(!$item['label']) $item['label'] = $label;
200 $ret .= $item['label'];
213 function linkpage_nstree_li($item){ argument
215 if($item['open']){
[all …]
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt116 menu, a prominent item in the list meets this criterion.
/plugin/nroff/
H A Drenderer.php807 $item = $feed->get_item($x);
809 $this->externallink($item->get_permalink(),
810 $item->get_title());
812 $author = $item->get_author(0);
820 $this->doc .= ' ('.$item->get_date($conf['dformat']).')';
825 $this->doc .= $item->get_description();
827 $this->doc .= strip_tags($item->get_description());
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js57 …Node.removeChild(C);this._UpdateElementInfo();}else{var D=A.createRange().item(0);if (D){this._Ran…
61 ….document.selection.createRange();for (var i=D.length-1;i>=0;i--){var E=D.item(i);E.parentNode.rem…
64 …itorDocument.selection.createRange();if (A&&A.item) return FCK.EditorDocument.selection.createRang…
H A Dfckeditorcode_gecko.js60 ….document.selection.createRange();for (var i=D.length-1;i>=0;i--){var E=D.item(i);E.parentNode.rem…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js735 var item = listArray[currentIndex] ;
736 if ( item.indent == indentLevel )
745 for ( var i = 0 ; i < item.contents.length ; i++ )
746 currentListItem.appendChild( item.contents[i].cloneNode( true ) ) ;
749 else if ( item.indent == Math.max( indentLevel, 0 ) + 1 )
755 else if ( item.indent == -1 && baseIndex == 0 && item.grandparent )
758 if ( item.grandparent.nodeName.IEquals( ['ul', 'ol'] ) )
762 … if ( FCKConfig.EnterMode.IEquals( ['div', 'p'] ) && ! item.grandparent.nodeName.IEquals( 'td' ) )
767 for ( var i = 0 ; i < item.contents.length ; i++ )
768 currentListItem.appendChild( item.contents[i].cloneNode( true ) ) ;
H A Dfckxhtml.js284 FCKXHtml._AppendSpecialItem = function( item ) argument
286 return '___FCKsi___' + FCKXHtml.SpecialBlocks.AddItem( item ) ;
382 var item = htmlNode.childNodes[i] ;
383 var val = item.nodeValue ;
384 if ( item.nodeType == 3 && i == 0 )
387 FCKXHtml._AppendNode( node, item ) ;
H A Dfckselection_ie.js54 if ( oRange && oRange.item )
55 return FCK.EditorDocument.selection.createRange().item(0) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarfontscombo.js88 var item = targetSpecialCombo.Items[i] ;
89 var style = item.Style ;
93 targetSpecialCombo.SelectItem( item ) ;
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 ) ;
H A Dfckenterkey.js157 var el = controls.item( i ) ;
H A Dfckdomrange_ie.js58 var oControl = oSel.createRange().item(0) ;
H A Dfcktoolbarstylecombo.js83 var item = targetSpecialCombo.AddItem( styleName, caption ) ;
85 item.Style = style ;
105 var item = targetSpecialCombo.Items[i] ;
106 var style = item.Style ;
149 var item = targetSpecialCombo.Items[i] ;
150 var style = item.Style ;
154 item.style.display = '' ;
160 item.style.display = 'none' ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js95 FCKDragTableHandler._ResizeBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 50 ;
176 var row = table.rows.item( r ) ;
179 var cell = row.cells.item( c ) ;
457 paddingBar.filters.item("DXImageTransform.Microsoft.Alpha").opacity = 10 ;

1...<<41424344