Searched refs:related (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DDelete.pm5 Class::DBI::Cascade::Delete - Delete related objects
9 This is a Cascading Delete strategy that will delete any related
/macosx-10.9.5/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c174 static int compare_non_ascii_paths(const char *parent, const char *child, int *related, int *deny, request_rec* r) { argument
225 *related = 1;
230 *related = 0;
241 * returns 'related'=1.
244 int *related, int *deny, request_rec* r) {
249 *related = 0;
262 return (compare_non_ascii_paths(parent, child, related, deny, r));
267 *related = cl >= pl;
351 int related; local
356 entry->dir_path, url_path, &related,
243 compare_paths(const char *parent, const char *child, int *related, int *deny, request_rec* r) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Ddialog1.rb13 'This is a modal dialog box. It uses Tk\'s "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.'
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dkwt.vim11 " Limit the browser to related files
H A Dxslt.vim13 " Change the :browse e filter to primarily show xsd-related files.
H A Dtcl.vim20 " Change the browse dialog on Windows to show mainly Tcl-related files
H A Dant.vim30 " Change the :browse e filter to primarily show Ant-related files.
H A Dconfig.vim31 " Change the :browse e filter to primarily show configure-related files.
H A Ddtd.vim27 " Change the :browse e filter to primarily show Java-related files.
H A Djavascript.vim29 " Change the :browse e filter to primarily show Java-related files.
H A Dsgml.vim30 " Change the :browse e filter to primarily show xml-related files.
H A Dsh.vim26 " Change the :browse e filter to primarily show shell-related files.
H A Dsvg.vim30 " Change the :browse e filter to primarily show xml-related files.
H A Dtcsh.vim30 " Change the :browse e filter to primarily show tcsh-related files.
H A Dxsd.vim30 " Change the :browse e filter to primarily show xsd-related files.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Relationship/
H A DBase.pm112 Valid values are C<single> (for when there is only a single related object),
114 related object, but you also want the relationship accessor to double as
254 Run a search on a related resultset. The search will be restricted to the
281 Returns the count of all the items in the related resultset, restricted by the
297 Create a new item of the related foreign class. If called on a
299 set any foreign key columns of the new object to the related primary
333 Attempt to find a related object using its primary key or unique constraints.
348 Find an item of a related class. If none exists, instantiate a new item of the
349 related class. The object will not be saved into your storage until you call
364 Find or create an item of a related clas
[all...]
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/lib/
H A Dok.pm40 To the extent possible under law, ������ has waived all copyright and related
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A Dtcl.spec22 can also be used for a variety of web-related tasks and for creating
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A Dtcl.spec24 can also be used for a variety of web-related tasks and for creating
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A Dtk.spec25 can also be used for a variety of web-related tasks and for creating
/macosx-10.9.5/CPANInternal-140/Test-use-ok-0.11/lib/Test/use/
H A Dok.pm45 To the extent possible under law, ������ has waived all copyright and related
/macosx-10.9.5/llvmCore-3425.0.33/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css55 div.related {
59 div.related ul {
66 div.related ul li {
73 div.related ul li.right {
78 div.related ul li a {
85 div.related ul li a:hover {
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DRelationship.pm78 In list context, each returns a list of Row objects for the related class,
248 L<DBIx::Class::Row> object to retrieve a resultset of the related
249 class restricted to the ones related to the row object. In list
264 The column name on the related class that contains the foreign key.
287 # assuming related class is storing our PK in "author_id"
338 allows you to insert new related items, using the same mechanism as in
342 the related objects will be deleted as well. To turn this behaviour off,
347 will have deleted/updated the related records or raised an exception
351 the related objects will be copied as well. To turn this behaviour off,
394 The column name on the related clas
[all...]

Completed in 212 milliseconds

123456