Home
last modified time | relevance | path

Searched refs:isFullWidth (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/branches/components/
H A Dgraph_bar.vue35 isFullWidth() {
42 if (this.isFullWidth) return 'rounded';
47 if (this.isFullWidth) return 'text-center';
59 <div :class="{ full: isFullWidth }" class="position-relative float-left pt-1 graph-side h-100">
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ValuePicker/
H A DValuePicker.tsx26 isFullWidth?: boolean;
39 isFullWidth = true,
53 fullWidth={isFullWidth}
61 <span style={{ minWidth: theme.spacing(minWidth), flexGrow: isFullWidth ? 1 : undefined }}>
H A DValuePicker.story.tsx56 isFullWidth: false,
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/geomap/editor/LayersEditor/
H A DAddLayerButton.tsx18 isFullWidth={true}
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dcdk_int.h70 #define isFullWidth(n) ((n) == FULL || (COLS != 0 && ((n) >= COLS))) macro
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdk_int.h70 #define isFullWidth(n) ((n) == FULL || (COLS != 0 && ((n) >= COLS))) macro
H A Dalphalist.c117 tempWidth = (isFullWidth (width) in newCDKAlphalist()
170 tempWidth = (isFullWidth (width) in newCDKAlphalist()
H A Dfselect.c143 tempWidth = (isFullWidth (width) in newCDKFselect()
202 tempWidth = (isFullWidth (width) in newCDKFselect()
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dcdk_int.h70 #define isFullWidth(n) ((n) == FULL || (COLS != 0 && ((n) >= COLS))) macro
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/PanelEditor/
H A DgetFieldOverrideElements.tsx198 isFullWidth={true}
225 isFullWidth={true}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dflamegraph.ts186 const isFullWidth = constant
195 (isFullWidth ? 1 : value.totalSize / parentSize) * parentNode.width;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dflamegraph.ts170 const isFullWidth = constant
179 (isFullWidth ? 1 : value.totalSize / parentSize) * parentNode.width;
/dports/www/grafana8/grafana-8.3.6/public/app/features/live/pages/
H A DAddNewRule.tsx123 isFullWidth={false}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/java/org/chromium/weblayer_private/
H A DContentViewRenderView.java727 boolean isFullWidth = isAttachedToWindow() && getWidth() == getRootView().getWidth(); in shouldAvoidSurfaceResizeForSoftKeyboard()
728 if (!isFullWidth) return false; in shouldAvoidSurfaceResizeForSoftKeyboard()
/dports/editors/textadept/cdk-5.0-20200923/
H A Dalphalist.c117 tempWidth = (isFullWidth (width) in newCDKAlphalist()
170 tempWidth = (isFullWidth (width) in newCDKAlphalist()
H A Dfselect.c143 tempWidth = (isFullWidth (width) in newCDKFselect()
202 tempWidth = (isFullWidth (width) in newCDKFselect()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dalphalist.c117 tempWidth = (isFullWidth (width) in newCDKAlphalist()
170 tempWidth = (isFullWidth (width) in newCDKAlphalist()
H A Dfselect.c143 tempWidth = (isFullWidth (width) in newCDKFselect()
202 tempWidth = (isFullWidth (width) in newCDKFselect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/
H A DContentViewRenderView.java907 boolean isFullWidth = isAttachedToWindow() && getWidth() == getRootView().getWidth(); in shouldAvoidSurfaceResizeForSoftKeyboard()
908 if (!isFullWidth) return false; in shouldAvoidSurfaceResizeForSoftKeyboard()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/canvas/editor/
H A DLayerElementListEditor.tsx295 isFullWidth={false}
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DPipelineAdminPage.0e38943fa459e872fe93.js.map1isFullWidth={false}\n options={patternTypes}\n onChange={(v) => setPatternType(v.val…
H A D7948.0e38943fa459e872fe93.js.map1isFullWidth={false}\n />\n {selection.length > 0 && (\n <Button size=…
/dports/devel/ncurses/ncurses-6.3/test/
H A Dncurses.c1760 #define isFullWidth(ch) ((int)(ch) >= FULL_LO && (int)(ch) <= FULL_HI) macro
1771 if (isFullWidth(ch)) in normal_wchar()
1785 if (!isFullWidth(ch)) in target_wchar()
1788 if (isFullWidth(ch)) in target_wchar()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3richtext_p.h1233 bool isFullWidth() const { return fullWidth; } in isFullWidth() function
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqrichtext_p.h1277 bool isFullWidth() const { return fullWidth; } in isFullWidth() function

12