当前位置: 首页>>代码示例>>PHP>>正文


PHP kArray类代码示例

本文整理汇总了PHP中kArray的典型用法代码示例。如果您正苦于以下问题:PHP kArray类的具体用法?PHP kArray怎么用?PHP kArray使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


在下文中一共展示了kArray类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_gte_id", "_eq_status", "_like_name", "_eq_profile_type", "_in_profile_type", "_eq_enabled", "_eq_type", "_eq_use_with_bulk", "_eq_partner_id"), NULL);
     $this->allowed_order_fields = array("created_at", "profile_type");
 }
开发者ID:richhl,项目名称:kalturaCE,代码行数:7,代码来源:ConversionProfileFilter.class.php

示例2: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_partner_id", "_lte_date_id", "_gte_date_id", "_lte_hour_id", "_gte_hour_id", "_lte_sum_time_viewed", "_gte_sum_time_viewed", "_lte_count_time_viewed", "_gte_count_time_viewed", "_lte_count_plays", "_gte_count_plays", "_lte_count_loads", "_gte_count_loads", "_lte_count_plays25", "_gte_count_plays25", "_lte_count_plays50", "_gte_count_plays50", "_lte_count_plays75", "_gte_count_plays75", "_lte_count_plays100", "_gte_count_plays100", "_lte_count_edit", "_gte_count_edit", "_lte_count_shares", "_gte_count_shares", "_lte_count_download", "_gte_count_download", "_lte_count_report_abuse", "_gte_count_report_abuse", "_lte_count_media_entries", "_gte_count_media_entries", "_lte_count_video_entries", "_gte_count_video_entries", "_lte_count_image_entries", "_gte_count_image_entries", "_lte_count_audio_entries", "_gte_count_audio_entries", "_lte_count_mix_entries", "_gte_count_mix_entries", "_lte_count_mix_non_empty", "_gte_count_mix_non_empty", "_lte_count_playlists", "_gte_count_playlists", "_lte_count_bandwidth", "_gte_count_bandwidth", "_lte_count_storage", "_gte_count_storage", "_lte_count_users", "_gte_count_users", "_lte_count_widgets", "_gte_count_widgets", "_lte_flag_active_site", "_gte_flag_active_site", "_lte_flag_active_publisher", "_gte_flag_active_publisher", "_lte_aggregated_storage", "_gte_aggregated_storage", "_lte_aggregated_bandwidth", "_gte_aggregated_bandwidth", "_lte_count_buffer_start", "_gte_count_buffer_start", "_lte_count_buffer_end", "_gte_count_buffer_end", "_lte_count_open_full_screen", "_gte_count_open_full_screen", "_lte_count_close_full_screen", "_gte_count_close_full_screen", "_lte_count_replay", "_gte_count_replay", "_lte_count_seek", "_gte_count_seek", "_lte_count_open_upload", "_gte_count_open_upload", "_lte_count_save_publish", "_gte_count_save_publish", "_lte_count_close_editor", "_gte_count_close_editor", "_lte_count_pre_bumper_played", "_gte_count_pre_bumper_played", "_lte_count_post_bumper_played", "_gte_count_post_bumper_played", "_lte_count_bumper_clicked", "_gte_count_bumper_clicked", "_lte_count_preroll_started", "_gte_count_preroll_started", "_lte_count_midroll_started", "_gte_count_midroll_started", "_lte_count_postroll_started", "_gte_count_postroll_started", "_lte_count_overlay_started", "_gte_count_overlay_started", "_lte_count_preroll_clicked", "_gte_count_preroll_clicked", "_lte_count_midroll_clicked", "_gte_count_midroll_clicked", "_lte_count_postroll_clicked", "_gte_count_postroll_clicked", "_lte_count_overlay_clicked", "_gte_count_overlay_clicked", "_lte_count_preroll25", "_gte_count_preroll25", "_lte_count_preroll50", "_gte_count_preroll50", "_lte_count_preroll75", "_gte_count_preroll75", "_lte_count_midroll25", "_gte_count_midroll25", "_lte_count_midroll50", "_gte_count_midroll50", "_lte_count_midroll75", "_gte_count_midroll75", "_lte_count_postroll25", "_gte_count_postroll25", "_lte_count_postroll50", "_gte_count_postroll50", "_lte_count_postroll75", "_gte_count_postroll75", "_lte_count_live_streaming_bandwidth", "_gte_count_live_streaming_bandwidth", "_lte_aggregated_live_streaming_bandwidth", "_gte_aggregated_live_streaming_bandwidth"), NULL);
     $this->allowed_order_fields = array('date_id', 'hour_id', 'sum_time_viewed', 'count_time_viewed', 'count_plays', 'count_loads', 'count_plays_25', 'count_plays_50', 'count_plays_75', 'count_plays_100', 'count_edit', 'count_viral', 'count_download', 'count_report', 'count_media', 'count_video', 'count_image', 'count_audio', 'count_mix', 'count_mix_non_empty', 'count_playlist', 'count_bandwidth', 'count_storage', 'count_users', 'count_widgets', 'flag_active_site', 'flag_active_publisher', 'aggr_storage', 'aggr_bandwidth', 'count_buf_start', 'count_buf_end', 'count_open_full_screen', 'count_close_full_screen', 'count_replay', 'count_seek', 'count_open_upload', 'count_save_publish', 'count_close_editor', 'count_pre_bumper_played', 'count_post_bumper_played', 'count_bumper_clicked', 'count_preroll_started', 'count_midroll_started', 'count_postroll_started', 'count_overlay_started', 'count_preroll_clicked', 'count_midroll_clicked', 'count_postroll_clicked', 'count_overlay_clicked', 'count_preroll_25', 'count_preroll_50', 'count_preroll_75', 'count_midroll_25', 'count_midroll_50', 'count_midroll_75', 'count_postroll_25', 'count_postroll_50', 'count_postroll_75', 'count_streaming', 'aggr_streaming');
 }
