Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Relevant operator


Related Topics

In the News (Sat 28 Nov 09)

  
  The Uncertificated Securities Regulations 2001
(a) with the consent of the Operator; or
the relevant participating issuer shall, where the terms of issue of the security in question provide for a certificate to be issued, issue a certificate in respect of the units of the security to the relevant person.
(b) if the Operator shows that a participating issuer would be liable under regulation 46 to compensate the applicant for the loss in respect of which the application is made, by reason of the participating issuer's default in complying with, or contravention of, regulation 28(6).
www.opsi.gov.uk /si/si2001/20013755.htm   (15179 words)

  
  Relevant - Wikipedia, the free encyclopedia
Relevant operator, a concept in physics, see renormalization group
Relevance (law), a legal concept in the law of evidence
Relevant, Ain, a commune of the Ain département in France
en.wikipedia.org /wiki/Relevant   (98 words)

  
 6-01 Tort Law Section Newsletter   (Site not responding. Last check: 2007-10-25)
Relevant evidence means evidence having any tendency to make the existence of any fact that is of consequence to the determination of the action more probable or less probable than it would be without the evidence.
Relevancy is established where a fact offered tends to prove a fact in controversy or renders a matter in issue more or less probable.
In addition, relevant evidence may be excluded where it lacks sufficient probative value when considered in light of the danger of unfair prejudice, the likelihood of confusion of the issues, misleading the jury and considerations of undue delay, waste of time or the needless presentation of cumulative evidence.
www.illinoisbar.org /Sections/TortLaw/6-01a.htm   (2803 words)

  
 Regulations Implementing the Federal Coal Mine Health and Safety Act of 1969, as Amended [Rules and Regulations] ...
Sections 725.414 and 725.456(b)(1) govern the remaining documentary evidence relevant to the liability issue, i.e., evidence relevant to which of the miner's former employers is the responsible operator according to the criteria set forth in Sec.
The Department believes that it is appropriate to prohibit an operator's ability to introduce, in a modification proceeding, ``new'' evidence relevant to the operator's employment of the miner or the operator's status as a financially capable operator.
Operators are not limited to a single extension of time in which to obtain this evidence, although a district director may reasonably expect the operator to demonstrate its diligence prior to requesting an additional extension.
www.dol.gov /esa/regs/fedreg/final/2000122002.htm   (18967 words)

  
 [No title]
The special relief procedure, by contrast, is for the benefit of systems and operators that do not meet the small system criteria but that nonetheless seek to justify the application of the small system cost-of-service methodology in light of the particular circumstances they face.
We rejected the cable operator's argument that we should consider the merits of its petition for special relief without reference to this increase: Events that have transpired since the filing of the Petition may have a significant impact on the circumstances relied on to support the waiver.
Given that the changed circumstance reflects a substantial increase in the degree to which the operator exceeds the small cable company definition, a factor specifically identified by the Commission as being relevant with respect to such petitions, we cannot ignore the substantial impact that [the post-Petition] transactions have.
www.fcc.gov /ftp/Bureaus/Cable/Orders/1996_TXT/da961512.txt   (4376 words)

  
 03-8074 -- Shell Rocky Mountain Production v. Ultra Resources -- 07/19/2005
Shell filed suit in federal district court requesting a declaration that it is the operator of certain wells on the jointly leased properties pursuant to a previous settlement agreement binding the parties.
Consequently, we agree with the district court that the JOAs "evidence the parties' intent that Shell is to operate all wells drilled on the surface of Farmout Lands to all depths" while Ultra is to operate all wells drilled on the surface of Non-Farmout Lands to all depths.
The operating agreement does not function well if the risks associated with these activities are borne by the operator alone.
www.kscourts.org /ca10/cases/2005/07/03-8074.htm   (6097 words)

  
 Operator Overloading in Visual Basic 2005
