Search references for TEMPORARY VARIABLE. Phrases containing TEMPORARY VARIABLE
See searches and references containing TEMPORARY VARIABLE!TEMPORARY VARIABLE
In computer programming, a temporary variable is a variable with short lifetime, usually to hold data that will soon be discarded, or before it can be
Temporary_variable
Directory for storing temporary data in a computer file system
SYS$SCRATCH and in AmigaDOS T: are used. Temporary file Temporary variable Trash (computing) "Recognized Environment Variables". Microsoft. Retrieved 13 March
Temporary_folder
simplest and probably most widely used method to swap two variables is to use a third temporary variable: define swap (x, y) temp := x x := y y := temp While
Swap_(computer_programming)
Named container for a particular type of data
In some high-level programming languages, a variable is an abstract storage or indirection location paired with an associated symbolic name, which contains
Variable (high-level programming language)
Variable_(high-level_programming_language)
User-definable variable associated with each running process in many operating systems
of the TEMP environment variable to discover a suitable location to store temporary files, or the HOME or USERPROFILE variable to find the directory structure
Environment_variable
Binary arithmetic algorithm
exclusive or bitwise operation to swap the values of two variables without using the temporary variable which is normally required. The algorithm is primarily
XOR_swap_algorithm
Computer file type
files across a reboot. Temp File Cleaner Temporary folder Temporary filesystem Temporary variable "Windows Temporary Files". Microsoft Support. 7 July 2005
Temporary_file
Object-oriented programming language
by all. The two kinds of variables commonly used in Smalltalk are instance variables and temporary variables. Other variables and related terminology depend
Smalltalk
Computer programming, a variable only usable in a portion of a program (the scope)
In computer science, a local variable is a variable that is given local scope. A local variable reference in the function or block in which it is declared
Local_variable
use a temporary variable. For example, instead of either listing an expression repeatedly: a.b().c(); a.b().d(); or using a temporary variable: n = a
Method_cascading
Revision of the C++ programming language released in 2026
methods/functions with a specified reason Forbidding returning reference to a temporary variable in a function template for compile-time loops (a.k.a. expansion statements)
C++26
Topics referred to by the same term
refer to: Temperature Weather, by association Temporary file, in computing Temporary folder Temporary variable Temp track, or temp score or temp music, audio
Temp
Part of a computer program where a given name binding is valid
f() in x * x end is an expression that evaluates to 144, using a temporary variable named x to avoid calling f() twice. Some languages with block scope
Scope_(computer_programming)
Dynamic display refresh rate that can continuously and seamlessly vary on the fly
management by temporarily lowering a display's refresh rate during periods of little movement on the screen to save power. Vector displays had a variable refresh
Variable_refresh_rate
Species of dragonfly
The variable darner (Aeshna interrupta) is a dragonfly of the family Aeshnidae, native from Alaska through the Northwest Territories to Newfoundland, south
Variable_darner
Programming language for programmable logic controllers
Program VAR_EXTERNAL Start_Stop : BOOL; ON_OFF : BOOL; END_VAR VAR // Temporary variables for logic handling ONS_Trig : BOOL; Rising_ONS : BOOL; END_VAR //
Structured_text
Local variable in computer programming
automatic variable is a local variable which is allocated and deallocated automatically when program flow enters and leaves the variable's scope. The
Automatic_variable
O(n) sorting algorithm
= Kc−1 + 1. (Neubert calls this the "cycle leader".) Copy Ai to a temporary variable t and repeat: Compute the bucket b to which t belongs. Let j = Lb
Flashsort
Setting or re-setting the value associated with a variable name
stored in the storage location(s) denoted by a variable name; in other words, it copies a value into the variable. In most imperative programming languages
Assignment_(computer_science)
Maximum legal speed of vehicles
the M25 and Luton has had the capability for variable speed limits. In January 2010 temporary variable speed cameras on the M1 between J25 and J28 were
Speed_limit
Sorting algorithm
operation in-place as x ← A[j]; A[j] ← A[j-1]; A[j-1] ← x (where x is a temporary variable), a slightly faster version can be produced that moves A[i] to its
Insertion_sort
Code coverage criterion
(breaking them into several independently evaluated conditions using temporary variables, the values of which are then used in the decision) which do not
Modified condition/decision coverage
Modified_condition/decision_coverage
Database manager part of the Microsoft 365 package
Access 2007, enhanced macros included error-handling and support for temporary variables. Access 2007 also introduced embedded macros that are essentially
Microsoft_Access
Free and open-source compiler for various programming languages
GIMPLE, complex expressions are split into a three-address code using temporary variables. This representation was inspired by the SIMPLE representation proposed
GNU_Compiler_Collection
Star whose brightness fluctuates, as seen from Earth
A variable star is a star whose brightness as seen from Earth (its apparent magnitude) changes systematically with time. This variation may be caused by
Variable_star
Programming language operator
typeof can be useful for binding to variables of unknown type in macros. In this example, max must use temporary variables to avoid the inputs being evaluated
Typeof
child with the smaller Ershov number Issue an instruction to load the temporary variable back into a register Issue an instruction to perform the operation
Ershov_Number
Airplane wings capable of changing position to alter their geometry
A variable-sweep wing, colloquially known as a "swing wing", is an airplane wing, or set of wings, that may be modified during flight, swept back and then
Variable-sweep_wing
Set of rules defining correctly structured C++ program
common variable types in C++ are local variables inside a function or block, and temporary variables. The common feature about automatic variables is that
C++_syntax
Variable which is defined but never used
an unreferenced variable to be a symptom of a potential coding fault. On the other hand, unreferenced variables can be used as temporary placeholders to
Unreferenced_variable
Variable; Remove Control Flag; Remove Middle Man; Replace Literal with Table Lookup; Replace Nested; Conditional with Guard Clauses; Split Temporary Variable;
Database_refactoring
Use of functions that call themselves
calls and growing the call stack. The iterative algorithm requires a temporary variable, and even given knowledge of the Euclidean algorithm it is more difficult
Recursion_(computer_science)
Type of computer
execute more data cache cycles for temporary values and local variables than do register machines. On stack machines, temporary values often get spilled into
Stack_machine
1978 book by Brian W. Kernighan and P. J. Plauger
directly. Use library functions whenever feasible. Avoid too many temporary variables. Write clearly – don't sacrifice clarity for efficiency. Let the
The Elements of Programming Style
The_Elements_of_Programming_Style
Computer format for representing real numbers
the programmer must save the product in a large enough register or temporary variable, and code the renormalization explicitly. Overflow happens when the
Fixed-point_arithmetic
Electronic traffic sign with changeable messages
A variable- (also changeable-, electronic-, or dynamic-) message sign or message board, often abbreviated VMS, VMB, CMS, or DMS, and in the UK known as
Variable-message_sign
a form, and when you see curSales you will know that it is a Currency variable. When selecting a query from a drop-down list, you will know that a query
Leszynski_naming_convention
Stars with irregular large fluctuations in brightness
In astronomy, cataclysmic variable stars (CVs) are stars which irregularly increase in brightness by a large factor, then drop back down to a quiescent
Cataclysmic_variable_star
Script file for Microsoft computer operating systems
topic. The PATHEXT environment variable can change the aforesaid default. COMMAND.COM and cmd.exe support special variables (%0, %1 through %9) in order
Batch_file
Windows browser cache folder
located at %USERPROFILE%\Local Settings\Temporary Internet Files where %USERPROFILE% is an environment variable pointing to the root directory of the logged-in
Temporary_Internet_Files
Open standard for parallelizing
means each thread will have a local copy and use it as a temporary variable. A private variable is not initialized and the value is not maintained for use
OpenMP
Algorithm for computing greatest common divisors
The temporary variable t holds the value of rk−1 while the next remainder rk is being calculated. At the end of the loop iteration, the variable b holds
Euclidean_algorithm
The temporary equilibrium method has been devised by Alfred Marshall for analyzing economic systems that comprise interdependent variables of different
Temporary_equilibrium_method
Object or module in concurrent programming
at least one condition variable. A condition variable is explicitly 'signalled' when the object's state is modified, temporarily passing the mutex to another
Monitor_(synchronization)
Linux standard for directory structure
"/var/run : Run-time variable data". Filesystem Hierarchy Standard 2.3. Retrieved 5 October 2025. "5.13. /var/run : Run-time variable data". Filesystem Hierarchy
Filesystem_Hierarchy_Standard
Object that enables processing collection items in order
used more than once for each advance, it needs to be stored in a temporary variable. When an advance is needed without data access (i.e. to skip a given
Iterator
Method of interpolating functions on a 2D grid
bilinear interpolation is a method for interpolating functions of two variables (e.g., x and y) using repeated linear interpolation. It is usually applied
Bilinear_interpolation
Algorithm in mathematics
_{j=1}^{N}\beta _{j}(t+1)a_{ij}b_{j}(y_{t+1}).} We can now calculate the temporary variables, according to Bayes' theorem: γ i ( t ) = P ( X t = i ∣ Y , θ ) =
Baum–Welch_algorithm
UNIX environment variable
TMPDIR is the canonical environment variable in Unix and POSIX that should be used to specify a temporary directory for scratch space. Most Unix programs
TMPDIR
Loop transformation technique
execution), unrolling may require additional registers to store temporary variables across iterations, limiting register reuse. Branch Prediction: Modern
Loop_unrolling
Type of variable stars
W Virginis variables are a subclass of Type II Cepheids which exhibit pulsation periods between 10–20 days, and are of spectral class F6 – K2. They were
W_Virginis_variable
Low-level shading language
ADDRESS variables are registers. ATTRIB are per-vertex attributes. PARAM are uniform properties - constants, Env or Local. TEMP temporary variables. ALIAS
ARB_assembly_language
Class of eclipsing binary stars
Algol variables or Algol-type binaries are a class of eclipsing binary stars that are similar to the prototype member of this class, β Persei (Beta Persei
Algol_variable
Cataclysmic variable star, consisting of a close binary star system
A dwarf nova (pl. novae), or U Geminorum variable, is one of several types of cataclysmic variable star, consisting of a close binary star system in which
Dwarf_nova
Reflection nebula in the constellation Monoceros
NGC 2261 (also known as Hubble's Variable Nebula or Caldwell 46) is a variable nebula located in the constellation Monoceros. The nebula is illuminated
NGC_2261
Aspect of photography history
range from standard wide angle to long telephoto; albeit with a small variable maximum aperture to keep size, weight and cost within reason. Although
History of the single-lens reflex camera
History_of_the_single-lens_reflex_camera
Data structure in computer board games
properties of spaces over the board, and special or temporary bitboards (like temporary variables) may represent local properties or hold intermediate
Bitboard
initialized to be free variables. The built-in predicate arg/3 can be used to access array elements, but it requires a temporary variable to store the result
B-Prolog
Control loop feedback mechanism
target value (setpoint or SP) with the actual value of the system (process variable or PV). The difference between these two values is called the error value
PID_controller
Experimental tool and programming language
conditional statements, and WHILE-DO control flow loop structures. While temporary variables cannot be created except by calling plug-in methods or belief/goal
3APL
Industrial standard for programmable logic controllers
type is prohibited. Variable attributes: RETAIN, CONSTANT, AT Global Direct (local) I/O Mapping – Input, Output, I/O External Temporary Resource – Like a
IEC_61131-3
Specialized computer hardware
allowing greater concurrency, having specific datapaths for their temporary variables, and reducing the overhead of instruction control in the fetch-decode-execute
Hardware_acceleration
Overview of GPS conversion formulas
s D e g r e e s {\displaystyle {\rm {floorAbsDegrees}}} are just temporary variables to handle both positive and negative values properly. A coordinate
Geographic coordinate conversion
Geographic_coordinate_conversion
Device used to reduce the power level of an optical signal
basic types of optical attenuators are fixed, step-wise variable, and continuously variable. Optical attenuators are commonly used in fiber-optic communications
Optical_attenuator
Syntactic ambiguity in C++
functional cast is intended to convert an expression for initializing a variable: void f(double x) { // An integer named i is assigned a C-style-cast value
Most_vexing_parse
Psychology Unit (MRC Cognition and Brain Sciences Unit) in Cambridge; variable-message signs (VMS) on the M6; before joining the M25, the vehicles had
List_of_Equinox_episodes
Building in New Haven, Connecticut
all-electric machinery in its laundry and kitchens, and there are separate variable refrigerant flow systems for the hotel's hot-water and HVAC systems. The
Hotel_Marcel
appropriate radiation protection measures are taken there, e.g. that a temporary control area is set up. Scintigraphy is a nuclear medicine procedure in
History of radiation protection
History_of_radiation_protection
multiple statements inside the loop use the index, some private temporary variables may be created to cope with the different iteration paces. The reverse
Normalized_loop
Aspect of computer programming
In Python 3, explicit deletion of variables requires the del keyword. x = 15 my_sequence = [0 for useless_variable in range(x)] my_sequence[0] = -127
Code_cleanup
Free online crowdsourced encyclopedia
software incorporates programming features such as a macro language, variables, a transclusion system for templates, and URL redirection. MediaWiki is
Wikipedia
recognized as an independent state by some or all European Union members. *A variable dialing plan has different dialing procedures for local and long-distance
Telephone_numbers_in_Europe
System used by trains to cross a break of gauge
Variable gauge systems allow railway vehicles to travel between two railways with different track gauges. Vehicles are equipped with variable gauge axles
Variable_gauge
Aviation museum in Via Lidorno
by Gianni Caproni, was a pioneering biplane that featured an innovative variable-pitch propeller (the pitch of whose blades, however, could be adjusted
Gianni Caproni Museum of Aeronautics
Gianni_Caproni_Museum_of_Aeronautics
Technique for creating lexically scoped first class functions
variables enables capturing variables by value. Even if the variable to capture is non-final, it can always be copied to a temporary final variable just
Closure (computer programming)
Closure_(computer_programming)
Partition into two separate parts
over one and not the other. Treating continuous variables or multicategorical variables as binary variables is called dichotomization. The discretization
Dichotomy
1975–2014 period in Spanish history
exceeded 20% of the working population, a record figure, although two other variables intervened in its growth: the entry into the workforce of the baby boom
Reign_of_Juan_Carlos_I
the class, the method called in a variable initializer can reference a variable that is defined below the variable being initialized. Since initialization
Comparison of C Sharp and Java
Comparison_of_C_Sharp_and_Java
Macros whose expansion is guaranteed not to cause the capture of identifiers
programming languages, it is possible for a new variable name, or symbol, to be generated and bound to a temporary location. The language processing system ensures
Hygienic_macro
Nigerian politician (1920–1983)
September 2019. Retrieved 31 December 2023. Fejoh, J. (2016). "Bio-Social Variables as Predictors of Teacher Union Leaders' Adherence to Democratic Principles
Aminu_Kano
purposes.. The inter-correlations of the variables measured by EPPS are quite low. It indicates that the variables being measured are relatively independent
Edwards Personal Preference Schedule
Edwards_Personal_Preference_Schedule
Mainframe computer operating system
routine runs on top of the client stack, storing its locals and temporary variables there. This allows many clients to be running the same routine at
Burroughs_MCP
Control flow construct for executing code repeatedly
result in the variable taking on a range of integer values. A common identifier naming convention is for the loop counter to use the variable names i, j
Loop_(statement)
X-ray source that only emits soft X-rays
(LMC), CAL 87 LMC), and 1E 0035.4-7230 (SMC). A symbiotic binary star is a variable binary star system in which a red giant has expanded its outer envelope
Supersoft_X-ray_source
GNU replacement for the Bourne shell
Environment variables are signified by all capital letters. Environment variables include UNIX variables like LESS_SIGUSR1, and Bourne shell variables such as
Bash_(Unix_shell)
Country in South Asia
Pakistan. Urdu: پَاکِسْتَان, Urdu pronunciation: [ˈpɑːkɪstɑːn] ; Pronounced variably in English as /ˈpækɪstæn/ , /ˈpɑːkɪstɑːn/ , /ˌpækɪˈstæn/, and /ˌpɑːkɪˈstɑːn/
Pakistan
Historic cartel in the coal industry
cartel succeeded in the narrow sense that the coefficient on the cartel variable is statistically significant, but failed in a wider sense since it raised
Limitation_of_the_Vend
Mike (September 2004). "Swingin' on a Spar: The birth and development of variable-geometry aircraft". Airpower. Vol. 34, no. 9. p. 46. Dinius, Dede (25 July
List of accidents and incidents involving military aircraft (1950–1954)
List_of_accidents_and_incidents_involving_military_aircraft_(1950–1954)
retting tanks consisted of artificial, water-filled, rectangular basins of variable depths, although they were not usually deeper than 2 m (6.56 ft). These
History_of_cannabis_in_Italy
Family of rodents
thicker in some species than others. The coat color of squirrels is highly variable between—and often even within—species. In most squirrel species, the hind
Squirrel
Pay and benefits for upper management
salary—one million dollars or otherwise—and higher the fraction is made up of variable or "at-risk" pay). In 2010, 85.1 percent of CEOs at S&P 500 companies received
Executive compensation in the United States
Executive_compensation_in_the_United_States
Failing to report details of an error
the call being NULL, and error information is stored in a global errno variable. This code makes sure the file is valid before accessing it, but if fopen
Error_hiding
interpreted as indicative of the existence of a relationship between variable oceanic oxygenation, nitrogen supply and the evolution of early Cambrian
2024_in_paleontology
Culturally recognised union between people
CUNY. Archived from the original (PDF) on 17 December 2008. See Variable 170 and Variable 171 Murdock, G.P.; White, D.R. (1969). "Standard cross-cultural
Marriage
Factors influencing the likelihood of a person having children
according to studies both from the Western World. Illegalization of abortion temporarily increased birth rates in communist Romania for a few years, but this
Fertility_factor_(demography)
Computer science concept
with the names of variables that hold values to pass to it. During a computer program's execution, the values are placed into temporary storage, then execution
Type_system
Brazilian presidential administration from 2011 to 2016
annual list published by the World Economic Forum, which analyses 118 variables grouped into 12 different categories. In the meantime, in 2012, Brazil's
Presidency_of_Dilma_Rousseff
move or retain the movable holidays specified on Republic Act 9492, temporarily suspending it for 11 years until the administration of Bongbong Marcos
Holiday_economics
Lessons Volume 1.1 - Coursework", Chris Carter (2018) [12”] Mute 581 - "Variables - 1976", Chris Carter (2018) Mute 582 - "Klavierstuck V", Irmin Schmidt
Mute_Records_discography
map gas mortars, a stabilized gas capable of producing controlled and variable flame effects. Gaspar explained, "The gas was in big mortar holding tanks;
Special effects of Batman Returns
Special_effects_of_Batman_Returns
TEMPORARY VARIABLE
TEMPORARY VARIABLE
Girl/Female
Gujarati, Hindu, Indian, Kannada, Rajasthani, Traditional
A Flowering Plan; Generally Used for Temporary Skin Decoration for Special Occasions
Girl/Female
Biblical
According to variable songs or tunes.
Boy/Male
Anglo, Australian, British, English, French, Swedish
Variable; Brave with the Spear; Spear Rule
Surname or Lastname
English (of Norman origin)
English (of Norman origin) : habitational name from Saint-Hilaire-du-Harcouët in La Manche, which gets its name from the dedication of its church to St. Hilary, or alternatively from either of the places, in La Manche and Somme, called Saint-Lô. Both of the latter are named from a 6th-century St. Lauto, bishop of Coutances; his name is of variable form in the sources and uncertain etymology.North German : habitational name for someone from Sandel.Jewish (eastern Ashkenazic) : occupational name for a cobbler or shoemaker, Yiddish sandler (from Hebrew sandelar, from Late Latin sandalarius, an agent derivative of sandalium ‘shoe’).
Surname or Lastname
English
English : topographic name for someone living on (and farming) a hide of land, Old English hī(gi)d. This was a variable measure of land, differing from place to place and time to time, and seems from the etymology to have been originally fixed as the amount necessary to support one (extended) family (Old English hīgan, hīwan ‘household’). In some cases the surname is habitational, from any of the many minor places named with this word, as for example Hyde in Greater Manchester, Bedfordshire, and Hampshire.English : variant of Ide, with inorganic initial H-. Compare Herrick.Jewish (American) : Americanized spelling of Haid.
Boy/Male
Anglo, British, English
Variable
Surname or Lastname
English
English : local name for someone who lived in a small cottage or temporary dwelling, Middle English logge (Old French loge, of Germanic origin). The term was used in particular of a cabin erected by masons working on the site of a particular construction project, such as a church or cathedral, and so it was probably in many cases equivalent to an occupational name for a mason. Reaney suggests that one early form, atte Logge, might sometimes have denoted the warden of a masons’ lodge.Henry Cabot Lodge (1850–1924), the influential U.S. senator from MA, was born in Boston, the only son of John Ellerton Lodge, a prosperous merchant and owner of swift clipper ships engaged in commerce with China, one of several Lodges who emigrated from England in the 18th and 19th centuries.
Surname or Lastname
English (chiefly Lancashire)
English (chiefly Lancashire) : topographic name for someone who lived by or worked at a rough temporary shelter for animals, Middle English helm (Old Norse hjalmr, related to the Old English and Old High German words in 2 below), or a habitational name from a minor place named Helm or Helme from this word, as for example in County Durham, Northumberland, and West Yorkshire.English, German, and Dutch : metonymic occupational name for a maker of helmets, from Middle English, Middle High German, Middle Dutch helm.German and Dutch : from a medieval personal name, a short form of any of the various compound names formed with helm ‘helmet’. Compare, e.g., Helmbrecht.Scottish : habitational name from Helme in Roxburghshire (Borders).Jewish (Ashkenazic) : ornamental name from German Helm ‘helmet’.
Biblical
according to variable songs or tunes,
Surname or Lastname
English
English : from Middle English winter ‘winter’ + bottom ‘valley’, hence a topographic name, especially in the hilly regions of Lancashire and Yorkshire, for someone whose principal dwelling was in a valley inhabited only in winter (the summer being spent in temporary shelters on the upland pasture).
Surname or Lastname
English
English : from a medieval male personal name (from Latin Hilarius, a derivative of hilaris ‘cheerful’, ‘glad’, from Greek hilaros ‘propitious’, ‘joyful’). The Latin name was chosen by many early Christians to express their joy and hope of salvation, and was borne by several saints, including a 4th-century bishop of Poitiers noted for his vigorous resistance to the Arian heresy, and a 5th-century bishop of Arles. Largely due to veneration of the first of these, the name became popular in France in the forms Hilari and Hilaire, and was brought to England by the Norman conquerors.English : from the much rarer female personal name Eulalie (from Latin Eulalia, from Greek eulalos ‘eloquent’, literally well-speaking, chosen by early Christians as a reference to the gift of tongues), likewise introduced into England by the Normans. A St. Eulalia was crucified at Barcelona in the reign of the Emperor Diocletian and became the patron of that city. In England the name underwent dissimilation of the sequence -l-l- to -l-r- and the unfamiliar initial vowel was also mutilated, so that eventually the name was considered as no more than a feminine form of Hilary (of which the initial aspirate was in any case variable).
Surname or Lastname
English
English : of uncertain origin; perhaps a topographic name for someone living on low-lying land (Old English ēg) with a hut or temporary shelter (Old Norse skáli) on it.
TEMPORARY VARIABLE
TEMPORARY VARIABLE
Boy/Male
Gujarati, Hindu, Indian, Kannada, Marathi, Modern, Punjabi, Sikh, Telugu
Salvation; Freedom from Births
Female
Native American
Native American Algonquin name NADIE means "wise."
Girl/Female
Indian
Red
Boy/Male
Indian
Ruler, Prince, Rich, Prosperous
Boy/Male
Tamil
Lord of the world
Girl/Female
Tamil
To get everything
Male
Egyptian
, a captain and Sutenrekh.
Boy/Male
Turkish
Flowing ocean.
Male
Italian
Italian form of Latin Paulus, PAOLO means "small."
Girl/Female
Arabic, Muslim
Dedicated to; Intent; Busy; Feminine of Akif
TEMPORARY VARIABLE
TEMPORARY VARIABLE
TEMPORARY VARIABLE
TEMPORARY VARIABLE
TEMPORARY VARIABLE
v. i.
To lodge; to have a temporary residence.
a.
Of or pertaining to the temple or temples; as, the temporal bone; a temporal artery.
n.
Especially, temporary delay, interruption, or cessation
n.
Temporary cessation; intermission; suspension.
a.
Situated back of the temporal bone or the temporal region of the skull; -- applied especially to a bone which usually connects the supraclavicle with the skull in the pectoral arch of fishes.
n.
Anything temporal or secular; a temporality; -- used chiefly in the plural.
a.
For temporary use; -- applied to a temporary contrivance.
a.
Lasting for a time only; existing or continuing for a limited time; not permanent; as, the patient has obtained temporary relief.
a.
Temporarity.
n.
Temporary inaction or waiting; hesitation; suspence; doubt.
adv.
In a temporary manner; for a time.
n.
Suspension; temporary suppression.
n.
Civil or political, as distinguished from ecclesiastical; as, temporal power; temporal courts.
n.
A temporary cessation of storm or confusion.
a.
Making temporary provision; provisional.
adv.
In a temporal manner; secularly.
a.
Having temporary cessations; not continual; intermittent.
n.
A post-temporal bone.
a.
Rigged for temporary service. See Jury, a.