Home
last modified time | relevance | path

Searched refs:item (Results 626 – 650 of 1094) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/xcom/
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/rack/
H A Dstyle.css40 td.item {
/plugin/rst/
H A Dsyntax.php137 return $nodes->item(0)->nodeValue;
/plugin/userpage/
H A DREADME3 Add item the user menu that links to the user page for every logged-in user
/plugin/feedmod/
H A Daction.php53 $url = parse_url($event->data['item']->link);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_contextmenu.js321 function FCK_ContextMenu_OnItemClick( item ) argument
324 FCKCommands.GetCommand( item.Name ).Execute() ;
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte263 {#each historyList as item, i}
266 on:click={(e) => toUpdateCodeStore(item.code)}>
267 {relativeTime(item.time)}
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php589 $item =& $this->content[$i];
590 if (!$item->out_of_flow()) {
591 $minw = max($minw, $item->get_min_width($context));
824 function append_line(&$item) { argument
825 $this->_line[] =& $item;
/plugin/photogallery/
H A Dsyntax.php438 foreach($feed->get_items() as $item){
439 if ($enclosure = $item->get_enclosure()){
457 $link = $item->link;
475 'mtime' => $item->get_date('U'),
476 'ctime' => $item->get_date('U'),
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md285 > 1. This is the first list item.
286 > 2. This is the second list item.
404 paragraph in a list item must be indented by either 4 spaces
421 * This is a list item with two paragraphs.
423 This is the second paragraph in the list item. You're
427 * Another item in the same list.
429 To put a blockquote within a list item, the blockquote's `>`
432 * A list item with a blockquote:
435 > inside a list item.
437 To put a code block within a list item, the code block needs
[all …]
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist9 ; than one value for a particular item. So if you have several gits, you can do this
/plugin/markdownextra/
H A Dsyntax.php97 return $nodes->item(0)->nodeValue;
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js100 return oRange.item(0).outerHTML;
/plugin/topbarsyntax/
H A DREADME32 CSS file can be modified to your needs according menu-item width, colors, etc.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php83 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
/plugin/recommend/
H A Dscript.js107 terms.push( ui.item.value );
/plugin/tagging/
H A Dscript.js105 // don't navigate away from the field on tab when selecting an item
134 // add the selected item
135 terms.push(ui.item.value);
/plugin/struct/script/
H A DEntryEditor.js93 // add the selected item
94 terms.push(ui.item.value);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java361 JCheckBoxMenuItem item = new JCheckBoxMenuItem(mxResources in showOutlinePopupMenu() local
363 item.setSelected(graphOutline.isFitPage()); in showOutlinePopupMenu()
365 item.addActionListener(new ActionListener() in showOutlinePopupMenu()
411 menu.add(item); in showOutlinePopupMenu()
/plugin/epub/scripts/
H A Depub_utils.php282 … $item='<item href="' . $url .'" id="cover-image" media-type="' . $mime_type . '" />';
285 … $item='<item href="' . $url .'" id="' . $item_num . '" media-type="' . $mime_type . '" />';
287 epub_opf_write($item);
/plugin/farmer/css/
H A Dchosen.less180 display: list-item;
184 display: list-item;
199 display: list-item;
203 display: list-item;
316 display: list-item;
/plugin/txt2tags/
H A Dsyntax.php110 return $nodes->item(0)->nodeValue;
/plugin/linkback/
H A Dstyle.css85 display: list-item;
/plugin/semanticdata/syntax/
H A Dtable.php159 $item = array_pop(array_slice($data['cols'],$i,1));
160 $data['headers'][] = $item['title'];
/plugin/bookcreator/syntax/
H A Dbookmanager.php402 foreach($result as $item) {
403 $output .= $this->hlp->createListitem($item, $isbookmanager);

1...<<21222324252627282930>>...44