Operator overloading is a powerful tool that allows you to redefine many operators (addition, subtraction, and so on) within classes and structures, making them more useful and relevant to the class or structure in question.
Operator overloading is the ability for you to define procedures for a set of operators on a given type.
Note that overloaded operators are always shared methods that always return a value, though the return value need not be of the same type as the types on which the operation is performed.
msdn.microsoft.com /library/default.asp?url=/library/en-us/dnvs05/html/vboperatoroverloading.asp   (3293 words)

  
 Operator Overloading - C# to IL
In the IL code given earlier, due to the presence of operator overloads in the C# code, the function op_Implicit was called.
In this case, since there are no operator overloads, the object reference to object a is simply put on the stack.
This function uses the unchecked operator in C#, which happens to be the default operator.
www.vijaymukhi.com /documents/books/ilbook/chap5.htm   (4171 words)

  
 [No title]
This note can be seen as an apologetic for relevant entailment for those who are familiar with truthmaking, or as an introduction to truthmaking for those familiar with logic.
Relevant logics commonly interpreted take the inference from A and ~AvB to B to be invalid, because the corresponding relevant conditional A&(~AvB) -> B is not a theorem.
In the intended semantics, the plain [ ] is given the McKinsey-Tarski interpretation as the interior operator of a topology, while the labelled [a] is given the standard Kripke semantics using a reflexive and transitive binary relation R_a.
arp.anu.edu.au /ftp/techreports/abstracts.txt   (8524 words)

  
 VisitScotland Expo 2008
The Operator may (i) display a sticker, a copy of the Code and any other promotional materials made available by VisitScotland, (ii) refer to the fact that it is “Working with VisitScotland” in the Operator’s promotional materials and (iii) display a current Quality Assurance Award (where applicable).
Therefore the Operator and staff will take a positive and proactive approach to dealing with queries from the general public (whether they are their own customers or not).
It is the Operator’s responsibility to be aware of, and comply with, all relevant statutory obligations and local licensing requirements relating to its business and to ensure that the Operator and its staff comply with these.
www.visitscotlandexpo.com /terms_conditions.php   (2449 words)

  
 Relevance Logic
Relevance logicians claim that what is unsettling about these so-called paradoxes is that in each of them the antecedent seems irrelevant to the consequent.
Relevant logicians point out that what is wrong with some of the paradoxes (and fallacies) is that is that the antecedents and consequents (or premises and conclusions) are on completely different topics.
The theory of relevance that is captured by at least some relevant logics can be understood in terms of how the corresponding natural deduction system records the real use of premises.
plato.stanford.edu /entries/logic-relevance   (4768 words)

  
 Operator Overloading and "This"   (Site not responding. Last check: 2007-10-25)
In the overloaded operator case however, the compiler is smart enough to figure out that when you write
To summarize, sometimes you have a choice of defining the overloaded operator function as a member function or a non-member function.
The first part is a pen and paper component where you make a table to show your understanding of overloading operators in the two ways discussed above--as member functions and as non-member functions.
www.cs.uregina.ca /Links/class-info/210/Overloading   (1086 words)

  
 [Ref: pasc-1003.2-104] Topic: expr | operator   (Site not responding. Last check: 2007-10-25)
operator Relevant Sections: 4.22.7 In IEEE Std 1003.2-1992 section 4.22.7 (Extended Description of the expr utility), P277, L4159-4160, the description of the
operator acted as a boolean arithmetic operator like the and operator.
operator for the expr cmd, and conforming implementations must conform to this.
www.pasc.org /interps/unofficial/db/p1003.2/pasc-1003.2-104.html   (372 words)

  
 IA DNR: Iowa Operator Certification   (Site not responding. Last check: 2007-10-25)
IDNR selected the Iowa Joint Operator Certification and Training Coordination Committee (Joint Op) to serve in a stakeholder capacity for the Operator Certification program.
IDNR participates in the meetings of the Joint Op Committee as a nonvoting member and uses the Committee as a technical resource and to provide advice in the development of policy and rules.
Operators are also encouraged to visit the web sites of the Joint Op's member organizations for additional information regarding training, participation and operator issues.
www.iowadnr.com /water/opcert2.html   (282 words)

  
 The Railways Act 1993 (Determination of Turnover) Order 2005
