Searched refs:check_parent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Datom.rb494 # * If the parent element has an author and the +check_parent+ parameter was given.
496 def have_author?(check_parent=true)
498 (check_parent and @parent and @parent.have_author?) or
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c416 static int check_parent = 1; local
454 int oldcp = check_parent;
456 check_parent = 0;
458 check_parent = oldcp;
467 if (!check_parent)

Completed in 95 milliseconds