- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 247 for hx (0.15 sec)
-
demo/kitchen-sink/docs/Haxe.hx
nightwing <******@****.***> 1392233522 +0400
Others - Registered: 2022-08-09 12:40 - Last Modified: 2014-02-12 19:32 - 447 bytes - Viewed (0) -
enterprise/backend/src/metabase_enterprise/audit_app/pages/common.clj
(hsql/call :case [:and [:= nil first-name] [:= nil last-name]] email [:or [:= nil first-name] [:= nil last-name]] (hx/concat (hsql/call :coalesce first-name "") (hsql/call :coalesce last-name "")) :else (hx/concat (hsql/call :coalesce first-name "") (hx/literal " ") (hsql/call :coalesce last-name ""))))) (def datetime-unit-str->base-type
Others - Registered: 2022-08-12 12:00 - Last Modified: 2022-06-20 18:42 - 12.1K bytes - Viewed (0) -
enterprise/backend/src/metabase_enterprise/audit_app/pages/schemas.clj
[:not= :card.database_id nil] [:not= :card.table_id nil]]}]] :select [[(hx/concat :db_name (hx/literal " ") :db_schema) :schema] [:%count.* :executions]] :from [:counts] :group-by [:db_name :db_schema] :order-by [[:%count.* :desc]]
Others - Registered: 2022-08-12 12:00 - Last Modified: 2021-09-20 17:37 - 7.9K bytes - Viewed (0) -
enterprise/backend/src/metabase_enterprise/audit_app/pages/tables.clj
Others - Registered: 2022-08-12 12:00 - Last Modified: 2021-09-20 17:37 - 4.4K bytes - Viewed (0) -
enterprise/backend/src/metabase_enterprise/audit_app/pages/dashboards.clj
[metabase-enterprise.audit-app.pages.common :as common] [metabase-enterprise.audit-app.pages.common.dashboards :as dashboards] [metabase.util.honeysql-extensions :as hx] [schema.core :as s])) ;; Two-series timeseries that includes total number of Dashboard views and saves broken out by a `datetime-unit`. (s/defmethod audit.i/internal-query ::views-and-saves-by-time
Others - Registered: 2022-08-12 12:00 - Last Modified: 2021-09-20 17:37 - 8.7K bytes - Viewed (0) -
enterprise/backend/src/metabase_enterprise/audit_app/pages/common/cards.clj
(ns metabase-enterprise.audit-app.pages.common.cards (:require [metabase-enterprise.audit-app.pages.common :as common] [metabase.db.connection :as mdb.connection] [metabase.util.honeysql-extensions :as hx])) (def avg-exec-time "HoneySQL for a CTE to include the average execution time for each Card." [:avg_exec_time {:select [:card_id [:%avg.running_time :avg_running_time_ms]]
Others - Registered: 2022-08-12 12:00 - Last Modified: 2021-10-18 19:23 - 3.5K bytes - Viewed (0) -
lib/widgets/components/Bar/SnackBarAction/demo.dart
/// Created with Android Studio. /// User: sanfan.hx /// Date: 2019/1/6 /// Time: 下午17:08 /// email: sanfan.hx@alibaba-inc.com /// target: SnackBarAction 的示例 import 'package:flutter/material.dart'; class SnackBarActionDemo extends StatefulWidget { _Demo createState() => _Demo(); } class _Demo extends State<SnackBarActionDemo> { Widget build(BuildContext context) { return Center( child: Column(
Plain Text - Registered: 2022-08-14 04:32 - Last Modified: 2019-11-07 17:30 - 1.7K bytes - Viewed (0) -
runtime/syntax/ctrlh.vim
" Maintainer: Bram Moolenaar <******@****.***> " Last Change: 2005 Jun 20 " Existing syntax is kept, this file can be used as an addition " Recognize underlined text: _^Hx syntax match CtrlHUnderline /_\b./ contains=CtrlHHide " Recognize bold text: x^Hx syntax match CtrlHBold /\(.\)\b\1/ contains=CtrlHHide " Hide the CTRL-H (backspace) syntax match CtrlHHide /.\b/ contained " Define the default highlighting.
Plain Text - Registered: 2022-08-08 08:44 - Last Modified: 2014-07-29 02:12 - 688 bytes - Viewed (0) -
runtime/keymap/esperanto_utf-8.vim
GX <Char-0x011C> " (284) UPPERCASE G WITH CIRCUMFLEX Gx <Char-0x011C> " (284) UPPERCASE G WITH CIRCUMFLEX gx <Char-0x011D> " (285) LOWERCASE g WITH CIRCUMFLEX HX <Char-0x0124> " (292) UPPERCASE H WITH CIRCUMFLEX Hx <Char-0x0124> " (292) UPPERCASE H WITH CIRCUMFLEX hx <Char-0x0125> " (293) LOWERCASE h WITH CIRCUMFLEX JX <Char-0x0134> " (308) UPPERCASE J WITH CIRCUMFLEX Jx <Char-0x0134> " (308) UPPERCASE J WITH CIRCUMFLEX
Plain Text - Registered: 2022-08-08 09:55 - Last Modified: 2004-06-13 20:20 - 2.3K bytes - Viewed (0) -
enterprise/backend/src/metabase_enterprise/audit_app/pages/user_detail.clj
Others - Registered: 2022-08-12 12:00 - Last Modified: 2021-09-22 11:25 - 17.5K bytes - Viewed (0)