开发者ID:DBezemer,项目名称:server,代码行数:7,代码来源:DwhHourlyPartnerFilter.class.php

示例3: init

 public function init()
 {
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_group_id", "_in_group_id", "_eq_user_id", "_in_user_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_eq_status", "_in_status"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at");
     $this->aliases = array("user_id" => "kuser_id", "group_id" => "kgroup_id");
 }
开发者ID:DBezemer,项目名称:server,代码行数:7,代码来源:KuserKgroupFilter.class.php

示例4: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gte_id", "_eq_partner_id", "_in_partner_id", "_eq_status", "_eq_obj_type", "_in_obj_type", "_like_name", "_mlikeor_tags", "_mlikeand_tags", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_in_display_in_search", "_in_creation_mode"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at", "status", "obj_type");
 }
开发者ID:EfncoPlugins,项目名称:Media-Management-based-on-Kaltura,代码行数:7,代码来源:uiConfFilter.class.php

示例5: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_eq_source_widget_id", "_eq_root_widget_id", "_eq_entry_id", "_eq_ui_conf_id", "_like_partner_data", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at", "_eq_ui_conf_id");
 }
开发者ID:EfncoPlugins,项目名称:Media-Management-based-on-Kaltura,代码行数:7,代码来源:widgetFilter.class.php

示例6: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_gte_heartbeat_time", "_lte_heartbeat_time", "_eq_partner_id", "_in_partner_id", "_eq_system_name", "_in_system_name", "_eq_status", "_in_status", "_eq_type", "_in_type", "_like_tags", "_mlikeor_tags", "_mlikeand_tags", "_like_host_name", "_mlikeor_host_name", "_mlikeand_host_name", "_like_playback_host_name", "_mlikeor_playback_host_name", "_mlikeand_playback_host_name", "_eq_dc", "_in_dc", "_eq_parent_id", "_in_parent_id"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at", "heartbeat_time");
 }
开发者ID:DBezemer,项目名称:server,代码行数:7,代码来源:ServerNodeFilter.php

示例7: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_eq_full_name", "_likex_full_name", "_gte_created_at", "_lte_created_at"), NULL);
     $this->allowed_order_fields = array("created_at", "name", "type", "playlist_id", "updated_at");
 }
开发者ID:DBezemer,项目名称:server,代码行数:7,代码来源:syndicationFeedFilter.class.php

示例8: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_likex_screen_name", "_like_screen_name", "_like_email", "_likex_email", "_like_country", "_like_tags", "_mlikeor_tags", "_mlikeand_tags", "_gte_created_at", "_lte_created_at", "_gte_produced_kshows", "_gte_entries", "_eq_partner_id", "_eq_puser_id", "_in_puser_id", "_likex_first_name", "_likex_last_name", "_eq_id", "_in_id", "_eq_status", "_in_status", "_gte_id", "_lte_id", "_notin_id", "_gte_login_data_id", "_ltornull_login_data_id", "_eq_is_admin", "_likex_puser_id_or_screen_name", '_likex_first_name_or_last_name', '_mlikeand_permission_names', '_mlikeor_permission_names', '_eq_role_ids', '_in_role_ids'), NULL);
     $this->allowed_order_fields = array("puser_id", "created_at");
 }
开发者ID:EfncoPlugins,项目名称:Media-Management-based-on-Kaltura,代码行数:7,代码来源:kuserFilter.class.php

