Home
last modified time | relevance | path

Searched refs:override (Results 126 – 150 of 240) sorted by last modified time

12345678910

/plugin/codemirror/dist/
H A Dscripts.min.js6 …on(b){return l(b,a)}}function h(a){var b=a.state.closeBrackets;if(!b||b.override)return b;var c=a.…
/plugin/codemirror/dist/modes/
H A Dmllike.min.js.map1override","public","return!","return","select","static","upcast","use!","use","void","yield!","yie…
H A Dswift.min.js.map1 …,\"internal\",\"fileprivate\",\"private\",\"deinit\",\"init\",\"new\",\"override\",\"self\",\"subs…
H A Dttcn.min.js.map1 …par mtc noblock not not4b nowait\" +\n \" of on optional or or4b out override param pattern por…
H A Dgfm.min.js.map1 … state.combineTokens = null;\n\n // Hack to prevent formatting override inside code block…
H A Dhaskell.min.js.map1override","overrideKeywords","word","hasOwnProperty","startState","copyState","s","token","stream"…
H A Drust.min.js.map1 …|enum|extern|fn|for|final|if|impl|in|loop|macro|match|mod|move|offsetof|override|priv|proc|pub|pur…
H A Dcss.min.js.map1override","ret","style","tp","tokenBase","stream","state","ch","next","result","eatWhile","current…
H A Dpascal.min.js.map1 … +\n \"nodefault noreturn nostackframe oldfpccall otherwise overload override \" +\n \"pasca…
H A Dverilog.min.js.map1 …n) {\n // Call hook, with an optional return value of a style to override verilog styling.\…
H A Dscheme.min.js.map1 …rit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide p…
H A Dclike.min.js.map1override private protected public \" +\n \"reinterpret_cast requires static_assert static_cast te…
H A Dd.min.js.map1 … \"import inout invariant is lazy macro module new nothrow override package pragma pr…
H A Dmllike.min.js1 …,mutable:"keyword",namespace:"keyword","new":"keyword","null":"keyword",override:"keyword","privat…
H A Dstylus.min.js.map1override","length","tokenBase","stream","state","string","match","context","line","firstWord","rep…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1override\n // existing mappings.\n { keys: '<Left>', type: 'keyToKey', toKeys: 'h' },\n {…
/plugin/autotranslation/
H A Daction.php303 $override = isset($_REQUEST['tns']); // override enabled - comes from the bottom bar.
320 if ( empty( $currentSessionLanguage ) && !$override ) {
338 if ( $override && $pageLang != $currentSessionLanguage ) {
342 } else if ( !$override ) {
366 if ( $override ) {
/plugin/revealjs/js/
H A Dreveal.js2152 function toggleHelp( override ){ argument
2154 if( typeof override === 'boolean' ) {
2155 override ? showHelp() : closeOverlay();
2639 function toggleOverview( override ) { argument
2641 if( typeof override === 'boolean' ) {
2804 function togglePause( override ) { argument
2806 if( typeof override === 'boolean' ) {
2807 override ? pause() : resume();
2833 function toggleAutoSlide( override ) { argument
2835 if( typeof override === 'boolean' ) {
[all …]
/plugin/revealjs/
H A Dchangelog.md84 * Merge commits from ogobrecht enabling to override configuration options and improve IE support
/plugin/revealjs/css/theme/
H A DREADME.md18 This is where you override the default theme. Either by specifying variables (see [settings.scss](h…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …d context.method from\n // \"return\" to \"throw\", let that override the TypeError bel…
H A Dpdf.worker.js35558 function createOS2Table(properties, charstrings, override) {
35559 override = override || {
35609 …var unitsPerEm = override.unitsPerEm || 1 / (properties.fontMatrix || _util.FONT_IDENTITY_MATRIX)[…
35611 var typoAscent = override.ascent || Math.round(scale * (properties.ascent || bbox[3]));
35612 var typoDescent = override.descent || Math.round(scale * (properties.descent || bbox[1]));
35618 var winAscent = override.yMax || typoAscent;
35619 var winDescent = -override.yMin || -typoDescent;
H A Dpdf.worker.js.map1override","unitsPerEm","yMax","yMin","ulUnicodeRange1","ulUnicodeRange2","ulUnicodeRange3","ulUnic…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1843 so we can override the opaque grey background when the window is inactive;
H A Dviewer.js.map1override existing `AppOptions`.\n return;\n }\n try {\n const prefs = await this.p…

12345678910