Home
last modified time | relevance | path

Searched refs:item (Results 226 – 250 of 1094) sorted by last modified time

12345678910>>...44

/plugin/highlight2wiki/
H A Daction.php228 $titles = $dom->saveHTML($dom->getElementsByTagName('title')->item(0));
229 $html = $dom->saveHTML($dom->getElementsByTagname('body')->item(0));
/plugin/achart/assets/
H A Dapexcharts.css572 .apexcharts-menu-item {
578 .apexcharts-theme-light .apexcharts-menu-item:hover {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md36 …ssues/487): Fixed: The order of sublist items is reversed when a higher level list item is removed.
60 …ev/issues/2205): Fixed: It is not possible to add new list items under an item containing a block …
471 * [#16804](https://dev.ckeditor.com/ticket/16804): Fixed: Focus is not on the first menu item when …
519 …ed: Browser hangs when a table is inserted in the place of a selected list with an empty last item.
560 * [#7807](https://dev.ckeditor.com/ticket/7807): Fixed: Last item in a list not converted to a `<li…
971 …729): Fixed: Incorrect structure created when merging a block into a list item on *Backspace* and …
1028 …ditor.com/ticket/12141): Fixed: List items are lost when indenting a list item with content wrappe…
1110 * [#11897](https://dev.ckeditor.com/ticket/11897): Fixed: *Enter* key used in an empty list item cr…
1257 …4): Fixed: *Backspace* destroying the DOM structure if an inline editable is placed in a list item.
1353 …/dev.ckeditor.com/ticket/10890): Fixed: Error thrown when pressing the *Delete* key in a list item.
H A DLICENSE.md1207 The Covered Code is a "commercial item," as that term is defined in
H A Dckeditor.js.unc3069 "list-item": 1,
9239 d = e && CKEDITOR.dom.element.get(e.item && e.item(0) || e.parentElement())
9370 …for (var f = c.item(e), g = f.parentNode, h = 0, a = new CKEDITOR.dom.range(this.root); h < g.chil…
9430 return b.getNative().createRange().item(0)
15960 item: b,
17634 …g = CKEDITOR.addTemplate("panel-list-item", '\x3cli id\x3d"{id}" class\x3d"cke_panel_listItem" rol…
H A Dckeditor.js460 …;else{try{e=a.createRange()}catch(f){}d=e&&CKEDITOR.dom.element.get(e.item&&e.item(0)||e.parentEle…
466 …=CKEDITOR.SELECTION_ELEMENT){for(var d=[],e=0;e<c.length;e++){for(var f=c.item(e),g=f.parentNode,h…
469 …lement;var b=this,c=CKEDITOR.tools.tryThese(function(){return b.getNative().createRange().item(0)},
807 …R.tools.array.filter(this.items,function(b){return a===b.command});return b.length?(b=b[0],{item:b,
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js46 function readImageAsBase64(item, editor) { argument
47 if (!item || typeof item.getAsFile !== 'function') {
51 var file = item.getAsFile();
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc217 var updateSelectList = function (sel, item) {
221 if(item.match(regex) ) {
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1676 // make sure the item is viewable in the scroll view
/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/tagfilter/
H A Daction.php111 foreach ($form as $item) { //rearrange entries for tag plugin lookup
112 $tag_list_r[] = implode(' ', array_filter($item));
137 //get the first item
H A Dstyle.css442 display: list-item;
488 display: list-item;
498 display: list-item;
503 display: list-item;
517 display: list-item;
/plugin/tagfilter/script/select2/
H A Dselect2.css339 display: list-item;
385 display: list-item;
395 display: list-item;
400 display: list-item;
414 display: list-item;
H A Dselect2.js479 * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract
486 text = function (item) { return ""+item.text; }; // function used to retrieve the text portion of a data item that is matched against the search argument
504 text = function (item) { return item[dataText]; }; argument
581 $.each(results, function(i, item) { argument
582 if (item.children) {
583 count += countResults(item.children);
1027 opts.createSearchChoicePosition = function(list, item) { lis argument
[all...]
/plugin/tagfilter/syntax/
H A Dfilter.php368 foreach ($selectedTags as &$item) {
369 $item = utf8_strtolower(trim($item));
371 unset($item);
/plugin/html5video2/script/
H A Dvideo.min.js20 …origin);for(var o=i.getElementsByTagName("a"),u=0;u<o.length;u++){var l=o.item(u);ae(l,"vjs-hidden…
21item(d).name){c=a.item(d).value;break}if(c!==e.namespaceURI)for(var h=r.length-1;0<=h;h--){var p=r…
/plugin/html5video2/
H A Dstyle.css300 .vjs-icon-next-item {
305 .vjs-icon-next-item:before {
309 .vjs-icon-previous-item {
314 .vjs-icon-previous-item:before {
612 .vjs-menu li.vjs-menu-item:focus,
613 .vjs-menu li.vjs-menu-item:hover,
614 .js-focus-visible .vjs-menu li.vjs-menu-item:hover {
1546 .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-p…
1552 .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-p…
1559 .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-plac…
[all …]
/plugin/icon/
H A DSVG.php160 $svg = $dom->getElementsByTagName('svg')->item(0);
200 $els->item($i)->parentNode->removeChild($els->item($i));
/plugin/bootswrapper/exe/
H A Dpopup.php135 <?php foreach ($syntax as $tag => $item): ?>
150 <?php foreach ($item as $type => $data): ?>
/plugin/bootswrapper/syntax/
H A Dbootstrap.php87 foreach ($tag_attributes as $attribute => $item) {
88 $default_attributes[$attribute] = $item['default'];
100 $item = $tag_attributes[$name];
102 $required = isset($item['required']) ? $item['required'] : false;
103 $values = isset($item['values']) ? $item['values'] : null;
104 $default = isset($item['default']) ? $item['default'] : null;
107 if ($item['type'] == 'boolean') {
131 … } elseif ($item['type'] !== 'multiple' && is_array($values) && !in_array($value, $values)) {
139 } elseif ($item['type'] == 'multiple') {
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt72 …| ''5000'' | The amount of time to delay between automatically cycling an item. If false, carousel…
/plugin/discussion/
H A Dadmin.php101 foreach ($items as $item) {
102 $id = $item['id'];
H A Dhelper.php110 foreach ($items as $item) {
111 $id = ($ns ? $ns.':' : '').$item['id'];
H A Dstyle.css153 display: list-item;
/plugin/sync/
H A Dadmin.php567 if(!$item['local']['mtime'] && $item['remote']['mtime']){
570 if($item['local']['mtime'] && !$item['remote']['mtime']){
579 if(!isset($item['local'])){
588 if(!isset($item['local'])){
598 if(!isset($item['remote'])){
606 if(!isset($item['remote'])){
668 foreach($remote as $item){
669 $list[$item['id']]['remote'] = $item;
689 foreach($local as $item){
691 if($list[$item['id']]['remote']['hash'] == $item['hash']){
[all …]

12345678910>>...44