示例9: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_like_name", "_like_tags", "_mlikeor_tags", "_mlikeand_tags", "_gte_views", "_eq_type", "_eq_producer_id", "_gte_created_at", "_lte_created_at", "_bitand_status", "_eq_indexed_custom_data_3"), NULL);
     $this->allowed_order_fields = array("created_at", "views", "rank");
 }
开发者ID:DBezemer,项目名称:server,代码行数:7,代码来源:kshowFilter.class.php

示例10: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_gte_id", "_eq_partner_id", "_in_partner_id", "_notin_partner_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_gte_processor_expiration", "_lte_processor_expiration", "_gte_execution_attempts", "_lte_execution_attempts", "_gte_lock_version", "_lte_lock_version", "_eq_entry_id", "_eq_job_type", "_in_job_type", "_notin_job_type", "_eq_job_sub_type", "_in_job_sub_type", "_notin_job_sub_type", "_in_on_stress_divert_to", "_eq_status", "_in_status", "_gte_priority", "_lte_priority", "_gte_queue_time", "_lte_queue_time", "_gte_finish_time", "_lte_finish_time", "_in_err_type", "_lt_file_size", "_gt_file_size", "_in_job_type_and_sub_type"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at", "processor_expiration", "execution_attempts", "lock_version", "status", "queue_time", "finish_time");
 }
开发者ID:EfncoPlugins,项目名称:Media-Management-based-on-Kaltura,代码行数:7,代码来源:BatchJobFilter.class.php

示例11: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_eq_partner_id", "_in_partner_id", "_eq_system_name", "_in_system_name", "_eq_status", "_in_status", "_eq_protocol", "_in_protocol"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at");
 }
开发者ID:DBezemer,项目名称:server,代码行数:7,代码来源:StorageProfileFilter.class.php

示例12: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_gte_created_at", "_lte_created_at", "_gte_parsed_at", "_lte_parsed_at", "_eq_status", "_in_status", "_eq_object_type", "_in_object_type", "_eq_object_id", "_in_object_id", "_eq_related_object_id", "_in_related_object_id", "_eq_related_object_type", "_in_related_object_type", "_eq_entry_id", "_in_entry_id", "_eq_master_partner_id", "_in_master_partner_id", "_eq_partner_id", "_in_partner_id", "_eq_request_id", "_in_request_id", "_eq_user_id", "_in_user_id", "_eq_action", "_in_action", "_eq_context", "_in_context", "_eq_entry_point", "_in_entry_point", "_eq_server_name", "_in_server_name", "_eq_ip_address", "_in_ip_address"), NULL);
     $this->allowed_order_fields = array("created_at", "parsed_at");
     $this->aliases = array("user_id" => "kuser_id");
 }
开发者ID:richhl,项目名称:kalturaCE,代码行数:8,代码来源:AuditTrailFilter.class.php

示例13: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_eq_user_id", "_eq_status", "_in_status", "_eq_file_name", "_eq_file_size"), NULL);
     $this->allowed_order_fields = array("created_at");
     $this->aliases = array("user_id" => "kuser_id");
 }
开发者ID:DBezemer,项目名称:server,代码行数:8,代码来源:UploadTokenFilter.class.php

示例14: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gt_id", "_eq_name", "_like_name", "_mlikeor_name", "_mlikeand_name", "_in_status", "_eq_status", "_gte_created_at", "_lte_created_at", "_like_partner_name-description-website-admin_name-admin_email", "_eq_commercial_use", "_eq_partner_package", "_gte_partner_package", "_lte_partner_package", "_eq_partner_group_type", "_in_partner_group_type", "_notin_id", "_partner_permissions_exist"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at", "id", "name", "website", "admin_name", "admin_email", "status");
     $this->aliases = array("name" => "partner_name", "website" => "url1");
 }
开发者ID:EfncoPlugins,项目名称:Media-Management-based-on-Kaltura,代码行数:8,代码来源:partnerFilter.class.php

示例15: init

 public function init()
 {
     // TODO - should separate the schema of the fields from the actual values
     // or can use this to set default valuse
     $this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_eq_entry_id", "_in_entry_id", "_eq_flavor_params_id", "_in_flavor_params_id", "_eq_partner_id", "_in_partner_id", "_eq_format", "_in_format", "_eq_container_format", "_in_container_format", "_eq_status", "_in_status", "_notin_status", "_gte_size", "_lte_size", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_gte_deleted_at", "_lte_deleted_at", "_like_tags", "_mlikeor_tags", "_mlikeand_tags"), NULL);
     $this->allowed_order_fields = array("created_at", "updated_at", "deleted_at", "size");
     $this->aliases = array("format" => "container_format");
 }
开发者ID:EfncoPlugins,项目名称:Media-Management-based-on-Kaltura,代码行数:8,代码来源:AssetFilter.class.php


注:本文中的kArray类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。