Home
last modified time | relevance | path

Searched refs:item (Results 1026 – 1050 of 1094) sorted by last modified time

1...<<41424344

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java140 JMenuItem item = menu.add(new TogglePropertyItem(graphComponent, in EditorMenuBar() local
162 item.addActionListener(new ActionListener() in EditorMenuBar()
H A DEditorMenuBar.java.bak140 JMenuItem item = menu.add(new TogglePropertyItem(graphComponent,
162 item.addActionListener(new ActionListener()
506 // item = menu.add(new JMenuItem(mxResources.get("aboutGraphEditor")));
507 // item.addActionListener(new ActionListener()
H A DBasicGraphEditor.java.bak357 JCheckBoxMenuItem item = new JCheckBoxMenuItem(mxResources
359 item.setSelected(graphOutline.isFitPage());
361 item.addActionListener(new ActionListener()
407 menu.add(item);
H A DSchemaEditorMenuBar.java128 JMenuItem item = menu.add(new TogglePropertyItem(graphComponent, in SchemaEditorMenuBar() local
145 item.addActionListener(new ActionListener() in SchemaEditorMenuBar()
343 item = submenu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()
398 item = menu.add(new JMenuItem(mxResources.get("aboutGraphEditor"))); in SchemaEditorMenuBar()
399 item.addActionListener(new ActionListener() in SchemaEditorMenuBar()
/plugin/semanticdata/syntax/
H A Dtable.php159 $item = array_pop(array_slice($data['cols'],$i,1));
160 $data['headers'][] = $item['title'];
/plugin/rssticker/
H A Dbridge.php36 foreach ($rs['items'] as $item) {
37 …echo "<item>\n<link>$item[link]</link>\n<title>$item[title]</title>\n<description>$item[descriptio…
/plugin/mindmap/
H A Dsyntax.php470 resolve_mediaid($item['ns'],$mid,$exists);
512 foreach($media as $id => $item) {
558 foreach($pages as $id => $item){
559 $title = htmlspecialchars($item['title']);
560 $lang = htmlspecialchars($item['lang']);
566 $output .= " <attvalue for=\"ns\" value=\"{$item['ns']}\" />\n";
567 $output .= " <attvalue for=\"time\" value=\"{$item['time']}\" />\n";
574 foreach($media as $id => $item){
575 $title = htmlspecialchars($item['title']);
576 $lang = htmlspecialchars($item['lang']);
[all …]
/plugin/pagemove/
H A Dadmin.php319 foreach ($items as $item) {
320 if ($item['type'] == 'd') {
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js827 document.getElementsByTagName("body").item(0).appendChild(Sortable._marker);
903 return $(this.findElements(element, options) || []).map( function(item) { argument
904 return item.id.match(options.format) ? item.id.match(options.format)[1] : '';
935 return Sortable.tree(element, arguments[1]).children.map( function (item) { argument
936 return [name + Sortable._constructIndex(item) + "[id]=" +
937 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
940 return Sortable.sequence(element, arguments[1]).map( function(item) { argument
941 return name + "[]=" + encodeURIComponent(item);
H A Dprototype.js1022 return this.uniq().findAll(function(item) { argument
1023 return array.detect(function(value) { return item === value });
1049 function indexOf(item, i) { argument
1054 if (this[i] === item) return i;
1058 function lastIndexOf(item, i) { argument
1060 var n = this.slice(0, i).reverse().indexOf(item);
1065 var array = slice.call(this, 0), item;
1067 item = arguments[i];
1068 if (Object.isArray(item) && !('callee' in item)) {
1070 array.push(item[j]);
[all …]
/plugin/autlogin/
H A Dadmin.php1640 echo $this->_html_li_acl($item);
1642 echo $this->_html_list_acl($item);
1725 function _html_list_acl($item){ argument
1729 if($item['label']){
1730 $base = $item['label'];
1732 $base = ':'.$item['id'];
1737 … if( ($item['type']== $this->current_item['type'] && $item['id'] == $this->current_item['id']))
1741 if($item['type']=='d'){
1742 if($item['open']){
1755 $ret .= noNS($item['id']);
[all …]
H A Dajax.php44 foreach($data as $item){
45 $item['level'] = $lvl+1;
46 echo $acl->_html_li_acl($item);
48 echo $acl->_html_list_acl($item);
/plugin/doctree2filelist/
H A Dstart.txt4item>Importierter Dokumentenbestand|Seitenstruktur, auf die über die mit dem Assistenten importier…
12item>Voraussetzungen und Bedingungen|Bildungsgänge, Pädagogische Schwerpunkte, Infos zu Schlüler- …
13item>Abläufe und Prozesse|Dokumente zu den fünf Qualitätsbereichen aus dem "Modell für Schulqualit…
14item>Qualitätssicherung und Qualitätsentwicklung|Pädagogische Grundsätze, Strukturen der Qualitäts…
15 <item>Ergebnisse und Wirkungen|Ergebnisbezogene Angaben.|portfolio:ergebnisse:start|:shared:icons:g…
16item>Weitere Dokumente der Schule|Presseartikel, Auszeichnungen und Verleihungsurkunden, Briefvorl…
/plugin/qrcode2/
H A Dphpqrcode.php1390 foreach($this->items as $item) {
1391 if($item->mode != QR_MODE_STRUCTURE) {
1392 for($i=$item->size-1; $i>=0; $i--) {
1393 $parity ^= $item->data[$i];
1535 foreach($this->items as $item) {
1536 $bits += $item->estimateBitStreamSizeOfEntry($version);
1607 foreach($this->items as $item) {
1608 $bits = $item->encodeBitStream($this->version);
1701 foreach($this->items as $item) {
1702 $ret = $bstream->append($item->bstream);
/plugin/usersubscriptions/
H A Dsyntax.php188 foreach(new DirectoryIterator(preg_replace('/\.txt$/', '', wikiFN($cns))) as $item) {
189 if(!$item->isDot() && ($recursive != -1)) {
190 $scns = strtolower($cns.$item->getFilename().':');
191 if($item->isFile() && !preg_match('/\.txt:?$/', $scns)) continue;
/plugin/processing/
H A Dscript.js424 arr.contains = function(item) { argument
425 return this.indexOf(item) !== -1;
634 var item = it.next();
635 if (this.contains(item)) {
636 removeItem(item);
11779 var item = items[i];
11780 if(item === '[' || item === '{' || item === '(') {
11782 } else if(item === ']' || item === '}' || item === ')') {
11783 var kind = item === '}' ? 'A' : item === ')' ? 'B' : 'C';
12867 return function(all, item) { argument
[all …]
/plugin/noticeboard/classes/
H A DNoticeList.php390 $item = $this->list->next();
391 if($item->getId() == $id){
392 $notice = $item;
H A DArrayList.php44 public function add($item){ argument
46 array_push($this->arrayList, $item);
49 public function addAtPos($position, $item){ argument
52 $this->add($item);
105 public function remove($item){ argument
106 if(array_key_exists($item, $this->arrayList)){
107 unset($this->arrayList[$item]);
116 foreach ($array as $item) {
117 $this->add($item);
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php390 $item = $this->list->next();
391 if($item->getId() == $id){
392 $notice = $item;
H A DArrayList.php44 public function add($item){ argument
46 array_push($this->arrayList, $item);
49 public function addAtPos($position, $item){ argument
52 $this->add($item);
105 public function remove($item){ argument
106 if(array_key_exists($item, $this->arrayList)){
107 unset($this->arrayList[$item]);
116 foreach ($array as $item) {
117 $this->add($item);
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt165 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two space…
168 * The second item
170 * Another item
173 - Another item
179 * The second item
181 * Another item
184 - Another item
349 | author | show item authors names |
350 | date | show item dates |
351 | description| show the item description. If [[doku>wiki:config#htmlok|HTML]] is disabled all tags …
/plugin/farm/
H A Dadmin.php85 if(!DOKU_IS_FARMER) return; // don't display farm management item in the animals' admin page
/plugin/lytebox/
H A Dlytebox.js94 var objBody = this.doc.getElementsByTagName("body").item(0);
216 var objBody = this.doc.getElementsByTagName("body").item(0);
799 xScroll = this.doc.getElementsByTagName("html").item(0).offsetWidth;
800 yScroll = this.doc.getElementsByTagName("html").item(0).offsetHeight;
811 windowWidth = this.doc.getElementsByTagName("html").item(0).clientWidth;
812 windowHeight = this.doc.getElementsByTagName("html").item(0).clientHeight;
/plugin/jmol2/jmol/
H A DJmol.js865 _jmol.XhtmlElement = s.item(s.length - 1)
1127 var item = m.chkGroup[chkBox]
1128 item.checked = isOn;
1129 if (_jmol.checkboxMasters[item.id])
1130 _jmolNotifyGroup(_jmol.checkboxMasters[item.id], isOn)
H A DCHANGES.txt177 # bug fix: menu item for style does not respect bondMode
751 # new feature: greatly expanded item selecting:
1215 # bug fix: toolbar icon for pickMeasure tied to tools "measurements..." item
1775 # new feature: minimize menu item
1962 # console has a menubar menu item "Jmol" that is the pop-up menu.
2520 # bug fix: application -- "make crystal..." menu item does nothing -- removed
3654 # syntax: getProperty(propertyType, qualifier, item, item, item,...)
3672 # 1 first item, 0 last item, -1 next to last item, etc.
4433 # new feature: someArray.add("string") adds string to right of each item
4434 # new feature: someArray.sub("string") adds string to left of each item
[all …]

1...<<41424344