El atributo src es utilizado para enlazar un archivo script externo.
The src attribute is used to link in an external script file.
Crearemos el archivo script más tarde cuando conozcamos qué queremos poner en él.
We'll create the script file later when we know what we want to put in it.
Ejecuta la sentencia incluida en el archivo script.
Por ejemplo: kjs -e "print('hello world')" guion Ejecuta la sentencia incluida en el archivo script.
For example: kjs -e "print('hello world')" script Executes the statements included in file script.
Esto crea un archivo script de cambios de base de datos que se puede ejecutar o guardar para ejecutarlo más tarde.
This creates a database change script file which can be executed, or saved for later execution.
Una vista tiene el mismo nombre que es utilizada para identificar un archivo script de vista cuando se presenta.
A view has a name which is used to identify the view script file when rendering.
Si el archivo script actual fue incluido o requerido con incluye o requiere, entonces el control es pasado de regreso al archivo que hizo el llamado.
If the current script file was included or required, then control is passed back to the calling file.
Cuando se procede de este modo lo que se está haciendo es crear un archivo script, que luego es ejecutado.
When you use mysql this way, you are creating a script file, then executing the script.
Además, si el archivo script actual fue incluido con include, entonces el valor dado a return será retornado como el valor de la llamada include.
Furthermore, if the current script file was included, then the value given to return will be returned as the value of the include call.
Un archivo script opcional (código PHP que se ejecuta antes, durante y/o después de la instalación, desinstalación y actualización) se puede definir mediante un elemento <scriptfile>.
An optional script file (PHP code that is run before, during and/or after installation, uninstallation and upgrading) can be defined using a <script file> element.
Aunque no importe cómo sea llamado el archivo script, generalmente debería ser el mismo que el archivo XUL con una extensión.js.
Although it does not matter what the script file is called, usually it would be the same as the XUL file with a.js extension.
Al usar la interfaz de comunicación integrada para MySQL, la base de datos puede volcarse en un archivo script que puede usarse más tarde para recrear desde cero la base de datos y toda la información que contiene.
When using the default MySQL backend, the database can be dumped into a script file which can be used later to recreate the database and all the data in it from scratch.
Al ejecutar este archivo script se copia en la ubicación temp1 a TEMP2 en el bucle.
When you run this script file will be copied to the location temp1 to temp2 in the loop.