Home
last modified time | relevance | path

Searched refs:item (Results 376 – 400 of 1094) sorted by last modified time

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1item) => doHash(item, hashVal), initialHashVal);\n}\nfunction objectHash(obj, initialHashVal) {\n …
H A D2.2.js31289 var item = { class in AnonymousFunction410cd55f1d300
31437 var item = { class in CSSCompletion.getValueEnumProposals
31759 var item = { class in AnonymousFunction410cd55f1da00
31775 var item = { class in AnonymousFunction410cd55f1db00
33130 var item = { class in LESSCompletion.createFunctionProposals
34690 var item = { class in SCSSCompletion.getCompletionForImportPath
34712 var item = { class in SCSSCompletion.createFunctionProposals
37319 var item = { class in AnonymousFunction410cd55f28a00.AnonymousFunction410cd55f28b00
37347 return item;
37636 var item = { class in AnonymousFunction410cd55f29f00
[all …]
H A D3.3.js.map1item should be interpreted as\n * plain text or a snippet.\n */\nexport var InsertTextFormat;\n(fu…
H A D2.2.js.map1item should be interpreted as\n * plain text or a snippet.\n */\nexport var InsertTextFormat;\n(fu…
H A Dbundle.js396item(n));const s=e.onDidChange(e=>this.onViewChange(d,e)),a=Object(o.h)(()=>this.viewContainer.rem…
426item=Object(G.p)(this.element,Object(G.a)("a.action-menu-item")),this._action.id===xr.c.ID?this.it…
/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/dirtylittlehelper/mermaid/editor/
H A Dbundle.css173 .monaco-action-bar .action-item {
180 .monaco-action-bar .action-item.disabled {
184 .monaco-action-bar.animated .action-item.active {
188 .monaco-action-bar .action-item .icon,
189 .monaco-action-bar .action-item .codicon {
193 .monaco-action-bar .action-item .codicon {
203 .monaco-action-bar .action-item.disabled .action-label,
214 .monaco-action-bar.vertical .action-item {
235 .monaco-action-bar .action-item.select-container {
766 .monaco-inputbox .monaco-action-bar .action-item {
[all …]
H A Dbundle.js396item(n));const s=e.onDidChange(e=>this.onViewChange(d,e)),a=Object(o.h)(()=>this.viewContainer.rem…
426item=Object(G.p)(this.element,Object(G.a)("a.action-menu-item")),this._action.id===xr.c.ID?this.it…
/plugin/dirtylittlehelper/
H A Dscript.js685 let id = item.id;
704 let title = item.title ? ' (' + linksuggest_escape(item.title) + ')' : '';
719 let id = item.id;
721 id = item.ns + id;
722 } else if (JSINFO['namespace'] !== '' && item.rootns && item.type === 'f') {
768 'toc': item
775 let toc = item.toc;
783 let toc = item.toc;
845 let id = item.id;
846 if (item.rootns) {
[all …]
H A Daction.php367 foreach( $dlh_left_side as $item){
368 …$topmenu .= '<a title="'.$item['menutext'].'" href="'.$item['link'].'">'.$item['inline_icon'].' '.…
373 foreach( $dlh_right_side as $item){
374 …$topmenu .= '<a title="'.$item['menutext'].'" href="'.$item['link'].'">'.$item['inline_icon'].' '.…
600 foreach( $dlh_left_side as $item){
601 …echo '<a title="'.$item['menutext'].'" href="'.$item['link'].'">'.$item['inline_icon'].' '. $item[…
606 foreach( $dlh_right_side as $item){
607 …echo '<a title="'.$item['menutext'].'" href="'.$item['link'].'">'.$item['inline_icon'].' '. $item[…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1item","utils","setupToolTips","tooltipElem","el","scrollX","scrollY","scrollTop","statement","merm…
/plugin/schedule/lib/
H A DscheduleCitiesMap.js267 function scheduleSelectCity (item) { argument
268 scheduleSetSelectCity (jQuery (item).closest ('li'));
274 function scheduleRemoveCity (item) { argument
275 var li = jQuery (item).closest ('li');
380 features.forEach (function (item) { argument
381 if (item.get ('selected'))
451 feature.get ('features').forEach (function (item) { argument
452 locations.add (item.get ('location'));
H A DscheduleTable.js62 scheduleMap.poi.forEachFeature (function (item) { argument
63 item.set ('selected', false);
72 scheduleMap.poi.forEachFeature (function (item) { argument
73 var location = item.get ('location');
74 item.set ('selected', (location && (','+locations).indexOf (location) >= 0));
/plugin/schedule/
H A Dschedules.class.php344 $event = $events->item ($i);
349 $schedule->$field = $element->item (0)->nodeValue;
354 $schedule->member = $element->item (0)->nodeValue;
H A Dscript.js17 function scheduleClearMsgJ (item) { argument
18 item.closest ("div").find ("div.popup").each (function () {
H A DscheduleRoot.class.php316 $result [$field] = $element->item (0)->nodeValue;
388 foreach ($list as $md5 => $item) {
389 $nameSpace = $item ["nameSpace"];
390 $schedules = $item ["schedules"];
458 foreach ($list as $md5 => $item) {
459 $schedules = $item ["schedules"];
/plugin/bookcreator/
H A Dscript.js230 if ($addtobookBtn.length) { //exists the addtobook item in pagetools?
462 * List item is dropped in other pagelist
468 let pageid = ui.item.attr('id').substr(4),
469 isAddAction = ui.item.parent().hasClass('selected'),
470 position = ui.item.index();
477 * Store start position of moved list item
483 ui.item.data("startindex", ui.item.index());
487 * Store whether list item is sorted within list, or from outside
503 let isAddAction = ui.item
[all...]
H A Dhelper.php15 * Create a item for list of available saved selections
17 * @param array $item with at least the entries:
23 public function createListitem($item, $isbookmanager = false) { argument
24 $itemtitle = p_get_first_heading($item['id']);
25 $nons = noNS($item['id']);
29 if(($isbookmanager) && (auth_quickaclcheck($item['id']) >= AUTH_DELETE)) {
39 $out .= ' ('.dformat($item['mtime']).')';
/plugin/bookcreator/syntax/
H A Dbookmanager.php402 foreach($result as $item) {
403 $output .= $this->hlp->createListitem($item, $isbookmanager);
/plugin/bookcreator/action/
H A Dhandleselection.php165 * @return array with message and item for the list of saved selections
191 $item = array(
195 $response['item'] = $this->hlp->createListitem($item, true);
311 foreach ($items as $item) {
312 $pages [] = $item['id'];
/plugin/dtable/
H A Dscript.js315 var item = context_menus[item_index];
316 …jQuery('<li class="'+item+'">').html('<a href="#'+item+'">'+JSINFO['lang'][item]).appendTo($contex…
/plugin/ol3/
H A Dscript.js8item=function(t){return this.array_[t]},e.prototype.getLength=function(){return this.get(ut)},e.pr… method in e
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php82 foreach ($items as $item) {
83 $renderer->doc .= $item;
/plugin/fksnewsfeed/
H A Dstyle.less1 .feed-carousel .carousel-item {
/plugin/displayorphans/
H A Dhelper.php40 foreach ($all as $id => $item)
41 …{ if (empty($filter) || $filter($id, $item, $ignoredPages, $ignoreNamespaces)) { $items[$id] = $it…

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