Section 55(7A) provides that such power includes a power to require the relevant operator to pay a reasonable sum as is specified in, or determined in accordance with, the final or provisional order in the event of any specified contravention of the terms of the order.
Section 57A(1) provides that certain bodies have power to impose a penalty on relevant operators where they are satisfied that a relevant operator has contravened or is contravening either a relevant condition or requirement or a final or provisional order.
The term "public sector operator", used in article 2(2)(a), is defined in section 25(1) of the Act, as amended by section 202 of the Greater London Authority Act 1999.
www.opsi.gov.uk /si/si2005/20052185.htm   (1367 words)

  
 Binc IMAP - Design
A Request object holds all information that is necessary for an Operator to serve a specific IMAP command.
It can perform all operations, such as fetching, deleting and copying with no knowledge of the type of mailbox it is working with.
In short, the Operator is used to perform an arbitrary operation on a Mailbox.
www.bincimap.org /bincimap-tech.html   (1286 words)

  
 Symbian and Network Operators
Symbian works closely with network operators around the world to understand their mobile requirements and help them to make the most of the advanced capabilities of Symbian OS and the ecosystem that surrounds it.
Together, Symbian, handset vendors and mobile network operators are bringing great Symbian smartphones to the market and enabling operators to expand their revenue potential through the fast roll out of advanced data services on a common platform.
The aim of the ORB is to present and discuss Symbian’s roadmap and relevant technologies with leading mobile network operators in an honest and confidential way.
www.symbian.com /operator   (420 words)

  
 note-relevant-feature.soar source
In 00015 # other words, this rule hypothesizes that the attribute is the most relevant 00016 # feature and should be abstracted last.
00033 # If an incorrect, top-state prediction operator is proposed for 00034 # the last abstraction and there's not currently a relevant-feature 00035 # noted on the top-state, then propose the operator and make it best.
What this does is ensure that the relevant-feature 00058 # attribute hasn't already been abstracted when changing the 00059 # relevant-feature from one thing to (presumably) another.
www.speakeasy.org /~wrayre/soar/sca/html/src_note-relevant-feature_csoar.html   (391 words)

  
 ICANN | Registrar Transfer Dispute Resolution Policy
This person or organization is the "legal entity" bound by the terms of the relevant service agreement with the Registry operator for the TLD in question.
In the case of a thin Registry, if the Registrar of Record's Whois is not accessible or is invalid, the Registry Operator must notify ICANN and place the dispute on hold until such time as the specific problem is resolved by ICANN.
If a Registry Operator decides a domain name registration should be transferred (either to the Gaining Registrar, or alternatively, back from the Gaining Registrar to the Registrar of Record), the Registry will wait fourteen (14) calendar days after it is informed of the decision before implementing that decision.
www.icann.org /transfers/dispute-policy-12jul04.htm   (3637 words)

  
 Commercial Vehicle Operator Products - Questions and Answers
In the future the Ministry will be testing various methods to validate that the requestor is the operator or is authorized by the operator to work on its behalf.
While the "operating as" name is, by definition, not a legal entity, it helps the registrant indicate more specifically to others the name the registrant is doing business.
The audit is conducted by a ministry auditor at the operator's principal place of business for the purpose of determining the operator's compliance with relevant highway safety regulations.
www.mto.gov.on.ca /english/trucks/csrp/internetq&a.htm   (2535 words)

  
 PHP: Comparison Operators - Manual
Please note that the ternary operator is a statement, and that it doesn't evaluate to a variable, but to the result of a statement.
They are talked about a bit more in the sections on strpos() and array_search() but those sections refer you to the section on Booleans for further information.
This operator is very is usefull and will save you time and lines once you get the hang of it.
www.php.net /manual/en/language.operators.comparison.php   (1711 words)

  
 ENJOY PERU - TOUR OPERATOR - TRAVEL AGENCY IN PERU, BOLIVIA AND ECUADOR
