What is the translation of " PROTOTYPE " in English? S

Noun
prototype
אב טיפוס
אבטיפוס
אב הטיפוס
פרוטוטייפ
דגם
אבי טיפוס
ה של האבטיפוס
לאבטיפוס

Examples of using Prototype in Hebrew and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
מישהו זוכר Prototype?
Do you remember the prototype?
הטריילר של prototype 2 ממש טוב.
The graphics of Prototype 2 are quite good.
כל הכתבות בנושא"Prototype".
Various topics about the prototype.
The prototype property: היכן שמגדירים מה מורישים.
The prototype property: Where inherited members are defined.
הארלי דוידסון XR 1200 prototype.
Harley Davidson XR 1200 prototype.
גדעון, יכול Prototype טכיון יומר לכבלר Quantum?
Gideon, can the Tachyon Prototype be converted into a Quantum Splicer?
כל המתודות כולן מוגדרות בתוך ה-constructor's prototype.
The methods are all defined on the constructor's prototype.
משחקי פלאש רבים Prototype גרסה מלאה סיפור חוזר ונשנה של המשחק הזה.
Many flash games Prototype repeated story full version of this game.
האם אני חייב לייצר דגם ראשוני(Prototype) של האמצאה על מנת לקבל פטנט?
Is one obliged to prepare a prototype of one's invention to obtain a patent?
תבניות Prototype בנויים לפעמים לפני העיצוב מחויבת לייצור המוני.
Prototype molds are sometimes built before the design is committed to mass production.
במקרה הזה, אנחנו משתמשים בו על מנת ליצור אובייקטחדש שיהיה הערך של Teacher. prototype.
In this case we are using it to create a new object andmake it the value of Teacher. prototype.
(גדעון) באופן תיאורטי, אבל אני חייב להזהיר אותך, ד"ר ולס,המרת Prototype טכיון תעכב לוח הזמנים שלך.
(Gideon) Theoretically, but I must warn you, Dr. Wells,converting the Tachyon Prototype will delay your timetable.
עד עכשיו ראינו קצת הורשה בפעולה-ראינו כיצד prototype chains עובדות וכיצד מתודות ופרופ׳ מורשים בהמשך השרשרת.
So far we have seen some inheritance in action-we have seen how prototype chains work, and how members are inherited going up a chain.
אם אתה משתמש ב- Justinmind Prototype, בעורך, בחר את הכרטיסייה תבניות והשתמש באחת מרשתות התבנית: 12 או 16 עמודות.
If you are using Justinmind Prototype, in the editor, select the Templates tab and use one of the template grids: 12 or 16 columns.
Keys לדוגמא, לא מוגדרים בתוך()ולכן לא נוריש אותם לאובייקטים אשר יירשו מ-Object. prototype.
Keys(), and other members not defined inside the prototype bucket are not inherited by object instances or object types that inherit from Object. prototype.
הבנה של JavaScript object prototypes, כיצד שרשראות prototype עובדות, וכיצד להוסיף מתודות חדשות לתוך פרופ׳ בשם prototype.
To understand JavaScript object prototypes, how prototype chains work, and how to add new methods onto the prototype property.
הגדרנו אמנם constructor חדש, ויש לו את ה-property בשם prototype, אשר כברירת מחדל מכיל רק הפנייה ל-constructor function עצמה.
We have defined a new constructor, and it has a prototype property, which by default just contains a reference to the constructor function itself.
Prototype כאובייקט ה-prototype שלו, ולכן, הוא יירש ממנו אם וכאשר יצטרך,את כל המתודות שזמינות ב-Person. prototype.
Prototype as its prototype and will therefore inherit, if and when needed, all the methods available on Person. prototype.
כפי שהוסבר למעלה, אלו שנורשו הם אלו שמוגדרים במאפיין(property) בשם prototype- כלומר אלו הם שמתחילים עם. Object.
As mentioned above, the inherited ones are the ones defined on the prototype property(you could call it a sub-namespace)- that is, the ones that begin with Object. prototype.
ליתר דיוק, המתודות והמאפיינים מוגדרים במאפיין(property) בשם prototype ב-constructor functions ולא באובייקטים עצמם שנוצרו(object instance).
To be exact, the properties and methods are defined on the prototype property on the Objects' constructor functions, not the object instances themselves.
אז אולי נגדיר constant properties ב- prototype, כאלו שלא נשנה לעולם, אבל בכללי, זה עובד טוב יותר להגדיר properties בתוך ה-constructor.
So you might define constant properties on the prototype(i.e. ones that never need to change), but generally it works better to define properties inside the constructor.
לתשומת לב: אנחנו רוצים להדגיש את העבודה שמתודות ופרופ׳ לא מועתקים מאובייקט אחד לשני ב-prototype chain- הם זמינים עבורם באצעות הליכה על prototype chain כפי שהסברנו למעלה….
Note: We want to reiterate that the methods andproperties are not copied from one object to another in the prototype chain- they are accessed by walking up the chain as described above.
במאמר זה אנחנו נסביר כיצד שרשראות אבי טיפוס-(prototype chains) עובדות ונסתכל כיצד מאפיין(property) בשם prototype יכול לשמש עבור הוספת מתודות ל-constructors קיימים.
In this article we explore that difference, explain how prototype chains work, and look at how the prototype property can be used to add methods to existing constructors.
Prototype property, או באופן כללי, על המאפיין prototype של constructor function, שהוא בעצמו הוא אובייקט, הם נהיים זמינים עבור כל האובייקטים שייווצרו באמצעות ה-constructor בשם()Person.
Prototype property(or in general on a constructor function's prototype property, which is an object, as mentioned in the above section) become available to all the instance objects created using the Person() constructor.
אתם תראו מספרגדול של מתודות שמוגדרות ב-property בשם prototype של Object, אשר זמינות עבור אובייקטים שירשו מ-Object כפי שהסברנו למעלה.
You will see alarge number of methods defined on Object's prototype property, which are then available on objects that inherit from Object, as shown earlier.
JavaScript לעיתים קרובות מתוארת כשפה מונחית אבי-טיפוס(prototype-based language)- על מנת לאפשר הורשה,לאובייקטים יכול להיות אובייקט אב-טיפוס(prototype object), אשר מתפקד כאובייקט תבנית- אובייקט אב טיפוס אשר ממנו האובייקטים יכולים לירוש מתודות(methods) ומאפיינים(properties).
JavaScript is often described as a prototype-based language- to provide inheritance,objects can have a prototype object, which acts as a template object that it inherits methods and properties from.
מאז שנוסדה בשנת 1972, Digi-Key הייתה מחויבת להציע את מבחר הרכיבים האלקטרוניים הגדול ביותר שבמלאי, כמו גם לספק את השירות הטוב ביותר האפשרי ללקוחותיה ולסייע למהנדסיםבמשך כל תהליך התכנון, מאב-הטיפוס ועד לייצור(®From Prototype to Production).
Since its founding in 1972, Digi-Key has been committed to offering the broadest selection of in-stock electronic components, as well as providing the best service possible to its customers,aiding engineers through the entire design process, from Prototype to Production.
נסתכל כעת על דוגמא לשינוי של ה-property בשם prototype שנמצא ב-constructor function- מתודות שיתווספו ל-prototype יהיו זמינות עבור כל האובייקטים שנוצרו מאותה constructor function.
Let's have a look at an example of modifying the prototype property of a constructor function- methods added to the prototype are then available on all object instances created from the constructor.
מאמר זה כיסה את הנושא של JavaScript object prototypes, כולל כיצד prototype object chains מאפשרת לאובייקטים לירוש מתודות ופרופ׳ אחד מהשני, ראינו את ה-property בשם prototype וכיצד הוא יכול לשמש על מנת להוסיף מתודות ל-constructors וכן נושאים נוספים.
This article has covered JavaScript object prototypes, including how prototype object chains allow objects to inherit features from one another, the prototype property and how it can be used to add methods to constructors, and other related topics.
Results: 29, Time: 0.0222
S

Synonyms for Prototype

אב טיפוס אבטיפוס אב הטיפוס

Top dictionary queries

Hebrew - English