THE REQUEST OBJECT in Japanese translation

[ðə ri'kwest 'ɒbdʒikt]
[ðə ri'kwest 'ɒbdʒikt]
requestオブジェクトが

Examples of using The request object in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
This information is then merged into the request object, which is why it's possible to access route variables(e.g. slug) from the actions file and other places.
この情報はリクエストオブジェクトにマージされるので、アクションファイルやその他の場所からルートの変数(例slug)にアクセスすることが可能となります。
Inside an action, you can manipulate the different elements of the context, including the request object(sfRequest) and the current user session object(sfUser).
アクションの内部では、リクエストオブジェクト(sfRequest)と現在のユーザーセッションオブジェクト(sfUser)を含む、コンテキストの異なる要素を操作することができます。
Dispatching is the process of pulling the controller and action from the request object and mapping them to a controller file(or class) and action method in the controller class.
ディスパッチとは、コントローラとアクションをリクエストオブジェクトから受け取り、それを実際のコントローラファイル/クラスとメソッドに対応させる処理のことです。
If the route does match the incoming URL, sfRoute::matchesUrl() does more than simply return true. Instead, the route returns an array of parameters that are merged into the request object.
ルートがリクエストされたURLにマッチする場合は、sfRoute::matchsUrl()は単純にtrueを返すのではなく、リクエストオブジェクトにマージされるパラメータ配列を返します。
Request parameters: The request object aggregates request parameters, such as any_GET or_POST parameters, or user parameters specified in the URL's path information.
リクエストパラメータ:リクエストオブジェクトは、_GETや_POSTのようなリクエストパラメータのほかにURLのパスで指定したパラメータも収集します。
In the previous example, after the response to the HTTP request was received we used the responseText property of the request object, which contained the contents of the test. html file.
前の例では、HTTPリクエストへの応答を受け取った後、要求オブジェクトのresponseTextプロパティを用いて、それに含まれているtest.htmlの中身を取得しました。
Build a ServiceCallout request message using the AssignMessage policy, and populate the request object in a message variable.(This includes setting the request payload, path, and method.).
ServiceCalloutリクエストメッセージをAssignMessageポリシーを使用して構築し、リクエストオブジェクトをメッセージ変数に指定します(リクエストペイロード、パス、メソッドの設定など)。
When using the add() function of the DataRequest class, the developer specify the request object generated by the newFetchPersonRequest() or other functions in the first parameter and.
DataRequestクラスのadd()関数を利用する際に、第1引数にnewFetchPersonRequest()関数などで生成されたリクエストをオブジェクトを指定します。
The X-Cache: MISS, MISS indicates that the requested object was neither in the shield cache(a MISS) nor the local delivering node(also a MISS).
X-Cache:MISS,MISSは、リクエストされたオブジェクトがシールドキャッシュ(MISS)、ローカル配信ノード(こちらもMISS)のどちらにも存在しなかったことを示しています。
Proxy to the request object now.
現在は単なるリクエストオブジェクトへのプロキシです。
Determined by the request object's isXmlHttpRequest().
リクエストオブジェクトのisXmlHttpRequest()。
You can access the body via the request object.
Bodyにアクセスした場合は、requestオブジェクトを利用してください。
The response object is the logical counterpart to the request object.
レスポンスオブジェクトは、リクエストオブジェクトと対になるものです。
Be cautious when accessing data from the request object as.
リクエストオブジェクトのデータを扱う際には注意しましょう。
This information is now available in the request object, and can be accessed as follows.
これらは現在はリクエストオブジェクトから次のようにして取得できるようになっています。
The request object is passed to the front controller, or if none is.
リクエストをフロントコントローラに渡したり、。
If not specified, it looks for a view script named after the action in the request object.
指定しなかった場合は、リクエストオブジェクト内のアクションに基づいた名前のビュースクリプトを探します。
Testers exist for the request object, the response object, the user object, the current form object, the cache layer and the..
リクエストオブジェクト、レスポンスオブジェクト、ユーザーオブジェクト、現在のフォームオブジェクト、キャッシュレイヤーと。
Second, it will only trigger if an XmlHttpRequest has occurred, as determined by the request object's isXmlHttpRequest() method.
次に、これはXmlHttpRequestが発生した場合にのみ起動します。リクエストオブジェクトのisXmlHttpRequest()メソッドで判断します。
The first time the loop finishes with the request object's dispatched status set(Boolean TRUE), it will finish processing.
リクエストオブジェクトのディスパッチ状態が(TRUEに)設定された状態でループが終了すると、処理が終了します。
Results: 560, Time: 0.0449

Word-for-word translation

Top dictionary queries

English - Japanese