We are a DMC whose operations are Internet-based and up to now we have focused on the development of technologies for our own use, without ruling out the future development of a commercial product for the tourism sector.
This will be achieved: by innovation; by remaining a low cost producer; through efficiency and productivity; with seamless state of the art technology; and through expertise and knowledge in a highly trained and well rewarded work force; with traditional old world manners and service; being at all times environmentally sensitive.
Enjoy Peru, the only Travel Agency and Tour Operator which has edited a Tourism magazine, to be sold in Peru, with free editions for the World Travel Market in London and the Salon Mondial du Tourisme in Paris.
www.enjoyperu.com /peru_travel_tours_information/enjoy_peru_travel_agency/enjoy_peru_travel_agency.html   (1369 words)

  
 IGLU.COM
We must pass the information on to the relevant suppliers of your travel arrangements such as your tour operator, airlines, hotels, transport companies etc. The information may also be provided to security or credit checking companies, public authorities such as customs/immigration if required by them, or as required by law.
Usually your tour operator or other principal will pass this information onto their suppliers once we have provided it to them.
The tour operator or other principal's use of your information is subject to their policy, both in respect of your booking and any future marketing, and is their responsibility.
www.iglu.com /privacy.cfm   (1685 words)

  
 Guides > C++   (Site not responding. Last check: 2007-10-25)
A function object is an object whose class overloads the function call operator.
A generic function object defines the overloaded function call operator as a member function template.
Negators are used to reverse the result of certain Boolean operations.
www.informit.com /guides/printerfriendly.asp?g=cplusplus&seqNum=97   (320 words)

  
 Kentucky.gov: - Live Help
Live Help is a chat tool that allows a Kentucky.gov Live Help Operator to help you find the information you need if it is available on an official Commonwealth website.
Though the live help operators may not be able to provide answers to specific questions, they will be able to direct you to a relevant webpage or in some cases an agency contact.
If you have a question for a state agency, but are unsure which office to contact, please contact the State Operator at 502.564.3130 or visit the State Employee Directory.
kentucky.gov /helpcenter/livehelp.htm   (236 words)

  
 Find an RT Operator - Responsible Tourism in Asia - Wild Asia
It is important to receive constructive feedback on all operators who have submitted a self-assessment.
Today, AOS is a large, diverisifed, travel and tour operator -- yet they still run some of their flagshp nature tours.
They run a small operation with a network of passionate individuals and supported by some of the most skilled river and jungle guides, the orang aslis themselves.
wildasia.net /RT/RT_who.cfm   (1297 words)

  
 : Comm Operator, review at WorldSSP.net
Comm Operator simulates the rs232 device, such as GPS receiver, total station, and software related.
Comm Operator Comm Operator simulates the rs232 device, such as GPS receiver, total station, and software related.
Comm Operator can log the data to and from COM port.
www.worldssp.net /webinfo_m.asp?proid=14762   (521 words)

  
 [No title]   (Site not responding. Last check: 2007-10-25)
Specifically, Maxcom seeks a LOR to provide non-optional operator services throughout the State of Colorado.
Maxcom, Inc., is granted a Letter of Registration to provide intrastate, non-optional operator services throughout the State of Colorado.
The tariff shall include, at a minimum, appropriate tariff sheets stating just and reasonable rates, relevant operator service rules, citation to this Decision and Order as authority to provide service, and the name, telephone number, and address of a customer-complaint representative for the company.
www.dora.state.co.us /PUC./decisions/2001/C01-0649_01N-262T.doc   (767 words)

  
 Cendant: Main
With the closing of this sale on August 23, 2006, the Separation Plan was completed.
The Company is now comprised principally of its vehicle rental operations of Avis Budget Car Rental, LLC, which through its Avis and Budget brands, is the largest general-use vehicle rental operator in each of North America, Australia, New Zealand and certain other regions.
Click here to download quarterly revenue drivers and key operating statistics.
www.cendant.com   (693 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.