Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rnews (0.02 sec)

  1. .github/SECURITY.md

    Information about previous Istio vulnerabilities can be found on the
    [Security Bulletins] page.
    
    [Support Announcements]: https://istio.io/news/support/
    [Istio Security Vulnerabilities]: https://istio.io/about/security-vulnerabilities/
    [Security Bulletins]: https://istio.io/news/security/
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri May 12 15:17:53 UTC 2023
    - 905 bytes
    - Viewed (0)
  2. tests/embedded_struct_test.go

    		}
    	}
    
    	// save embedded struct
    	DB.Save(&HNPost{BasePost: BasePost{Title: "news"}})
    	DB.Save(&HNPost{BasePost: BasePost{Title: "hn_news"}})
    	var news HNPost
    	if err := DB.First(&news, "title = ?", "hn_news").Error; err != nil {
    		t.Errorf("no error should happen when query with embedded struct, but got %v", err)
    	} else if news.Title != "hn_news" {
    		t.Errorf("embedded struct's value should be scanned correctly")
    	}
    
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  3. README.md

    - **Newsletter**: Subscribe to the [Gradle Newsletter](https://newsletter.gradle.org) for news, tutorials, and community highlights.
    
    > **Quick Tip**: New contributors to Gradle projects are encouraged to ask questions in the Slack `#community-support` channel.
    
    ---
    
    ### 🌱 **Contributing to Gradle**
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Nov 01 05:30:25 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. fess-crawler/src/test/resources/extractor/eml/sample1.eml

    ※メールの配信停止処理をおこなうと、配信メールの種類の設定に関わらず
    メールは配信されません。
    
    ◆配信されるメールの種類の変更について◆===============================
    配信メールの種類の変更を希望される方は、下記のURLにある
    「配信メールの設定」からサインインし、ご希望のメールを選択してください。
    
    <現在、配信されているニュースメール>
    Newsダイジェスト
    PSストアニュース(ゲーム)
    PSストアニュース(ビデオ)
    「Music Unlimited」(ミュージックアンリミテッド) ニュース
    "PlayStation 3"システムソフトウェア アップデートのお知らせ
    "PlayStation Vita"システムソフトウェア アップデートのお知らせ
    "PSP"「プレイステーション・ポータブル」システムソフトウェア アップデートのお知らせ 
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 9.3K bytes
    - Viewed (0)
Back to top